#D19E91

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

Shades of Rose #D19E91

Tints of Rose #D19E91

Color information

#D19E91 (or 0xD19E91) is unknown color: approx Rose. HEX triplet: D1, 9E and 91. RGB value is (209,158,145). Sum of RGB (Red+Green+Blue) = 209+158+145=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E91 is #2E616E. Grayscale: #ABABAB. Windows color (decimal): -3039599 or 9543377. OLE color: 9543377.

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

Color convert

RGB209158145-
CMYK00.240.310.18
HSL12.19º41.03%69.41%-
HSV(B)12.19º30.62%81.96%-
XYZ43.6340.0532.22-
YUV171.77112.9154.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=40.82%
G=30.86%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915814500.240.310.1812.1941.0369.41
HexD19E910181F12c2945
Octal32123622103037221451105
Binary110100011001111010010001011000111111001011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E91; }

 p { color: rgb(209,158,145); }

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

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

 a { background-color: rgb(209,158,145); }

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

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

 span { border-color: rgb(209,158,145); }

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