#D294B9

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

Shades of Lily #D294B9

Tints of Lily #D294B9

Color information

#D294B9 (or 0xD294B9) is unknown color: approx Lily. HEX triplet: D2, 94 and B9. RGB value is (210,148,185). Sum of RGB (Red+Green+Blue) = 210+148+185=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D294B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294B9 is #2D6B46. Grayscale: #AAAAAA. Windows color (decimal): -2976583 or 12162258. OLE color: 12162258.

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

Color convert

RGB210148185-
CMYK00.300.120.18
HSL324.19º40.79%70.2%-
HSV(B)324.19º29.52%82.35%-
XYZ45.9338.3850.89-
YUV170.76136.04155.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=38.67%
G=27.26%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014818500.300.120.18324.1940.7970.2
HexD294B901EC121442946
Octal322224271036142250451106
Binary1101001010010100101110010111101100100101010001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294B9; }

 p { color: rgb(210,148,185); }

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

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

 a { background-color: rgb(210,148,185); }

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

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

 span { border-color: rgb(210,148,185); }

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