Shades of Cabaret #DE586C
Tints of Cabaret #DE586C
RGB
CMYK
RGB Variations
Color information
#DE586C (or 0xDE586C) is known color: Cabaret. HEX triplet: DE, 58 and 6C. RGB value is (222,88,108). Sum of RGB (Red+Green+Blue) = 222+88+108=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE586C is #21A793. Grayscale: #828282. Windows color (decimal): -2205588 or 7100638. OLE color: 7100638.
HSL color Cylindrical-coordinate representation of color #DE586C: hue angle of 351.04º 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 #DE586C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 108 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.13 |
| HSL | 351.04º | 0.67% | 0.61% | - |
| HSV(B) | 351.04º | 0.6% | 0.87% | - |
| XYZ | 36.32 | 23.59 | 16.83 | - |
| YUV | 130.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 108 | 0 | 0.60 | 0.51 | 0.13 | 351.04 | 0.67 | 0.61 |
| Hex | DE | 58 | 6C | 0 | 3C | 33 | D | 15F | 43 | 3D |
| Octal | 336 | 130 | 154 | 0 | 74 | 63 | 15 | 537 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1101100 | 0 | 111100 | 110011 | 1101 | 101011111 | 1000011 | 111101 |
Color Harmonies of #DE586C
Complementary color
Monochromatic Colors of #DE586C
Black with #DE586C
Text Example
Text Example
White with #DE586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE586C; }
p { color: rgb(222,88,108); }
H1.HeaderClassName
{
color: #DE586C;
}
.AnyTagClassName
{
color: #DE586C;
}
</style>
background-color css
<style>
a { background-color: #DE586C; }
a { background-color: rgb(222,88,108); }
div.DivClassName
{
background-color: #DE586C;
}
.BgClassName
{
background-color: #DE586C;
}
</style>
border-color css
<style>
span { border-color: #DE586C; }
span { border-color: rgb(222,88,108); }
td.TdClassName
{
border-color: #DE586C;
}
.TagClassName
{
border-color: #DE586C;
}
</style>