Shades of Tonys Pink #D99982
Tints of Tonys Pink #D99982
RGB
CMYK
RGB Variations
Color information
#D99982 (or 0xD99982) is known color: Tonys Pink. HEX triplet: D9, 99 and 82. RGB value is (217,153,130). Sum of RGB (Red+Green+Blue) = 217+153+130=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D99982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99982 is #26667D. Grayscale: #A9A9A9. Windows color (decimal): -2516606 or 8559065. OLE color: 8559065.
HSL color Cylindrical-coordinate representation of color #D99982: hue angle of 15.86º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99982 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 130 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.15 |
| HSL | 15.86º | 0.53% | 0.68% | - |
| HSV(B) | 15.86º | 0.4% | 0.85% | - |
| XYZ | 44.04 | 39.15 | 26.35 | - |
| YUV | 169.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 130 | 0 | 0.29 | 0.40 | 0.15 | 15.86 | 0.53 | 0.68 |
| Hex | D9 | 99 | 82 | 0 | 1D | 28 | F | 10 | 35 | 44 |
| Octal | 331 | 231 | 202 | 0 | 35 | 50 | 17 | 20 | 65 | 104 |
| Binary | 11011001 | 10011001 | 10000010 | 0 | 11101 | 101000 | 1111 | 10000 | 110101 | 1000100 |
Color Harmonies of #D99982
Complementary color
Monochromatic Colors of #D99982
Black with #D99982
Text Example
Text Example
White with #D99982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99982; }
p { color: rgb(217,153,130); }
H1.HeaderClassName
{
color: #D99982;
}
.AnyTagClassName
{
color: #D99982;
}
</style>
background-color css
<style>
a { background-color: #D99982; }
a { background-color: rgb(217,153,130); }
div.DivClassName
{
background-color: #D99982;
}
.BgClassName
{
background-color: #D99982;
}
</style>
border-color css
<style>
span { border-color: #D99982; }
span { border-color: rgb(217,153,130); }
td.TdClassName
{
border-color: #D99982;
}
.TagClassName
{
border-color: #D99982;
}
</style>