#D292B7

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

Shades of Lily #D292B7

Tints of Lily #D292B7

Color information

#D292B7 (or 0xD292B7) is unknown color: approx Lily. HEX triplet: D2, 92 and B7. RGB value is (210,146,183). Sum of RGB (Red+Green+Blue) = 210+146+183=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D292B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292B7 is #2D6D48. Grayscale: #A9A9A9. Windows color (decimal): -2977097 or 12030674. OLE color: 12030674.

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

Color convert

RGB210146183-
CMYK00.300.130.18
HSL325.31º41.56%69.8%-
HSV(B)325.31º30.48%82.35%-
XYZ45.437.6849.68-
YUV169.35135.7156.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=38.96%
G=27.09%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014618300.300.130.18325.3141.5669.8
HexD292B701ED121452a46
Octal322222267036152250552106
Binary1101001010010010101101110111101101100101010001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292B7; }

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

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

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

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

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

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

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

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