Shades of Tonys Pink #D99882
Tints of Tonys Pink #D99882
RGB
CMYK
RGB Variations
Color information
#D99882 (or 0xD99882) is known color: Tonys Pink. HEX triplet: D9, 98 and 82. RGB value is (217,152,130). Sum of RGB (Red+Green+Blue) = 217+152+130=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99882 is #26677D. Grayscale: #A9A9A9. Windows color (decimal): -2516862 or 8558809. OLE color: 8558809.
HSL color Cylindrical-coordinate representation of color #D99882: hue angle of 15.17º 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 #D99882 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 130 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.15 |
| HSL | 15.17º | 0.53% | 0.68% | - |
| HSV(B) | 15.17º | 0.4% | 0.85% | - |
| XYZ | 43.87 | 38.82 | 26.3 | - |
| YUV | 168.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 130 | 0 | 0.30 | 0.40 | 0.15 | 15.17 | 0.53 | 0.68 |
| Hex | D9 | 98 | 82 | 0 | 1E | 28 | F | F | 35 | 44 |
| Octal | 331 | 230 | 202 | 0 | 36 | 50 | 17 | 17 | 65 | 104 |
| Binary | 11011001 | 10011000 | 10000010 | 0 | 11110 | 101000 | 1111 | 1111 | 110101 | 1000100 |
Color Harmonies of #D99882
Complementary color
Monochromatic Colors of #D99882
Black with #D99882
Text Example
Text Example
White with #D99882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99882; }
p { color: rgb(217,152,130); }
H1.HeaderClassName
{
color: #D99882;
}
.AnyTagClassName
{
color: #D99882;
}
</style>
background-color css
<style>
a { background-color: #D99882; }
a { background-color: rgb(217,152,130); }
div.DivClassName
{
background-color: #D99882;
}
.BgClassName
{
background-color: #D99882;
}
</style>
border-color css
<style>
span { border-color: #D99882; }
span { border-color: rgb(217,152,130); }
td.TdClassName
{
border-color: #D99882;
}
.TagClassName
{
border-color: #D99882;
}
</style>