Shades of Tonys Pink #DA9982
Tints of Tonys Pink #DA9982
RGB
CMYK
RGB Variations
Color information
#DA9982 (or 0xDA9982) is known color: Tonys Pink. HEX triplet: DA, 99 and 82. RGB value is (218,153,130). Sum of RGB (Red+Green+Blue) = 218+153+130=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9982 is #25667D. Grayscale: #A9A9A9. Windows color (decimal): -2451070 or 8559066. OLE color: 8559066.
HSL color Cylindrical-coordinate representation of color #DA9982: hue angle of 15.68º 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 #DA9982 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 130 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.15 |
| HSL | 15.68º | 0.54% | 0.68% | - |
| HSV(B) | 15.68º | 0.4% | 0.85% | - |
| XYZ | 44.33 | 39.3 | 26.37 | - |
| YUV | 169.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 130 | 0 | 0.30 | 0.40 | 0.15 | 15.68 | 0.54 | 0.68 |
| Hex | DA | 99 | 82 | 0 | 1E | 28 | F | 10 | 36 | 44 |
| Octal | 332 | 231 | 202 | 0 | 36 | 50 | 17 | 20 | 66 | 104 |
| Binary | 11011010 | 10011001 | 10000010 | 0 | 11110 | 101000 | 1111 | 10000 | 110110 | 1000100 |
Color Harmonies of #DA9982
Complementary color
Monochromatic Colors of #DA9982
Black with #DA9982
Text Example
Text Example
White with #DA9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9982; }
p { color: rgb(218,153,130); }
H1.HeaderClassName
{
color: #DA9982;
}
.AnyTagClassName
{
color: #DA9982;
}
</style>
background-color css
<style>
a { background-color: #DA9982; }
a { background-color: rgb(218,153,130); }
div.DivClassName
{
background-color: #DA9982;
}
.BgClassName
{
background-color: #DA9982;
}
</style>
border-color css
<style>
span { border-color: #DA9982; }
span { border-color: rgb(218,153,130); }
td.TdClassName
{
border-color: #DA9982;
}
.TagClassName
{
border-color: #DA9982;
}
</style>