Shades of Tonys Pink #DC9A87
Tints of Tonys Pink #DC9A87
RGB
CMYK
RGB Variations
Color information
#DC9A87 (or 0xDC9A87) is known color: Tonys Pink. HEX triplet: DC, 9A and 87. RGB value is (220,154,135). Sum of RGB (Red+Green+Blue) = 220+154+135=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A87 is #236578. Grayscale: #ABABAB. Windows color (decimal): -2319737 or 8887004. OLE color: 8887004.
HSL color Cylindrical-coordinate representation of color #DC9A87: hue angle of 13.41º 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 #DC9A87 is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 135 | - |
| CMYK | 0 | 0.3 | 0.39 | 0.14 |
| HSL | 13.41º | 0.55% | 0.7% | - |
| HSV(B) | 13.41º | 0.39% | 0.86% | - |
| XYZ | 45.44 | 40.08 | 28.26 | - |
| YUV | 171.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 135 | 0 | 0.3 | 0.39 | 0.14 | 13.41 | 0.55 | 0.7 |
| Hex | DC | 9A | 87 | 0 | 1E | 27 | E | D | 37 | 46 |
| Octal | 334 | 232 | 207 | 0 | 36 | 47 | 16 | 15 | 67 | 106 |
| Binary | 11011100 | 10011010 | 10000111 | 0 | 11110 | 100111 | 1110 | 1101 | 110111 | 1000110 |
Color Harmonies of #DC9A87
Complementary color
Monochromatic Colors of #DC9A87
Black with #DC9A87
Text Example
Text Example
White with #DC9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A87; }
p { color: rgb(220,154,135); }
H1.HeaderClassName
{
color: #DC9A87;
}
.AnyTagClassName
{
color: #DC9A87;
}
</style>
background-color css
<style>
a { background-color: #DC9A87; }
a { background-color: rgb(220,154,135); }
div.DivClassName
{
background-color: #DC9A87;
}
.BgClassName
{
background-color: #DC9A87;
}
</style>
border-color css
<style>
span { border-color: #DC9A87; }
span { border-color: rgb(220,154,135); }
td.TdClassName
{
border-color: #DC9A87;
}
.TagClassName
{
border-color: #DC9A87;
}
</style>