Shades of Cabaret #DA4E66
Tints of Cabaret #DA4E66
RGB
CMYK
RGB Variations
Color information
#DA4E66 (or 0xDA4E66) is known color: Cabaret. HEX triplet: DA, 4E and 66. RGB value is (218,78,102). Sum of RGB (Red+Green+Blue) = 218+78+102=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E66 is #25B199. Grayscale: #7A7A7A. Windows color (decimal): -2470298 or 6704858. OLE color: 6704858.
HSL color Cylindrical-coordinate representation of color #DA4E66: hue angle of 349.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E66 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 102 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.15 |
| HSL | 349.71º | 0.65% | 0.58% | - |
| HSV(B) | 349.71º | 0.64% | 0.85% | - |
| XYZ | 34.04 | 21.31 | 14.89 | - |
| YUV | 122.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 102 | 0 | 0.64 | 0.53 | 0.15 | 349.71 | 0.65 | 0.58 |
| Hex | DA | 4E | 66 | 0 | 40 | 35 | F | 15E | 41 | 3A |
| Octal | 332 | 116 | 146 | 0 | 100 | 65 | 17 | 536 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1100110 | 0 | 1000000 | 110101 | 1111 | 101011110 | 1000001 | 111010 |
Color Harmonies of #DA4E66
Complementary color
Monochromatic Colors of #DA4E66
Black with #DA4E66
Text Example
Text Example
White with #DA4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E66; }
p { color: rgb(218,78,102); }
H1.HeaderClassName
{
color: #DA4E66;
}
.AnyTagClassName
{
color: #DA4E66;
}
</style>
background-color css
<style>
a { background-color: #DA4E66; }
a { background-color: rgb(218,78,102); }
div.DivClassName
{
background-color: #DA4E66;
}
.BgClassName
{
background-color: #DA4E66;
}
</style>
border-color css
<style>
span { border-color: #DA4E66; }
span { border-color: rgb(218,78,102); }
td.TdClassName
{
border-color: #DA4E66;
}
.TagClassName
{
border-color: #DA4E66;
}
</style>