#D39FBE

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

Shades of Lily #D39FBE

Tints of Lily #D39FBE

Color information

#D39FBE (or 0xD39FBE) is unknown color: approx Lily. HEX triplet: D3, 9F and BE. RGB value is (211,159,190). Sum of RGB (Red+Green+Blue) = 211+159+190=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FBE is #2C6041. Grayscale: #B2B2B2. Windows color (decimal): -2908226 or 12492755. OLE color: 12492755.

HSL color Cylindrical-coordinate representation of color #D39FBE: hue angle of 324.23º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FBE is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211159190-
CMYK00.250.100.17
HSL324.23º37.14%72.55%-
HSV(B)324.23º24.64%82.75%-
XYZ48.5642.3654.33-
YUV178.08134.73151.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=37.68%
G=28.39%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115919000.250.100.17324.2337.1472.55
HexD39FBE019A111442549
Octal323237276031122150445111
Binary1101001110011111101111100110011010100011010001001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FBE; }

 p { color: rgb(211,159,190); }

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

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

 a { background-color: rgb(211,159,190); }

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

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

 span { border-color: rgb(211,159,190); }

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