Shades of Tonys Pink #DE9A8A
Tints of Tonys Pink #DE9A8A
RGB
CMYK
RGB Variations
Color information
#DE9A8A (or 0xDE9A8A) is known color: Tonys Pink. HEX triplet: DE, 9A and 8A. RGB value is (222,154,138). Sum of RGB (Red+Green+Blue) = 222+154+138=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A8A is #216575. Grayscale: #ACACAC. Windows color (decimal): -2188662 or 9083614. OLE color: 9083614.
HSL color Cylindrical-coordinate representation of color #DE9A8A: hue angle of 11.43º 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 #DE9A8A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 138 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.13 |
| HSL | 11.43º | 0.56% | 0.71% | - |
| HSV(B) | 11.43º | 0.38% | 0.87% | - |
| XYZ | 46.27 | 40.48 | 29.42 | - |
| YUV | 172.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 138 | 0 | 0.31 | 0.38 | 0.13 | 11.43 | 0.56 | 0.71 |
| Hex | DE | 9A | 8A | 0 | 1F | 26 | D | B | 38 | 47 |
| Octal | 336 | 232 | 212 | 0 | 37 | 46 | 15 | 13 | 70 | 107 |
| Binary | 11011110 | 10011010 | 10001010 | 0 | 11111 | 100110 | 1101 | 1011 | 111000 | 1000111 |
Color Harmonies of #DE9A8A
Complementary color
Monochromatic Colors of #DE9A8A
Black with #DE9A8A
Text Example
Text Example
White with #DE9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9A8A; }
p { color: rgb(222,154,138); }
H1.HeaderClassName
{
color: #DE9A8A;
}
.AnyTagClassName
{
color: #DE9A8A;
}
</style>
background-color css
<style>
a { background-color: #DE9A8A; }
a { background-color: rgb(222,154,138); }
div.DivClassName
{
background-color: #DE9A8A;
}
.BgClassName
{
background-color: #DE9A8A;
}
</style>
border-color css
<style>
span { border-color: #DE9A8A; }
span { border-color: rgb(222,154,138); }
td.TdClassName
{
border-color: #DE9A8A;
}
.TagClassName
{
border-color: #DE9A8A;
}
</style>