#D290B7

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

Shades of Lily #D290B7

Tints of Lily #D290B7

Color information

#D290B7 (or 0xD290B7) is unknown color: approx Lily. HEX triplet: D2, 90 and B7. RGB value is (210,144,183). Sum of RGB (Red+Green+Blue) = 210+144+183=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B7 is #2D6F48. Grayscale: #A8A8A8. Windows color (decimal): -2977609 or 12030162. OLE color: 12030162.

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

Color convert

RGB210144183-
CMYK00.310.130.18
HSL324.55º42.31%69.41%-
HSV(B)324.55º31.43%82.35%-
XYZ45.137.0749.58-
YUV168.18136.37157.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=39.11%
G=26.82%
B=34.08%

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
Decimal21014418300.310.130.18324.5542.3169.41
HexD290B701FD121452a45
Octal322220267037152250552105
Binary1101001010010000101101110111111101100101010001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290B7; }

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

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

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

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

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

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

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

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