Shades of Tonys Pink #DF9785
Tints of Tonys Pink #DF9785
RGB
CMYK
RGB Variations
Color information
#DF9785 (or 0xDF9785) is known color: Tonys Pink. HEX triplet: DF, 97 and 85. RGB value is (223,151,133). Sum of RGB (Red+Green+Blue) = 223+151+133=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9785 is #20687A. Grayscale: #AAAAAA. Windows color (decimal): -2123899 or 8755167. OLE color: 8755167.
HSL color Cylindrical-coordinate representation of color #DF9785: hue angle of 12º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9785 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 133 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.13 |
| HSL | 12º | 0.58% | 0.7% | - |
| HSV(B) | 12º | 0.4% | 0.87% | - |
| XYZ | 45.73 | 39.51 | 27.41 | - |
| YUV | 170.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 133 | 0 | 0.32 | 0.40 | 0.13 | 12 | 0.58 | 0.7 |
| Hex | DF | 97 | 85 | 0 | 20 | 28 | D | C | 3A | 46 |
| Octal | 337 | 227 | 205 | 0 | 40 | 50 | 15 | 14 | 72 | 106 |
| Binary | 11011111 | 10010111 | 10000101 | 0 | 100000 | 101000 | 1101 | 1100 | 111010 | 1000110 |
Color Harmonies of #DF9785
Complementary color
Monochromatic Colors of #DF9785
Black with #DF9785
Text Example
Text Example
White with #DF9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9785; }
p { color: rgb(223,151,133); }
H1.HeaderClassName
{
color: #DF9785;
}
.AnyTagClassName
{
color: #DF9785;
}
</style>
background-color css
<style>
a { background-color: #DF9785; }
a { background-color: rgb(223,151,133); }
div.DivClassName
{
background-color: #DF9785;
}
.BgClassName
{
background-color: #DF9785;
}
</style>
border-color css
<style>
span { border-color: #DF9785; }
span { border-color: rgb(223,151,133); }
td.TdClassName
{
border-color: #DF9785;
}
.TagClassName
{
border-color: #DF9785;
}
</style>