Shades of Tonys Pink #DE9881
Tints of Tonys Pink #DE9881
RGB
CMYK
RGB Variations
Color information
#DE9881 (or 0xDE9881) is known color: Tonys Pink. HEX triplet: DE, 98 and 81. RGB value is (222,152,129). Sum of RGB (Red+Green+Blue) = 222+152+129=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9881 is #21677E. Grayscale: #AAAAAA. Windows color (decimal): -2189183 or 8493278. OLE color: 8493278.
HSL color Cylindrical-coordinate representation of color #DE9881: hue angle of 14.84º 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 #DE9881 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 129 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.13 |
| HSL | 14.84º | 0.58% | 0.69% | - |
| HSV(B) | 14.84º | 0.42% | 0.87% | - |
| XYZ | 45.31 | 39.57 | 26.02 | - |
| YUV | 170.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 129 | 0 | 0.32 | 0.42 | 0.13 | 14.84 | 0.58 | 0.69 |
| Hex | DE | 98 | 81 | 0 | 20 | 2A | D | F | 3A | 45 |
| Octal | 336 | 230 | 201 | 0 | 40 | 52 | 15 | 17 | 72 | 105 |
| Binary | 11011110 | 10011000 | 10000001 | 0 | 100000 | 101010 | 1101 | 1111 | 111010 | 1000101 |
Color Harmonies of #DE9881
Complementary color
Monochromatic Colors of #DE9881
Black with #DE9881
Text Example
Text Example
White with #DE9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9881; }
p { color: rgb(222,152,129); }
H1.HeaderClassName
{
color: #DE9881;
}
.AnyTagClassName
{
color: #DE9881;
}
</style>
background-color css
<style>
a { background-color: #DE9881; }
a { background-color: rgb(222,152,129); }
div.DivClassName
{
background-color: #DE9881;
}
.BgClassName
{
background-color: #DE9881;
}
</style>
border-color css
<style>
span { border-color: #DE9881; }
span { border-color: rgb(222,152,129); }
td.TdClassName
{
border-color: #DE9881;
}
.TagClassName
{
border-color: #DE9881;
}
</style>