#D399BD

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

Shades of Lily #D399BD

Tints of Lily #D399BD

Color information

#D399BD (or 0xD399BD) is unknown color: approx Lily. HEX triplet: D3, 99 and BD. RGB value is (211,153,189). Sum of RGB (Red+Green+Blue) = 211+153+189=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D399BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399BD is #2C6642. Grayscale: #AEAEAE. Windows color (decimal): -2909763 or 12425683. OLE color: 12425683.

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

Color convert

RGB211153189-
CMYK00.270.100.17
HSL322.76º39.73%71.37%-
HSV(B)322.76º27.49%82.75%-
XYZ47.4440.3153.42-
YUV174.45136.22154.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=38.16%
G=27.67%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115318900.270.100.17322.7639.7371.37
HexD399BD01BA111432847
Octal323231275033122150350107
Binary1101001110011001101111010110111010100011010000111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399BD; }

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

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

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

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

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

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

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

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