#D249B6

Color #D249B6 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D249B6

Tints of Fuchsia #D249B6

Color information

#D249B6 (or 0xD249B6) is unknown color: approx Fuchsia. HEX triplet: D2, 49 and B6. RGB value is (210,73,182). Sum of RGB (Red+Green+Blue) = 210+73+182=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D249B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249B6 is #2DB649. Grayscale: #7E7E7E. Windows color (decimal): -2995786 or 11946450. OLE color: 11946450.

HSL color Cylindrical-coordinate representation of color #D249B6: hue angle of 312.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D249B6 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB21073182-
CMYK00.650.130.18
HSL312.26º60.35%55.49%-
HSV(B)312.26º65.24%82.35%-
XYZ37.421.8446.5-
YUV126.39159.39187.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=45.16%
G=15.70%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107318200.650.130.18312.2660.3555.49
HexD249B6041D121383c37
Octal322111266010115224707467
Binary1101001010010011011011001000001110110010100111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D249B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D249B6; }

 p { color: rgb(210,73,182); }

 H1.HeaderClassName
 {
   color: #D249B6;
 }
 .AnyTagClassName
 {
   color: #D249B6;
 }
</style>
background-color css

<style>
 a { background-color: #D249B6; }

 a { background-color: rgb(210,73,182); }

 div.DivClassName
 {
   background-color: #D249B6;
 }
 .BgClassName
 {
   background-color: #D249B6;
 }
</style>
border-color css

<style>
 span { border-color: #D249B6; }

 span { border-color: rgb(210,73,182); }

 td.TdClassName
 {
   border-color: #D249B6;
 }
 .TagClassName
 {
   border-color: #D249B6;
 }
</style>