#D394BF

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

Shades of Lily #D394BF

Tints of Lily #D394BF

Color information

#D394BF (or 0xD394BF) is unknown color: approx Lily. HEX triplet: D3, 94 and BF. RGB value is (211,148,191). Sum of RGB (Red+Green+Blue) = 211+148+191=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D394BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394BF is #2C6B40. Grayscale: #ABABAB. Windows color (decimal): -2911041 or 12555475. OLE color: 12555475.

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

Color convert

RGB211148191-
CMYK00.300.090.17
HSL319.05º41.72%70.39%-
HSV(B)319.05º29.86%82.75%-
XYZ46.8638.7954.31-
YUV171.74138.87156-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 191 (75% from 255) = 34.73%
R=38.36%
G=26.91%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114819100.300.090.17319.0541.7270.39
HexD394BF01E91113f2a46
Octal323224277036112147752106
Binary1101001110010100101111110111101001100011001111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394BF; }

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

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

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

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

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

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

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

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