Shades of Tonys Pink #DE9584
Tints of Tonys Pink #DE9584
RGB
CMYK
RGB Variations
Color information
#DE9584 (or 0xDE9584) is known color: Tonys Pink. HEX triplet: DE, 95 and 84. RGB value is (222,149,132). Sum of RGB (Red+Green+Blue) = 222+149+132=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9584 is #216A7B. Grayscale: #A9A9A9. Windows color (decimal): -2189948 or 8689118. OLE color: 8689118.
HSL color Cylindrical-coordinate representation of color #DE9584: hue angle of 11.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE9584 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 132 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.13 |
| HSL | 11.33º | 0.58% | 0.69% | - |
| HSV(B) | 11.33º | 0.41% | 0.87% | - |
| XYZ | 45.04 | 38.69 | 26.92 | - |
| YUV | 168.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 132 | 0 | 0.33 | 0.41 | 0.13 | 11.33 | 0.58 | 0.69 |
| Hex | DE | 95 | 84 | 0 | 21 | 29 | D | B | 3A | 45 |
| Octal | 336 | 225 | 204 | 0 | 41 | 51 | 15 | 13 | 72 | 105 |
| Binary | 11011110 | 10010101 | 10000100 | 0 | 100001 | 101001 | 1101 | 1011 | 111010 | 1000101 |
Color Harmonies of #DE9584
Complementary color
Monochromatic Colors of #DE9584
Black with #DE9584
Text Example
Text Example
White with #DE9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9584; }
p { color: rgb(222,149,132); }
H1.HeaderClassName
{
color: #DE9584;
}
.AnyTagClassName
{
color: #DE9584;
}
</style>
background-color css
<style>
a { background-color: #DE9584; }
a { background-color: rgb(222,149,132); }
div.DivClassName
{
background-color: #DE9584;
}
.BgClassName
{
background-color: #DE9584;
}
</style>
border-color css
<style>
span { border-color: #DE9584; }
span { border-color: rgb(222,149,132); }
td.TdClassName
{
border-color: #DE9584;
}
.TagClassName
{
border-color: #DE9584;
}
</style>