Shades of Cabaret #DE5968
Tints of Cabaret #DE5968
RGB
CMYK
RGB Variations
Color information
#DE5968 (or 0xDE5968) is known color: Cabaret. HEX triplet: DE, 59 and 68. RGB value is (222,89,104). Sum of RGB (Red+Green+Blue) = 222+89+104=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5968 is #21A697. Grayscale: #828282. Windows color (decimal): -2205336 or 6838750. OLE color: 6838750.
HSL color Cylindrical-coordinate representation of color #DE5968: hue angle of 353.23º 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 #DE5968 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 104 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.13 |
| HSL | 353.23º | 0.67% | 0.61% | - |
| HSV(B) | 353.23º | 0.6% | 0.87% | - |
| XYZ | 36.2 | 23.67 | 15.76 | - |
| YUV | 130.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 104 | 0 | 0.60 | 0.53 | 0.13 | 353.23 | 0.67 | 0.61 |
| Hex | DE | 59 | 68 | 0 | 3C | 35 | D | 161 | 43 | 3D |
| Octal | 336 | 131 | 150 | 0 | 74 | 65 | 15 | 541 | 103 | 75 |
| Binary | 11011110 | 1011001 | 1101000 | 0 | 111100 | 110101 | 1101 | 101100001 | 1000011 | 111101 |
Color Harmonies of #DE5968
Complementary color
Monochromatic Colors of #DE5968
Black with #DE5968
Text Example
Text Example
White with #DE5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5968; }
p { color: rgb(222,89,104); }
H1.HeaderClassName
{
color: #DE5968;
}
.AnyTagClassName
{
color: #DE5968;
}
</style>
background-color css
<style>
a { background-color: #DE5968; }
a { background-color: rgb(222,89,104); }
div.DivClassName
{
background-color: #DE5968;
}
.BgClassName
{
background-color: #DE5968;
}
</style>
border-color css
<style>
span { border-color: #DE5968; }
span { border-color: rgb(222,89,104); }
td.TdClassName
{
border-color: #DE5968;
}
.TagClassName
{
border-color: #DE5968;
}
</style>