#D394BA

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

Shades of Lily #D394BA

Tints of Lily #D394BA

Color information

#D394BA (or 0xD394BA) is unknown color: approx Lily. HEX triplet: D3, 94 and BA. RGB value is (211,148,186). Sum of RGB (Red+Green+Blue) = 211+148+186=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D394BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394BA is #2C6B45. Grayscale: #ABABAB. Windows color (decimal): -2911046 or 12227795. OLE color: 12227795.

HSL color Cylindrical-coordinate representation of color #D394BA: hue angle of 323.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D394BA is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211148186-
CMYK00.300.120.17
HSL323.81º41.72%70.39%-
HSV(B)323.81º29.86%82.75%-
XYZ46.3238.5751.46-
YUV171.17136.37156.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.72%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=38.72%
G=27.16%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114818600.300.120.17323.8141.7270.39
HexD394BA01EC111442a46
Octal323224272036142150452106
Binary1101001110010100101110100111101100100011010001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394BA; }

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

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

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

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

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

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

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

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