#D294B4

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

Shades of Lily #D294B4

Tints of Lily #D294B4

Color information

#D294B4 (or 0xD294B4) is unknown color: approx Lily. HEX triplet: D2, 94 and B4. RGB value is (210,148,180). Sum of RGB (Red+Green+Blue) = 210+148+180=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D294B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294B4 is #2D6B4B. Grayscale: #AAAAAA. Windows color (decimal): -2976588 or 11834578. OLE color: 11834578.

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

Color convert

RGB210148180-
CMYK00.300.140.18
HSL329.03º40.79%70.2%-
HSV(B)329.03º29.52%82.35%-
XYZ45.4138.1848.16-
YUV170.19133.54156.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=39.03%
G=27.51%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014818000.300.140.18329.0340.7970.2
HexD294B401EE121492946
Octal322224264036162251151106
Binary1101001010010100101101000111101110100101010010011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294B4; }

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

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

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

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

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

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

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

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