Shades of Tonys Pink #DA9884
Tints of Tonys Pink #DA9884
RGB
CMYK
RGB Variations
Color information
#DA9884 (or 0xDA9884) is known color: Tonys Pink. HEX triplet: DA, 98 and 84. RGB value is (218,152,132). Sum of RGB (Red+Green+Blue) = 218+152+132=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9884 is #25677B. Grayscale: #A9A9A9. Windows color (decimal): -2451324 or 8689882. OLE color: 8689882.
HSL color Cylindrical-coordinate representation of color #DA9884: hue angle of 13.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9884 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 132 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.15 |
| HSL | 13.95º | 0.54% | 0.69% | - |
| HSV(B) | 13.95º | 0.39% | 0.85% | - |
| XYZ | 44.31 | 39.03 | 27.03 | - |
| YUV | 169.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 132 | 0 | 0.30 | 0.39 | 0.15 | 13.95 | 0.54 | 0.69 |
| Hex | DA | 98 | 84 | 0 | 1E | 27 | F | E | 36 | 45 |
| Octal | 332 | 230 | 204 | 0 | 36 | 47 | 17 | 16 | 66 | 105 |
| Binary | 11011010 | 10011000 | 10000100 | 0 | 11110 | 100111 | 1111 | 1110 | 110110 | 1000101 |
Color Harmonies of #DA9884
Complementary color
Monochromatic Colors of #DA9884
Black with #DA9884
Text Example
Text Example
White with #DA9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9884; }
p { color: rgb(218,152,132); }
H1.HeaderClassName
{
color: #DA9884;
}
.AnyTagClassName
{
color: #DA9884;
}
</style>
background-color css
<style>
a { background-color: #DA9884; }
a { background-color: rgb(218,152,132); }
div.DivClassName
{
background-color: #DA9884;
}
.BgClassName
{
background-color: #DA9884;
}
</style>
border-color css
<style>
span { border-color: #DA9884; }
span { border-color: rgb(218,152,132); }
td.TdClassName
{
border-color: #DA9884;
}
.TagClassName
{
border-color: #DA9884;
}
</style>