Shades of Rose #DD9F8F
Tints of Rose #DD9F8F
RGB
CMYK
RGB Variations
Color information
#DD9F8F (or 0xDD9F8F) is known color: Rose. HEX triplet: DD, 9F and 8F. RGB value is (221,159,143). Sum of RGB (Red+Green+Blue) = 221+159+143=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F8F is #226070. Grayscale: #AFAFAF. Windows color (decimal): -2252913 or 9412573. OLE color: 9412573.
HSL color Cylindrical-coordinate representation of color #DD9F8F: hue angle of 12.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9F8F is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 143 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.13 |
| HSL | 12.31º | 0.53% | 0.71% | - |
| HSV(B) | 12.31º | 0.35% | 0.87% | - |
| XYZ | 47.17 | 42.15 | 31.64 | - |
| YUV | 175.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 143 | 0 | 0.28 | 0.35 | 0.13 | 12.31 | 0.53 | 0.71 |
| Hex | DD | 9F | 8F | 0 | 1C | 23 | D | C | 35 | 47 |
| Octal | 335 | 237 | 217 | 0 | 34 | 43 | 15 | 14 | 65 | 107 |
| Binary | 11011101 | 10011111 | 10001111 | 0 | 11100 | 100011 | 1101 | 1100 | 110101 | 1000111 |
Color Harmonies of #DD9F8F
Complementary color
Monochromatic Colors of #DD9F8F
Black with #DD9F8F
Text Example
Text Example
White with #DD9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F8F; }
p { color: rgb(221,159,143); }
H1.HeaderClassName
{
color: #DD9F8F;
}
.AnyTagClassName
{
color: #DD9F8F;
}
</style>
background-color css
<style>
a { background-color: #DD9F8F; }
a { background-color: rgb(221,159,143); }
div.DivClassName
{
background-color: #DD9F8F;
}
.BgClassName
{
background-color: #DD9F8F;
}
</style>
border-color css
<style>
span { border-color: #DD9F8F; }
span { border-color: rgb(221,159,143); }
td.TdClassName
{
border-color: #DD9F8F;
}
.TagClassName
{
border-color: #DD9F8F;
}
</style>