#D290B9

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

Shades of Lily #D290B9

Tints of Lily #D290B9

Color information

#D290B9 (or 0xD290B9) is unknown color: approx Lily. HEX triplet: D2, 90 and B9. RGB value is (210,144,185). Sum of RGB (Red+Green+Blue) = 210+144+185=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B9 is #2D6F46. Grayscale: #A8A8A8. Windows color (decimal): -2977607 or 12161234. OLE color: 12161234.

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

Color convert

RGB210144185-
CMYK00.310.120.18
HSL322.73º42.31%69.41%-
HSV(B)322.73º31.43%82.35%-
XYZ45.3137.1550.68-
YUV168.41137.37157.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=38.96%
G=26.72%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014418500.310.120.18322.7342.3169.41
HexD290B901FC121432a45
Octal322220271037142250352105
Binary1101001010010000101110010111111100100101010000111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290B9; }

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

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

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

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

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

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

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

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