Shades of Tonys Pink #DA9983
Tints of Tonys Pink #DA9983
RGB
CMYK
RGB Variations
Color information
#DA9983 (or 0xDA9983) is known color: Tonys Pink. HEX triplet: DA, 99 and 83. RGB value is (218,153,131). Sum of RGB (Red+Green+Blue) = 218+153+131=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9983 is #25667C. Grayscale: #AAAAAA. Windows color (decimal): -2451069 or 8624602. OLE color: 8624602.
HSL color Cylindrical-coordinate representation of color #DA9983: hue angle of 15.17º degrees, saturation: 0.54, 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 #DA9983 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 131 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.15 |
| HSL | 15.17º | 0.54% | 0.68% | - |
| HSV(B) | 15.17º | 0.4% | 0.85% | - |
| XYZ | 44.4 | 39.33 | 26.72 | - |
| YUV | 169.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 131 | 0 | 0.30 | 0.40 | 0.15 | 15.17 | 0.54 | 0.68 |
| Hex | DA | 99 | 83 | 0 | 1E | 28 | F | F | 36 | 44 |
| Octal | 332 | 231 | 203 | 0 | 36 | 50 | 17 | 17 | 66 | 104 |
| Binary | 11011010 | 10011001 | 10000011 | 0 | 11110 | 101000 | 1111 | 1111 | 110110 | 1000100 |
Color Harmonies of #DA9983
Complementary color
Monochromatic Colors of #DA9983
Black with #DA9983
Text Example
Text Example
White with #DA9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9983; }
p { color: rgb(218,153,131); }
H1.HeaderClassName
{
color: #DA9983;
}
.AnyTagClassName
{
color: #DA9983;
}
</style>
background-color css
<style>
a { background-color: #DA9983; }
a { background-color: rgb(218,153,131); }
div.DivClassName
{
background-color: #DA9983;
}
.BgClassName
{
background-color: #DA9983;
}
</style>
border-color css
<style>
span { border-color: #DA9983; }
span { border-color: rgb(218,153,131); }
td.TdClassName
{
border-color: #DA9983;
}
.TagClassName
{
border-color: #DA9983;
}
</style>