Shades of Cabaret #DA4C68
Tints of Cabaret #DA4C68
RGB
CMYK
RGB Variations
Color information
#DA4C68 (or 0xDA4C68) is known color: Cabaret. HEX triplet: DA, 4C and 68. RGB value is (218,76,104). Sum of RGB (Red+Green+Blue) = 218+76+104=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C68 is #25B397. Grayscale: #797979. Windows color (decimal): -2470808 or 6835418. OLE color: 6835418.
HSL color Cylindrical-coordinate representation of color #DA4C68: hue angle of 348.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C68 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 104 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.15 |
| HSL | 348.17º | 0.66% | 0.58% | - |
| HSV(B) | 348.17º | 0.65% | 0.85% | - |
| XYZ | 34 | 21.07 | 15.37 | - |
| YUV | 121.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 104 | 0 | 0.65 | 0.52 | 0.15 | 348.17 | 0.66 | 0.58 |
| Hex | DA | 4C | 68 | 0 | 41 | 34 | F | 15C | 42 | 3A |
| Octal | 332 | 114 | 150 | 0 | 101 | 64 | 17 | 534 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1101000 | 0 | 1000001 | 110100 | 1111 | 101011100 | 1000010 | 111010 |
Color Harmonies of #DA4C68
Complementary color
Monochromatic Colors of #DA4C68
Black with #DA4C68
Text Example
Text Example
White with #DA4C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C68; }
p { color: rgb(218,76,104); }
H1.HeaderClassName
{
color: #DA4C68;
}
.AnyTagClassName
{
color: #DA4C68;
}
</style>
background-color css
<style>
a { background-color: #DA4C68; }
a { background-color: rgb(218,76,104); }
div.DivClassName
{
background-color: #DA4C68;
}
.BgClassName
{
background-color: #DA4C68;
}
</style>
border-color css
<style>
span { border-color: #DA4C68; }
span { border-color: rgb(218,76,104); }
td.TdClassName
{
border-color: #DA4C68;
}
.TagClassName
{
border-color: #DA4C68;
}
</style>