#D399BB

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

Shades of Lily #D399BB

Tints of Lily #D399BB

Color information

#D399BB (or 0xD399BB) is unknown color: approx Lily. HEX triplet: D3, 99 and BB. RGB value is (211,153,187). Sum of RGB (Red+Green+Blue) = 211+153+187=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D399BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399BB is #2C6644. Grayscale: #AEAEAE. Windows color (decimal): -2909765 or 12294611. OLE color: 12294611.

HSL color Cylindrical-coordinate representation of color #D399BB: hue angle of 324.83º 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 #D399BB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211153187-
CMYK00.270.110.17
HSL324.83º39.73%71.37%-
HSV(B)324.83º27.49%82.75%-
XYZ47.2240.2252.29-
YUV174.22135.22154.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=38.29%
G=27.77%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115318700.270.110.17324.8339.7371.37
HexD399BB01BB111452847
Octal323231273033132150550107
Binary1101001110011001101110110110111011100011010001011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399BB; }

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

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

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

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

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

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

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

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