#D399B9

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

Shades of Lily #D399B9

Tints of Lily #D399B9

Color information

#D399B9 (or 0xD399B9) is unknown color: approx Lily. HEX triplet: D3, 99 and B9. RGB value is (211,153,185). Sum of RGB (Red+Green+Blue) = 211+153+185=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399B9 is #2C6646. Grayscale: #ADADAD. Windows color (decimal): -2909767 or 12163539. OLE color: 12163539.

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

Color convert

RGB211153185-
CMYK00.270.120.17
HSL326.9º39.73%71.37%-
HSV(B)326.9º27.49%82.75%-
XYZ47.0140.1351.17-
YUV173.99134.22154.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=38.43%
G=27.87%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115318500.270.120.17326.939.7371.37
HexD399B901BC111472847
Octal323231271033142150750107
Binary1101001110011001101110010110111100100011010001111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399B9; }

 p { color: rgb(211,153,185); }

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

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

 a { background-color: rgb(211,153,185); }

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

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

 span { border-color: rgb(211,153,185); }

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