#D290B4

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

Shades of Lily #D290B4

Tints of Lily #D290B4

Color information

#D290B4 (or 0xD290B4) is unknown color: approx Lily. HEX triplet: D2, 90 and B4. RGB value is (210,144,180). Sum of RGB (Red+Green+Blue) = 210+144+180=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290B4 is #2D6F4B. Grayscale: #A7A7A7. Windows color (decimal): -2977612 or 11833554. OLE color: 11833554.

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

Color convert

RGB210144180-
CMYK00.310.140.18
HSL327.27º42.31%69.41%-
HSV(B)327.27º31.43%82.35%-
XYZ44.7936.9447.95-
YUV167.84134.87158.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=39.33%
G=26.97%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014418000.310.140.18327.2742.3169.41
HexD290B401FE121472a45
Octal322220264037162250752105
Binary1101001010010000101101000111111110100101010001111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290B4; }

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

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

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

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

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

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

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

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