Shades of Cabaret #DE5365
Tints of Cabaret #DE5365
RGB
CMYK
RGB Variations
Color information
#DE5365 (or 0xDE5365) is known color: Cabaret. HEX triplet: DE, 53 and 65. RGB value is (222,83,101). Sum of RGB (Red+Green+Blue) = 222+83+101=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5365 is #21AC9A. Grayscale: #7E7E7E. Windows color (decimal): -2206875 or 6640606. OLE color: 6640606.
HSL color Cylindrical-coordinate representation of color #DE5365: hue angle of 352.23º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5365 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 101 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.13 |
| HSL | 352.23º | 0.68% | 0.6% | - |
| HSV(B) | 352.23º | 0.63% | 0.87% | - |
| XYZ | 35.57 | 22.66 | 14.81 | - |
| YUV | 126.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 101 | 0 | 0.63 | 0.55 | 0.13 | 352.23 | 0.68 | 0.6 |
| Hex | DE | 53 | 65 | 0 | 3F | 37 | D | 160 | 44 | 3C |
| Octal | 336 | 123 | 145 | 0 | 77 | 67 | 15 | 540 | 104 | 74 |
| Binary | 11011110 | 1010011 | 1100101 | 0 | 111111 | 110111 | 1101 | 101100000 | 1000100 | 111100 |
Color Harmonies of #DE5365
Complementary color
Monochromatic Colors of #DE5365
Black with #DE5365
Text Example
Text Example
White with #DE5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5365; }
p { color: rgb(222,83,101); }
H1.HeaderClassName
{
color: #DE5365;
}
.AnyTagClassName
{
color: #DE5365;
}
</style>
background-color css
<style>
a { background-color: #DE5365; }
a { background-color: rgb(222,83,101); }
div.DivClassName
{
background-color: #DE5365;
}
.BgClassName
{
background-color: #DE5365;
}
</style>
border-color css
<style>
span { border-color: #DE5365; }
span { border-color: rgb(222,83,101); }
td.TdClassName
{
border-color: #DE5365;
}
.TagClassName
{
border-color: #DE5365;
}
</style>