#D37FB6

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

Shades of Lily #D37FB6

Tints of Lily #D37FB6

Color information

#D37FB6 (or 0xD37FB6) is unknown color: approx Lily. HEX triplet: D3, 7F and B6. RGB value is (211,127,182). Sum of RGB (Red+Green+Blue) = 211+127+182=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FB6 is #2C8049. Grayscale: #9E9E9E. Windows color (decimal): -2916426 or 11960275. OLE color: 11960275.

HSL color Cylindrical-coordinate representation of color #D37FB6: hue angle of 320.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37FB6 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB211127182-
CMYK00.400.140.17
HSL320.71º48.84%66.27%-
HSV(B)320.71º39.81%82.75%-
XYZ42.932.4148.25-
YUV158.39141.33165.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 182 (71.48% from 255) = 35%
R=40.58%
G=24.42%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112718200.400.140.17320.7148.8466.27
HexD37FB6028E111413142
Octal323177266050162150161102
Binary1101001111111111011011001010001110100011010000011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FB6; }

 p { color: rgb(211,127,182); }

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

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

 a { background-color: rgb(211,127,182); }

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

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

 span { border-color: rgb(211,127,182); }

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