Shades of Tonys Pink #DC9984
Tints of Tonys Pink #DC9984
RGB
CMYK
RGB Variations
Color information
#DC9984 (or 0xDC9984) is known color: Tonys Pink. HEX triplet: DC, 99 and 84. RGB value is (220,153,132). Sum of RGB (Red+Green+Blue) = 220+153+132=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9984 is #23667B. Grayscale: #AAAAAA. Windows color (decimal): -2319996 or 8690140. OLE color: 8690140.
HSL color Cylindrical-coordinate representation of color #DC9984: hue angle of 14.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9984 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 132 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.14 |
| HSL | 14.32º | 0.56% | 0.69% | - |
| HSV(B) | 14.32º | 0.4% | 0.86% | - |
| XYZ | 45.07 | 39.66 | 27.11 | - |
| YUV | 170.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 132 | 0 | 0.30 | 0.40 | 0.14 | 14.32 | 0.56 | 0.69 |
| Hex | DC | 99 | 84 | 0 | 1E | 28 | E | E | 38 | 45 |
| Octal | 334 | 231 | 204 | 0 | 36 | 50 | 16 | 16 | 70 | 105 |
| Binary | 11011100 | 10011001 | 10000100 | 0 | 11110 | 101000 | 1110 | 1110 | 111000 | 1000101 |
Color Harmonies of #DC9984
Complementary color
Monochromatic Colors of #DC9984
Black with #DC9984
Text Example
Text Example
White with #DC9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9984; }
p { color: rgb(220,153,132); }
H1.HeaderClassName
{
color: #DC9984;
}
.AnyTagClassName
{
color: #DC9984;
}
</style>
background-color css
<style>
a { background-color: #DC9984; }
a { background-color: rgb(220,153,132); }
div.DivClassName
{
background-color: #DC9984;
}
.BgClassName
{
background-color: #DC9984;
}
</style>
border-color css
<style>
span { border-color: #DC9984; }
span { border-color: rgb(220,153,132); }
td.TdClassName
{
border-color: #DC9984;
}
.TagClassName
{
border-color: #DC9984;
}
</style>