Shades of Tonys Pink #DC9783
Tints of Tonys Pink #DC9783
RGB
CMYK
RGB Variations
Color information
#DC9783 (or 0xDC9783) is known color: Tonys Pink. HEX triplet: DC, 97 and 83. RGB value is (220,151,131). Sum of RGB (Red+Green+Blue) = 220+151+131=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9783 is #23687C. Grayscale: #A9A9A9. Windows color (decimal): -2320509 or 8624092. OLE color: 8624092.
HSL color Cylindrical-coordinate representation of color #DC9783: hue angle of 13.48º 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 #DC9783 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 131 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.14 |
| HSL | 13.48º | 0.56% | 0.69% | - |
| HSV(B) | 13.48º | 0.4% | 0.86% | - |
| XYZ | 44.68 | 38.99 | 26.64 | - |
| YUV | 169.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 131 | 0 | 0.31 | 0.40 | 0.14 | 13.48 | 0.56 | 0.69 |
| Hex | DC | 97 | 83 | 0 | 1F | 28 | E | D | 38 | 45 |
| Octal | 334 | 227 | 203 | 0 | 37 | 50 | 16 | 15 | 70 | 105 |
| Binary | 11011100 | 10010111 | 10000011 | 0 | 11111 | 101000 | 1110 | 1101 | 111000 | 1000101 |
Color Harmonies of #DC9783
Complementary color
Monochromatic Colors of #DC9783
Black with #DC9783
Text Example
Text Example
White with #DC9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9783; }
p { color: rgb(220,151,131); }
H1.HeaderClassName
{
color: #DC9783;
}
.AnyTagClassName
{
color: #DC9783;
}
</style>
background-color css
<style>
a { background-color: #DC9783; }
a { background-color: rgb(220,151,131); }
div.DivClassName
{
background-color: #DC9783;
}
.BgClassName
{
background-color: #DC9783;
}
</style>
border-color css
<style>
span { border-color: #DC9783; }
span { border-color: rgb(220,151,131); }
td.TdClassName
{
border-color: #DC9783;
}
.TagClassName
{
border-color: #DC9783;
}
</style>