Shades of Tonys Pink #DE9981
Tints of Tonys Pink #DE9981
RGB
CMYK
RGB Variations
Color information
#DE9981 (or 0xDE9981) is known color: Tonys Pink. HEX triplet: DE, 99 and 81. RGB value is (222,153,129). Sum of RGB (Red+Green+Blue) = 222+153+129=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9981 is #21667E. Grayscale: #ABABAB. Windows color (decimal): -2188927 or 8493534. OLE color: 8493534.
HSL color Cylindrical-coordinate representation of color #DE9981: hue angle of 15.48º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE9981 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 129 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.13 |
| HSL | 15.48º | 0.58% | 0.69% | - |
| HSV(B) | 15.48º | 0.42% | 0.87% | - |
| XYZ | 45.48 | 39.9 | 26.07 | - |
| YUV | 170.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 129 | 0 | 0.31 | 0.42 | 0.13 | 15.48 | 0.58 | 0.69 |
| Hex | DE | 99 | 81 | 0 | 1F | 2A | D | F | 3A | 45 |
| Octal | 336 | 231 | 201 | 0 | 37 | 52 | 15 | 17 | 72 | 105 |
| Binary | 11011110 | 10011001 | 10000001 | 0 | 11111 | 101010 | 1101 | 1111 | 111010 | 1000101 |
Color Harmonies of #DE9981
Complementary color
Monochromatic Colors of #DE9981
Black with #DE9981
Text Example
Text Example
White with #DE9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9981; }
p { color: rgb(222,153,129); }
H1.HeaderClassName
{
color: #DE9981;
}
.AnyTagClassName
{
color: #DE9981;
}
</style>
background-color css
<style>
a { background-color: #DE9981; }
a { background-color: rgb(222,153,129); }
div.DivClassName
{
background-color: #DE9981;
}
.BgClassName
{
background-color: #DE9981;
}
</style>
border-color css
<style>
span { border-color: #DE9981; }
span { border-color: rgb(222,153,129); }
td.TdClassName
{
border-color: #DE9981;
}
.TagClassName
{
border-color: #DE9981;
}
</style>