#D396BA

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

Shades of Lily #D396BA

Tints of Lily #D396BA

Color information

#D396BA (or 0xD396BA) is unknown color: approx Lily. HEX triplet: D3, 96 and BA. RGB value is (211,150,186). Sum of RGB (Red+Green+Blue) = 211+150+186=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D396BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396BA is #2C6945. Grayscale: #ACACAC. Windows color (decimal): -2910534 or 12228307. OLE color: 12228307.

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

Color convert

RGB211150186-
CMYK00.290.120.17
HSL324.59º40.94%70.78%-
HSV(B)324.59º28.91%82.75%-
XYZ46.6339.2151.56-
YUV172.34135.71155.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.57%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=38.57%
G=27.42%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115018600.290.120.17324.5940.9470.78
HexD396BA01DC111452947
Octal323226272035142150551107
Binary1101001110010110101110100111011100100011010001011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396BA; }

 p { color: rgb(211,150,186); }

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

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

 a { background-color: rgb(211,150,186); }

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

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

 span { border-color: rgb(211,150,186); }

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