#D291B3

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

Shades of Lily #D291B3

Tints of Lily #D291B3

Color information

#D291B3 (or 0xD291B3) is unknown color: approx Lily. HEX triplet: D2, 91 and B3. RGB value is (210,145,179). Sum of RGB (Red+Green+Blue) = 210+145+179=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D291B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291B3 is #2D6E4C. Grayscale: #A8A8A8. Windows color (decimal): -2977357 or 11768274. OLE color: 11768274.

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

Color convert

RGB210145179-
CMYK00.310.150.18
HSL328.62º41.94%69.61%-
HSV(B)328.62º30.95%82.35%-
XYZ44.8437.2147.47-
YUV168.31134.03157.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=39.33%
G=27.15%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014517900.310.150.18328.6241.9469.61
HexD291B301FF121492a46
Octal322221263037172251152106
Binary1101001010010001101100110111111111100101010010011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291B3; }

 p { color: rgb(210,145,179); }

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

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

 a { background-color: rgb(210,145,179); }

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

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

 span { border-color: rgb(210,145,179); }

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