Shades of Tonys Pink #DF9F84
Tints of Tonys Pink #DF9F84
RGB
CMYK
RGB Variations
Color information
#DF9F84 (or 0xDF9F84) is known color: Tonys Pink. HEX triplet: DF, 9F and 84. RGB value is (223,159,132). Sum of RGB (Red+Green+Blue) = 223+159+132=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F84 is #20607B. Grayscale: #AFAFAF. Windows color (decimal): -2121852 or 8691679. OLE color: 8691679.
HSL color Cylindrical-coordinate representation of color #DF9F84: hue angle of 17.8º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF9F84 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 132 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.13 |
| HSL | 17.8º | 0.59% | 0.7% | - |
| HSV(B) | 17.8º | 0.41% | 0.87% | - |
| XYZ | 46.99 | 42.15 | 27.49 | - |
| YUV | 175.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 132 | 0 | 0.29 | 0.41 | 0.13 | 17.8 | 0.59 | 0.7 |
| Hex | DF | 9F | 84 | 0 | 1D | 29 | D | 12 | 3B | 46 |
| Octal | 337 | 237 | 204 | 0 | 35 | 51 | 15 | 22 | 73 | 106 |
| Binary | 11011111 | 10011111 | 10000100 | 0 | 11101 | 101001 | 1101 | 10010 | 111011 | 1000110 |
Color Harmonies of #DF9F84
Complementary color
Monochromatic Colors of #DF9F84
Black with #DF9F84
Text Example
Text Example
White with #DF9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F84; }
p { color: rgb(223,159,132); }
H1.HeaderClassName
{
color: #DF9F84;
}
.AnyTagClassName
{
color: #DF9F84;
}
</style>
background-color css
<style>
a { background-color: #DF9F84; }
a { background-color: rgb(223,159,132); }
div.DivClassName
{
background-color: #DF9F84;
}
.BgClassName
{
background-color: #DF9F84;
}
</style>
border-color css
<style>
span { border-color: #DF9F84; }
span { border-color: rgb(223,159,132); }
td.TdClassName
{
border-color: #DF9F84;
}
.TagClassName
{
border-color: #DF9F84;
}
</style>