Shades of Tonys Pink #D99983
Tints of Tonys Pink #D99983
RGB
CMYK
RGB Variations
Color information
#D99983 (or 0xD99983) is known color: Tonys Pink. HEX triplet: D9, 99 and 83. RGB value is (217,153,131). Sum of RGB (Red+Green+Blue) = 217+153+131=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99983 is #26667C. Grayscale: #A9A9A9. Windows color (decimal): -2516605 or 8624601. OLE color: 8624601.
HSL color Cylindrical-coordinate representation of color #D99983: hue angle of 15.35º 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 #D99983 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 131 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.15 |
| HSL | 15.35º | 0.53% | 0.68% | - |
| HSV(B) | 15.35º | 0.4% | 0.85% | - |
| XYZ | 44.1 | 39.17 | 26.71 | - |
| YUV | 169.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 131 | 0 | 0.29 | 0.40 | 0.15 | 15.35 | 0.53 | 0.68 |
| Hex | D9 | 99 | 83 | 0 | 1D | 28 | F | F | 35 | 44 |
| Octal | 331 | 231 | 203 | 0 | 35 | 50 | 17 | 17 | 65 | 104 |
| Binary | 11011001 | 10011001 | 10000011 | 0 | 11101 | 101000 | 1111 | 1111 | 110101 | 1000100 |
Color Harmonies of #D99983
Complementary color
Monochromatic Colors of #D99983
Black with #D99983
Text Example
Text Example
White with #D99983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99983; }
p { color: rgb(217,153,131); }
H1.HeaderClassName
{
color: #D99983;
}
.AnyTagClassName
{
color: #D99983;
}
</style>
background-color css
<style>
a { background-color: #D99983; }
a { background-color: rgb(217,153,131); }
div.DivClassName
{
background-color: #D99983;
}
.BgClassName
{
background-color: #D99983;
}
</style>
border-color css
<style>
span { border-color: #D99983; }
span { border-color: rgb(217,153,131); }
td.TdClassName
{
border-color: #D99983;
}
.TagClassName
{
border-color: #D99983;
}
</style>