Shades of Rose #D19F97
Tints of Rose #D19F97
RGB
CMYK
RGB Variations
Color information
#D19F97 (or 0xD19F97) is known color: Rose. HEX triplet: D1, 9F and 97. RGB value is (209,159,151). Sum of RGB (Red+Green+Blue) = 209+159+151=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F97 is #2E6068. Grayscale: #ADADAD. Windows color (decimal): -3039337 or 9936849. OLE color: 9936849.
HSL color Cylindrical-coordinate representation of color #D19F97: hue angle of 8.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19F97 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 159 | 151 | - |
CMYK | 0 | 0.24 | 0.28 | 0.18 |
HSL | 8.28º | 0.39% | 0.71% | - |
HSV(B) | 8.28º | 0.28% | 0.82% | - |
XYZ | 44.28 | 40.59 | 34.78 | - |
YUV | 173.04 | 115.57 | 153.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 159 | 151 | 0 | 0.24 | 0.28 | 0.18 | 8.28 | 0.39 | 0.71 |
Hex | D1 | 9F | 97 | 0 | 18 | 1C | 12 | 8 | 27 | 47 |
Octal | 321 | 237 | 227 | 0 | 30 | 34 | 22 | 10 | 47 | 107 |
Binary | 11010001 | 10011111 | 10010111 | 0 | 11000 | 11100 | 10010 | 1000 | 100111 | 1000111 |
Color Harmonies of #D19F97
Complementary color
Monochromatic Colors of #D19F97
Black with #D19F97
Text Example
Text Example
White with #D19F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F97; }
p { color: rgb(209,159,151); }
H1.HeaderClassName
{
color: #D19F97;
}
.AnyTagClassName
{
color: #D19F97;
}
</style>
background-color css
<style>
a { background-color: #D19F97; }
a { background-color: rgb(209,159,151); }
div.DivClassName
{
background-color: #D19F97;
}
.BgClassName
{
background-color: #D19F97;
}
</style>
border-color css
<style>
span { border-color: #D19F97; }
span { border-color: rgb(209,159,151); }
td.TdClassName
{
border-color: #D19F97;
}
.TagClassName
{
border-color: #D19F97;
}
</style>