Shades of Tonys Pink #DA9A81
Tints of Tonys Pink #DA9A81
RGB
CMYK
RGB Variations
Color information
#DA9A81 (or 0xDA9A81) is known color: Tonys Pink. HEX triplet: DA, 9A and 81. RGB value is (218,154,129). Sum of RGB (Red+Green+Blue) = 218+154+129=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A81 is #25657E. Grayscale: #AAAAAA. Windows color (decimal): -2450815 or 8493786. OLE color: 8493786.
HSL color Cylindrical-coordinate representation of color #DA9A81: hue angle of 16.85º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA9A81 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 129 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.15 |
| HSL | 16.85º | 0.55% | 0.68% | - |
| HSV(B) | 16.85º | 0.41% | 0.85% | - |
| XYZ | 44.43 | 39.6 | 26.07 | - |
| YUV | 170.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 129 | 0 | 0.29 | 0.41 | 0.15 | 16.85 | 0.55 | 0.68 |
| Hex | DA | 9A | 81 | 0 | 1D | 29 | F | 11 | 37 | 44 |
| Octal | 332 | 232 | 201 | 0 | 35 | 51 | 17 | 21 | 67 | 104 |
| Binary | 11011010 | 10011010 | 10000001 | 0 | 11101 | 101001 | 1111 | 10001 | 110111 | 1000100 |
Color Harmonies of #DA9A81
Complementary color
Monochromatic Colors of #DA9A81
Black with #DA9A81
Text Example
Text Example
White with #DA9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A81; }
p { color: rgb(218,154,129); }
H1.HeaderClassName
{
color: #DA9A81;
}
.AnyTagClassName
{
color: #DA9A81;
}
</style>
background-color css
<style>
a { background-color: #DA9A81; }
a { background-color: rgb(218,154,129); }
div.DivClassName
{
background-color: #DA9A81;
}
.BgClassName
{
background-color: #DA9A81;
}
</style>
border-color css
<style>
span { border-color: #DA9A81; }
span { border-color: rgb(218,154,129); }
td.TdClassName
{
border-color: #DA9A81;
}
.TagClassName
{
border-color: #DA9A81;
}
</style>