Shades of Tonys Pink #DA9882
Tints of Tonys Pink #DA9882
RGB
CMYK
RGB Variations
Color information
#DA9882 (or 0xDA9882) is known color: Tonys Pink. HEX triplet: DA, 98 and 82. RGB value is (218,152,130). Sum of RGB (Red+Green+Blue) = 218+152+130=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9882 is #25677D. Grayscale: #A9A9A9. Windows color (decimal): -2451326 or 8558810. OLE color: 8558810.
HSL color Cylindrical-coordinate representation of color #DA9882: hue angle of 15º 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 #DA9882 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 130 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.15 |
| HSL | 15º | 0.54% | 0.68% | - |
| HSV(B) | 15º | 0.4% | 0.85% | - |
| XYZ | 44.17 | 38.97 | 26.31 | - |
| YUV | 169.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 130 | 0 | 0.30 | 0.40 | 0.15 | 15 | 0.54 | 0.68 |
| Hex | DA | 98 | 82 | 0 | 1E | 28 | F | F | 36 | 44 |
| Octal | 332 | 230 | 202 | 0 | 36 | 50 | 17 | 17 | 66 | 104 |
| Binary | 11011010 | 10011000 | 10000010 | 0 | 11110 | 101000 | 1111 | 1111 | 110110 | 1000100 |
Color Harmonies of #DA9882
Complementary color
Monochromatic Colors of #DA9882
Black with #DA9882
Text Example
Text Example
White with #DA9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9882; }
p { color: rgb(218,152,130); }
H1.HeaderClassName
{
color: #DA9882;
}
.AnyTagClassName
{
color: #DA9882;
}
</style>
background-color css
<style>
a { background-color: #DA9882; }
a { background-color: rgb(218,152,130); }
div.DivClassName
{
background-color: #DA9882;
}
.BgClassName
{
background-color: #DA9882;
}
</style>
border-color css
<style>
span { border-color: #DA9882; }
span { border-color: rgb(218,152,130); }
td.TdClassName
{
border-color: #DA9882;
}
.TagClassName
{
border-color: #DA9882;
}
</style>