Shades of Tonys Pink #DE9585
Tints of Tonys Pink #DE9585
RGB
CMYK
RGB Variations
Color information
#DE9585 (or 0xDE9585) is known color: Tonys Pink. HEX triplet: DE, 95 and 85. RGB value is (222,149,133). Sum of RGB (Red+Green+Blue) = 222+149+133=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9585 is #216A7A. Grayscale: #A9A9A9. Windows color (decimal): -2189947 or 8754654. OLE color: 8754654.
HSL color Cylindrical-coordinate representation of color #DE9585: hue angle of 10.79º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE9585 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 133 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.13 |
| HSL | 10.79º | 0.57% | 0.7% | - |
| HSV(B) | 10.79º | 0.4% | 0.87% | - |
| XYZ | 45.11 | 38.72 | 27.29 | - |
| YUV | 169 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 133 | 0 | 0.33 | 0.40 | 0.13 | 10.79 | 0.57 | 0.7 |
| Hex | DE | 95 | 85 | 0 | 21 | 28 | D | B | 39 | 46 |
| Octal | 336 | 225 | 205 | 0 | 41 | 50 | 15 | 13 | 71 | 106 |
| Binary | 11011110 | 10010101 | 10000101 | 0 | 100001 | 101000 | 1101 | 1011 | 111001 | 1000110 |
Color Harmonies of #DE9585
Complementary color
Monochromatic Colors of #DE9585
Black with #DE9585
Text Example
Text Example
White with #DE9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9585; }
p { color: rgb(222,149,133); }
H1.HeaderClassName
{
color: #DE9585;
}
.AnyTagClassName
{
color: #DE9585;
}
</style>
background-color css
<style>
a { background-color: #DE9585; }
a { background-color: rgb(222,149,133); }
div.DivClassName
{
background-color: #DE9585;
}
.BgClassName
{
background-color: #DE9585;
}
</style>
border-color css
<style>
span { border-color: #DE9585; }
span { border-color: rgb(222,149,133); }
td.TdClassName
{
border-color: #DE9585;
}
.TagClassName
{
border-color: #DE9585;
}
</style>