#D396B9

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

Shades of Lily #D396B9

Tints of Lily #D396B9

Color information

#D396B9 (or 0xD396B9) is unknown color: approx Lily. HEX triplet: D3, 96 and B9. RGB value is (211,150,185). Sum of RGB (Red+Green+Blue) = 211+150+185=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D396B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396B9 is #2C6946. Grayscale: #ACACAC. Windows color (decimal): -2910535 or 12162771. OLE color: 12162771.

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

Color convert

RGB211150185-
CMYK00.290.120.17
HSL325.57º40.94%70.78%-
HSV(B)325.57º28.91%82.75%-
XYZ46.5339.1651.01-
YUV172.23135.21155.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=38.64%
G=27.47%
B=33.88%

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
Decimal21115018500.290.120.17325.5740.9470.78
HexD396B901DC111462947
Octal323226271035142150651107
Binary1101001110010110101110010111011100100011010001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396B9; }

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

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

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

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

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

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

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

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