Shades of Rose #D59F99
Tints of Rose #D59F99
RGB
CMYK
RGB Variations
Color information
#D59F99 (or 0xD59F99) is known color: Rose. HEX triplet: D5, 9F and 99. RGB value is (213,159,153). Sum of RGB (Red+Green+Blue) = 213+159+153=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F99 is #2A6066. Grayscale: #AEAEAE. Windows color (decimal): -2777191 or 10067925. OLE color: 10067925.
HSL color Cylindrical-coordinate representation of color #D59F99: hue angle of 6º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59F99 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 153 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.16 |
| HSL | 6º | 0.42% | 0.72% | - |
| HSV(B) | 6º | 0.28% | 0.84% | - |
| XYZ | 45.59 | 41.24 | 35.69 | - |
| YUV | 174.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 153 | 0 | 0.25 | 0.28 | 0.16 | 6 | 0.42 | 0.72 |
| Hex | D5 | 9F | 99 | 0 | 19 | 1C | 10 | 6 | 2A | 48 |
| Octal | 325 | 237 | 231 | 0 | 31 | 34 | 20 | 6 | 52 | 110 |
| Binary | 11010101 | 10011111 | 10011001 | 0 | 11001 | 11100 | 10000 | 110 | 101010 | 1001000 |
Color Harmonies of #D59F99
Complementary color
Monochromatic Colors of #D59F99
Black with #D59F99
Text Example
Text Example
White with #D59F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F99; }
p { color: rgb(213,159,153); }
H1.HeaderClassName
{
color: #D59F99;
}
.AnyTagClassName
{
color: #D59F99;
}
</style>
background-color css
<style>
a { background-color: #D59F99; }
a { background-color: rgb(213,159,153); }
div.DivClassName
{
background-color: #D59F99;
}
.BgClassName
{
background-color: #D59F99;
}
</style>
border-color css
<style>
span { border-color: #D59F99; }
span { border-color: rgb(213,159,153); }
td.TdClassName
{
border-color: #D59F99;
}
.TagClassName
{
border-color: #D59F99;
}
</style>