Shades of Cabaret #DE586D
Tints of Cabaret #DE586D
RGB
CMYK
RGB Variations
Color information
#DE586D (or 0xDE586D) is known color: Cabaret. HEX triplet: DE, 58 and 6D. RGB value is (222,88,109). Sum of RGB (Red+Green+Blue) = 222+88+109=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE586D is #21A792. Grayscale: #828282. Windows color (decimal): -2205587 or 7166174. OLE color: 7166174.
HSL color Cylindrical-coordinate representation of color #DE586D: hue angle of 350.6º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE586D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 109 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.13 |
| HSL | 350.6º | 0.67% | 0.61% | - |
| HSV(B) | 350.6º | 0.6% | 0.87% | - |
| XYZ | 36.37 | 23.61 | 17.11 | - |
| YUV | 130.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 109 | 0 | 0.60 | 0.51 | 0.13 | 350.6 | 0.67 | 0.61 |
| Hex | DE | 58 | 6D | 0 | 3C | 33 | D | 15F | 43 | 3D |
| Octal | 336 | 130 | 155 | 0 | 74 | 63 | 15 | 537 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1101101 | 0 | 111100 | 110011 | 1101 | 101011111 | 1000011 | 111101 |
Color Harmonies of #DE586D
Complementary color
Monochromatic Colors of #DE586D
Black with #DE586D
Text Example
Text Example
White with #DE586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE586D; }
p { color: rgb(222,88,109); }
H1.HeaderClassName
{
color: #DE586D;
}
.AnyTagClassName
{
color: #DE586D;
}
</style>
background-color css
<style>
a { background-color: #DE586D; }
a { background-color: rgb(222,88,109); }
div.DivClassName
{
background-color: #DE586D;
}
.BgClassName
{
background-color: #DE586D;
}
</style>
border-color css
<style>
span { border-color: #DE586D; }
span { border-color: rgb(222,88,109); }
td.TdClassName
{
border-color: #DE586D;
}
.TagClassName
{
border-color: #DE586D;
}
</style>