Shades of Tonys Pink #DE9583
Tints of Tonys Pink #DE9583
RGB
CMYK
RGB Variations
Color information
#DE9583 (or 0xDE9583) is known color: Tonys Pink. HEX triplet: DE, 95 and 83. RGB value is (222,149,131). Sum of RGB (Red+Green+Blue) = 222+149+131=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9583 is #216A7C. Grayscale: #A8A8A8. Windows color (decimal): -2189949 or 8623582. OLE color: 8623582.
HSL color Cylindrical-coordinate representation of color #DE9583: hue angle of 11.87º 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 #DE9583 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 131 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.13 |
| HSL | 11.87º | 0.58% | 0.69% | - |
| HSV(B) | 11.87º | 0.41% | 0.87% | - |
| XYZ | 44.97 | 38.66 | 26.57 | - |
| YUV | 168.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 131 | 0 | 0.33 | 0.41 | 0.13 | 11.87 | 0.58 | 0.69 |
| Hex | DE | 95 | 83 | 0 | 21 | 29 | D | C | 3A | 45 |
| Octal | 336 | 225 | 203 | 0 | 41 | 51 | 15 | 14 | 72 | 105 |
| Binary | 11011110 | 10010101 | 10000011 | 0 | 100001 | 101001 | 1101 | 1100 | 111010 | 1000101 |
Color Harmonies of #DE9583
Complementary color
Monochromatic Colors of #DE9583
Black with #DE9583
Text Example
Text Example
White with #DE9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9583; }
p { color: rgb(222,149,131); }
H1.HeaderClassName
{
color: #DE9583;
}
.AnyTagClassName
{
color: #DE9583;
}
</style>
background-color css
<style>
a { background-color: #DE9583; }
a { background-color: rgb(222,149,131); }
div.DivClassName
{
background-color: #DE9583;
}
.BgClassName
{
background-color: #DE9583;
}
</style>
border-color css
<style>
span { border-color: #DE9583; }
span { border-color: rgb(222,149,131); }
td.TdClassName
{
border-color: #DE9583;
}
.TagClassName
{
border-color: #DE9583;
}
</style>