Shades of Tonys Pink #DE9E8A
Tints of Tonys Pink #DE9E8A
RGB
CMYK
RGB Variations
Color information
#DE9E8A (or 0xDE9E8A) is known color: Tonys Pink. HEX triplet: DE, 9E and 8A. RGB value is (222,158,138). Sum of RGB (Red+Green+Blue) = 222+158+138=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E8A is #216175. Grayscale: #AFAFAF. Windows color (decimal): -2187638 or 9084638. OLE color: 9084638.
HSL color Cylindrical-coordinate representation of color #DE9E8A: hue angle of 14.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9E8A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 138 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.13 |
| HSL | 14.29º | 0.56% | 0.71% | - |
| HSV(B) | 14.29º | 0.38% | 0.87% | - |
| XYZ | 46.94 | 41.82 | 29.64 | - |
| YUV | 174.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 138 | 0 | 0.29 | 0.38 | 0.13 | 14.29 | 0.56 | 0.71 |
| Hex | DE | 9E | 8A | 0 | 1D | 26 | D | E | 38 | 47 |
| Octal | 336 | 236 | 212 | 0 | 35 | 46 | 15 | 16 | 70 | 107 |
| Binary | 11011110 | 10011110 | 10001010 | 0 | 11101 | 100110 | 1101 | 1110 | 111000 | 1000111 |
Color Harmonies of #DE9E8A
Complementary color
Monochromatic Colors of #DE9E8A
Black with #DE9E8A
Text Example
Text Example
White with #DE9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9E8A; }
p { color: rgb(222,158,138); }
H1.HeaderClassName
{
color: #DE9E8A;
}
.AnyTagClassName
{
color: #DE9E8A;
}
</style>
background-color css
<style>
a { background-color: #DE9E8A; }
a { background-color: rgb(222,158,138); }
div.DivClassName
{
background-color: #DE9E8A;
}
.BgClassName
{
background-color: #DE9E8A;
}
</style>
border-color css
<style>
span { border-color: #DE9E8A; }
span { border-color: rgb(222,158,138); }
td.TdClassName
{
border-color: #DE9E8A;
}
.TagClassName
{
border-color: #DE9E8A;
}
</style>