#D290B6

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

Shades of Lily #D290B6

Tints of Lily #D290B6

Color information

#D290B6 (or 0xD290B6) is unknown color: approx Lily. HEX triplet: D2, 90 and B6. RGB value is (210,144,182). Sum of RGB (Red+Green+Blue) = 210+144+182=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B6 is #2D6F49. Grayscale: #A7A7A7. Windows color (decimal): -2977610 or 11964626. OLE color: 11964626.

HSL color Cylindrical-coordinate representation of color #D290B6: hue angle of 325.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290B6 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210144182-
CMYK00.310.130.18
HSL325.45º42.31%69.41%-
HSV(B)325.45º31.43%82.35%-
XYZ4537.0349.03-
YUV168.07135.87157.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=39.18%
G=26.87%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014418200.310.130.18325.4542.3169.41
HexD290B601FD121452a45
Octal322220266037152250552105
Binary1101001010010000101101100111111101100101010001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290B6; }

 p { color: rgb(210,144,182); }

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

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

 a { background-color: rgb(210,144,182); }

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

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

 span { border-color: rgb(210,144,182); }

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