Shades of Rose #DD9F92
Tints of Rose #DD9F92
RGB
CMYK
RGB Variations
Color information
#DD9F92 (or 0xDD9F92) is known color: Rose. HEX triplet: DD, 9F and 92. RGB value is (221,159,146). Sum of RGB (Red+Green+Blue) = 221+159+146=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F92 is #22606D. Grayscale: #B0B0B0. Windows color (decimal): -2252910 or 9609181. OLE color: 9609181.
HSL color Cylindrical-coordinate representation of color #DD9F92: hue angle of 10.4º degrees, saturation: 0.52, 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 #DD9F92 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 146 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.13 |
| HSL | 10.4º | 0.52% | 0.72% | - |
| HSV(B) | 10.4º | 0.34% | 0.87% | - |
| XYZ | 47.41 | 42.24 | 32.85 | - |
| YUV | 176.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 146 | 0 | 0.28 | 0.34 | 0.13 | 10.4 | 0.52 | 0.72 |
| Hex | DD | 9F | 92 | 0 | 1C | 22 | D | A | 34 | 48 |
| Octal | 335 | 237 | 222 | 0 | 34 | 42 | 15 | 12 | 64 | 110 |
| Binary | 11011101 | 10011111 | 10010010 | 0 | 11100 | 100010 | 1101 | 1010 | 110100 | 1001000 |
Color Harmonies of #DD9F92
Complementary color
Monochromatic Colors of #DD9F92
Black with #DD9F92
Text Example
Text Example
White with #DD9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F92; }
p { color: rgb(221,159,146); }
H1.HeaderClassName
{
color: #DD9F92;
}
.AnyTagClassName
{
color: #DD9F92;
}
</style>
background-color css
<style>
a { background-color: #DD9F92; }
a { background-color: rgb(221,159,146); }
div.DivClassName
{
background-color: #DD9F92;
}
.BgClassName
{
background-color: #DD9F92;
}
</style>
border-color css
<style>
span { border-color: #DD9F92; }
span { border-color: rgb(221,159,146); }
td.TdClassName
{
border-color: #DD9F92;
}
.TagClassName
{
border-color: #DD9F92;
}
</style>