#D292B8

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

Shades of Lily #D292B8

Tints of Lily #D292B8

Color information

#D292B8 (or 0xD292B8) is unknown color: approx Lily. HEX triplet: D2, 92 and B8. RGB value is (210,146,184). Sum of RGB (Red+Green+Blue) = 210+146+184=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D292B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292B8 is #2D6D47. Grayscale: #A9A9A9. Windows color (decimal): -2977096 or 12096210. OLE color: 12096210.

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

Color convert

RGB210146184-
CMYK00.300.120.18
HSL324.38º41.56%69.8%-
HSV(B)324.38º30.48%82.35%-
XYZ45.5137.7250.23-
YUV169.47136.2156.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 184 (72.27% from 255) = 34.07%
R=38.89%
G=27.04%
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
Decimal21014618400.300.120.18324.3841.5669.8
HexD292B801EC121442a46
Octal322222270036142250452106
Binary1101001010010010101110000111101100100101010001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292B8; }

 p { color: rgb(210,146,184); }

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

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

 a { background-color: rgb(210,146,184); }

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

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

 span { border-color: rgb(210,146,184); }

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