#D399B8

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

Shades of Lily #D399B8

Tints of Lily #D399B8

Color information

#D399B8 (or 0xD399B8) is unknown color: approx Lily. HEX triplet: D3, 99 and B8. RGB value is (211,153,184). Sum of RGB (Red+Green+Blue) = 211+153+184=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399B8 is #2C6647. Grayscale: #ADADAD. Windows color (decimal): -2909768 or 12098003. OLE color: 12098003.

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

Color convert

RGB211153184-
CMYK00.270.130.17
HSL327.93º39.73%71.37%-
HSV(B)327.93º27.49%82.75%-
XYZ46.9140.0950.61-
YUV173.88133.72154.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=38.50%
G=27.92%
B=33.58%

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
Decimal21115318400.270.130.17327.9339.7371.37
HexD399B801BD111482847
Octal323231270033152151050107
Binary1101001110011001101110000110111101100011010010001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399B8; }

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

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

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

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

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

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

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

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