Shades of Cabaret #DE4C64
Tints of Cabaret #DE4C64
RGB
CMYK
RGB Variations
Color information
#DE4C64 (or 0xDE4C64) is known color: Cabaret. HEX triplet: DE, 4C and 64. RGB value is (222,76,100). Sum of RGB (Red+Green+Blue) = 222+76+100=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C64 is #21B39B. Grayscale: #7A7A7A. Windows color (decimal): -2208668 or 6573278. OLE color: 6573278.
HSL color Cylindrical-coordinate representation of color #DE4C64: hue angle of 350.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C64 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 100 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.13 |
| HSL | 350.14º | 0.69% | 0.58% | - |
| HSV(B) | 350.14º | 0.66% | 0.87% | - |
| XYZ | 35.01 | 21.62 | 14.38 | - |
| YUV | 122.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 100 | 0 | 0.66 | 0.55 | 0.13 | 350.14 | 0.69 | 0.58 |
| Hex | DE | 4C | 64 | 0 | 42 | 37 | D | 15E | 45 | 3A |
| Octal | 336 | 114 | 144 | 0 | 102 | 67 | 15 | 536 | 105 | 72 |
| Binary | 11011110 | 1001100 | 1100100 | 0 | 1000010 | 110111 | 1101 | 101011110 | 1000101 | 111010 |
Color Harmonies of #DE4C64
Complementary color
Monochromatic Colors of #DE4C64
Black with #DE4C64
Text Example
Text Example
White with #DE4C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C64; }
p { color: rgb(222,76,100); }
H1.HeaderClassName
{
color: #DE4C64;
}
.AnyTagClassName
{
color: #DE4C64;
}
</style>
background-color css
<style>
a { background-color: #DE4C64; }
a { background-color: rgb(222,76,100); }
div.DivClassName
{
background-color: #DE4C64;
}
.BgClassName
{
background-color: #DE4C64;
}
</style>
border-color css
<style>
span { border-color: #DE4C64; }
span { border-color: rgb(222,76,100); }
td.TdClassName
{
border-color: #DE4C64;
}
.TagClassName
{
border-color: #DE4C64;
}
</style>