Shades of Tonys Pink #DD9783
Tints of Tonys Pink #DD9783
RGB
CMYK
RGB Variations
Color information
#DD9783 (or 0xDD9783) is known color: Tonys Pink. HEX triplet: DD, 97 and 83. RGB value is (221,151,131). Sum of RGB (Red+Green+Blue) = 221+151+131=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9783 is #22687C. Grayscale: #A9A9A9. Windows color (decimal): -2254973 or 8624093. OLE color: 8624093.
HSL color Cylindrical-coordinate representation of color #DD9783: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD9783 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 131 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.13 |
| HSL | 13.33º | 0.57% | 0.69% | - |
| HSV(B) | 13.33º | 0.41% | 0.87% | - |
| XYZ | 44.98 | 39.14 | 26.66 | - |
| YUV | 169.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 131 | 0 | 0.32 | 0.41 | 0.13 | 13.33 | 0.57 | 0.69 |
| Hex | DD | 97 | 83 | 0 | 20 | 29 | D | D | 39 | 45 |
| Octal | 335 | 227 | 203 | 0 | 40 | 51 | 15 | 15 | 71 | 105 |
| Binary | 11011101 | 10010111 | 10000011 | 0 | 100000 | 101001 | 1101 | 1101 | 111001 | 1000101 |
Color Harmonies of #DD9783
Complementary color
Monochromatic Colors of #DD9783
Black with #DD9783
Text Example
Text Example
White with #DD9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9783; }
p { color: rgb(221,151,131); }
H1.HeaderClassName
{
color: #DD9783;
}
.AnyTagClassName
{
color: #DD9783;
}
</style>
background-color css
<style>
a { background-color: #DD9783; }
a { background-color: rgb(221,151,131); }
div.DivClassName
{
background-color: #DD9783;
}
.BgClassName
{
background-color: #DD9783;
}
</style>
border-color css
<style>
span { border-color: #DD9783; }
span { border-color: rgb(221,151,131); }
td.TdClassName
{
border-color: #DD9783;
}
.TagClassName
{
border-color: #DD9783;
}
</style>