Shades of Tonys Pink #DC9987
Tints of Tonys Pink #DC9987
RGB
CMYK
RGB Variations
Color information
#DC9987 (or 0xDC9987) is known color: Tonys Pink. HEX triplet: DC, 99 and 87. RGB value is (220,153,135). Sum of RGB (Red+Green+Blue) = 220+153+135=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9987 is #236678. Grayscale: #ABABAB. Windows color (decimal): -2319993 or 8886748. OLE color: 8886748.
HSL color Cylindrical-coordinate representation of color #DC9987: hue angle of 12.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9987 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 135 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.14 |
| HSL | 12.71º | 0.55% | 0.7% | - |
| HSV(B) | 12.71º | 0.39% | 0.86% | - |
| XYZ | 45.28 | 39.75 | 28.21 | - |
| YUV | 170.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 135 | 0 | 0.30 | 0.39 | 0.14 | 12.71 | 0.55 | 0.7 |
| Hex | DC | 99 | 87 | 0 | 1E | 27 | E | D | 37 | 46 |
| Octal | 334 | 231 | 207 | 0 | 36 | 47 | 16 | 15 | 67 | 106 |
| Binary | 11011100 | 10011001 | 10000111 | 0 | 11110 | 100111 | 1110 | 1101 | 110111 | 1000110 |
Color Harmonies of #DC9987
Complementary color
Monochromatic Colors of #DC9987
Black with #DC9987
Text Example
Text Example
White with #DC9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9987; }
p { color: rgb(220,153,135); }
H1.HeaderClassName
{
color: #DC9987;
}
.AnyTagClassName
{
color: #DC9987;
}
</style>
background-color css
<style>
a { background-color: #DC9987; }
a { background-color: rgb(220,153,135); }
div.DivClassName
{
background-color: #DC9987;
}
.BgClassName
{
background-color: #DC9987;
}
</style>
border-color css
<style>
span { border-color: #DC9987; }
span { border-color: rgb(220,153,135); }
td.TdClassName
{
border-color: #DC9987;
}
.TagClassName
{
border-color: #DC9987;
}
</style>