Shades of Tonys Pink #DC9D88
Tints of Tonys Pink #DC9D88
RGB
CMYK
RGB Variations
Color information
#DC9D88 (or 0xDC9D88) is known color: Tonys Pink. HEX triplet: DC, 9D and 88. RGB value is (220,157,136). Sum of RGB (Red+Green+Blue) = 220+157+136=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D88 is #236277. Grayscale: #ADADAD. Windows color (decimal): -2318968 or 8953308. OLE color: 8953308.
HSL color Cylindrical-coordinate representation of color #DC9D88: hue angle of 15º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9D88 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 136 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.14 |
| HSL | 15º | 0.55% | 0.7% | - |
| HSV(B) | 15º | 0.38% | 0.86% | - |
| XYZ | 46.02 | 41.11 | 28.8 | - |
| YUV | 173.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 136 | 0 | 0.29 | 0.38 | 0.14 | 15 | 0.55 | 0.7 |
| Hex | DC | 9D | 88 | 0 | 1D | 26 | E | F | 37 | 46 |
| Octal | 334 | 235 | 210 | 0 | 35 | 46 | 16 | 17 | 67 | 106 |
| Binary | 11011100 | 10011101 | 10001000 | 0 | 11101 | 100110 | 1110 | 1111 | 110111 | 1000110 |
Color Harmonies of #DC9D88
Complementary color
Monochromatic Colors of #DC9D88
Black with #DC9D88
Text Example
Text Example
White with #DC9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D88; }
p { color: rgb(220,157,136); }
H1.HeaderClassName
{
color: #DC9D88;
}
.AnyTagClassName
{
color: #DC9D88;
}
</style>
background-color css
<style>
a { background-color: #DC9D88; }
a { background-color: rgb(220,157,136); }
div.DivClassName
{
background-color: #DC9D88;
}
.BgClassName
{
background-color: #DC9D88;
}
</style>
border-color css
<style>
span { border-color: #DC9D88; }
span { border-color: rgb(220,157,136); }
td.TdClassName
{
border-color: #DC9D88;
}
.TagClassName
{
border-color: #DC9D88;
}
</style>