Shades of Cabaret #DE5666
Tints of Cabaret #DE5666
RGB
CMYK
RGB Variations
Color information
#DE5666 (or 0xDE5666) is known color: Cabaret. HEX triplet: DE, 56 and 66. RGB value is (222,86,102). Sum of RGB (Red+Green+Blue) = 222+86+102=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5666 is #21A999. Grayscale: #808080. Windows color (decimal): -2206106 or 6706910. OLE color: 6706910.
HSL color Cylindrical-coordinate representation of color #DE5666: hue angle of 352.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE5666 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 102 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.13 |
| HSL | 352.94º | 0.67% | 0.6% | - |
| HSV(B) | 352.94º | 0.61% | 0.87% | - |
| XYZ | 35.85 | 23.14 | 15.15 | - |
| YUV | 128.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 102 | 0 | 0.61 | 0.54 | 0.13 | 352.94 | 0.67 | 0.6 |
| Hex | DE | 56 | 66 | 0 | 3D | 36 | D | 161 | 43 | 3C |
| Octal | 336 | 126 | 146 | 0 | 75 | 66 | 15 | 541 | 103 | 74 |
| Binary | 11011110 | 1010110 | 1100110 | 0 | 111101 | 110110 | 1101 | 101100001 | 1000011 | 111100 |
Color Harmonies of #DE5666
Complementary color
Monochromatic Colors of #DE5666
Black with #DE5666
Text Example
Text Example
White with #DE5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5666; }
p { color: rgb(222,86,102); }
H1.HeaderClassName
{
color: #DE5666;
}
.AnyTagClassName
{
color: #DE5666;
}
</style>
background-color css
<style>
a { background-color: #DE5666; }
a { background-color: rgb(222,86,102); }
div.DivClassName
{
background-color: #DE5666;
}
.BgClassName
{
background-color: #DE5666;
}
</style>
border-color css
<style>
span { border-color: #DE5666; }
span { border-color: rgb(222,86,102); }
td.TdClassName
{
border-color: #DE5666;
}
.TagClassName
{
border-color: #DE5666;
}
</style>