#D19F91

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

Shades of Rose #D19F91

Tints of Rose #D19F91

Color information

#D19F91 (or 0xD19F91) is unknown color: approx Rose. HEX triplet: D1, 9F and 91. RGB value is (209,159,145). Sum of RGB (Red+Green+Blue) = 209+159+145=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F91 is #2E606E. Grayscale: #ACACAC. Windows color (decimal): -3039343 or 9543633. OLE color: 9543633.

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

Color convert

RGB209159145-
CMYK00.240.310.18
HSL13.13º41.03%69.41%-
HSV(B)13.13º30.62%81.96%-
XYZ43.840.432.28-
YUV172.35112.56154.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=40.74%
G=30.99%
B=28.27%

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
Decimal20915914500.240.310.1813.1341.0369.41
HexD19F910181F12d2945
Octal32123722103037221551105
Binary110100011001111110010001011000111111001011011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F91; }

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

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

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

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

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

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

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

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