Shades of Rose #DD9F91
Tints of Rose #DD9F91
RGB
CMYK
RGB Variations
Color information
#DD9F91 (or 0xDD9F91) is known color: Rose. HEX triplet: DD, 9F and 91. RGB value is (221,159,145). Sum of RGB (Red+Green+Blue) = 221+159+145=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F91 is #22606E. Grayscale: #B0B0B0. Windows color (decimal): -2252911 or 9543645. OLE color: 9543645.
HSL color Cylindrical-coordinate representation of color #DD9F91: hue angle of 11.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9F91 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 145 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.13 |
| HSL | 11.05º | 0.53% | 0.72% | - |
| HSV(B) | 11.05º | 0.34% | 0.87% | - |
| XYZ | 47.33 | 42.21 | 32.44 | - |
| YUV | 175.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 145 | 0 | 0.28 | 0.34 | 0.13 | 11.05 | 0.53 | 0.72 |
| Hex | DD | 9F | 91 | 0 | 1C | 22 | D | B | 35 | 48 |
| Octal | 335 | 237 | 221 | 0 | 34 | 42 | 15 | 13 | 65 | 110 |
| Binary | 11011101 | 10011111 | 10010001 | 0 | 11100 | 100010 | 1101 | 1011 | 110101 | 1001000 |
Color Harmonies of #DD9F91
Complementary color
Monochromatic Colors of #DD9F91
Black with #DD9F91
Text Example
Text Example
White with #DD9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F91; }
p { color: rgb(221,159,145); }
H1.HeaderClassName
{
color: #DD9F91;
}
.AnyTagClassName
{
color: #DD9F91;
}
</style>
background-color css
<style>
a { background-color: #DD9F91; }
a { background-color: rgb(221,159,145); }
div.DivClassName
{
background-color: #DD9F91;
}
.BgClassName
{
background-color: #DD9F91;
}
</style>
border-color css
<style>
span { border-color: #DD9F91; }
span { border-color: rgb(221,159,145); }
td.TdClassName
{
border-color: #DD9F91;
}
.TagClassName
{
border-color: #DD9F91;
}
</style>