#D39BB8

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

Shades of Lily #D39BB8

Tints of Lily #D39BB8

Color information

#D39BB8 (or 0xD39BB8) is unknown color: approx Lily. HEX triplet: D3, 9B and B8. RGB value is (211,155,184). Sum of RGB (Red+Green+Blue) = 211+155+184=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BB8 is #2C6447. Grayscale: #AEAEAE. Windows color (decimal): -2909256 or 12098515. OLE color: 12098515.

HSL color Cylindrical-coordinate representation of color #D39BB8: hue angle of 328.93º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39BB8 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB211155184-
CMYK00.270.130.17
HSL328.93º38.89%71.76%-
HSV(B)328.93º26.54%82.75%-
XYZ47.2440.7550.72-
YUV175.05133.05153.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=38.36%
G=28.18%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115518400.270.130.17328.9338.8971.76
HexD39BB801BD111492748
Octal323233270033152151147110
Binary1101001110011011101110000110111101100011010010011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BB8; }

 p { color: rgb(211,155,184); }

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

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

 a { background-color: rgb(211,155,184); }

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

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

 span { border-color: rgb(211,155,184); }

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