Shades of Cabaret #DA4E6C
Tints of Cabaret #DA4E6C
RGB
CMYK
RGB Variations
Color information
#DA4E6C (or 0xDA4E6C) is known color: Cabaret. HEX triplet: DA, 4E and 6C. RGB value is (218,78,108). Sum of RGB (Red+Green+Blue) = 218+78+108=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E6C is #25B193. Grayscale: #7B7B7B. Windows color (decimal): -2470292 or 7098074. OLE color: 7098074.
HSL color Cylindrical-coordinate representation of color #DA4E6C: hue angle of 347.14º 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 #DA4E6C is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 108 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.15 |
| HSL | 347.14º | 0.65% | 0.58% | - |
| HSV(B) | 347.14º | 0.64% | 0.85% | - |
| XYZ | 34.34 | 21.44 | 16.51 | - |
| YUV | 123.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 108 | 0 | 0.64 | 0.50 | 0.15 | 347.14 | 0.65 | 0.58 |
| Hex | DA | 4E | 6C | 0 | 40 | 32 | F | 15B | 41 | 3A |
| Octal | 332 | 116 | 154 | 0 | 100 | 62 | 17 | 533 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1101100 | 0 | 1000000 | 110010 | 1111 | 101011011 | 1000001 | 111010 |
Color Harmonies of #DA4E6C
Complementary color
Monochromatic Colors of #DA4E6C
Black with #DA4E6C
Text Example
Text Example
White with #DA4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E6C; }
p { color: rgb(218,78,108); }
H1.HeaderClassName
{
color: #DA4E6C;
}
.AnyTagClassName
{
color: #DA4E6C;
}
</style>
background-color css
<style>
a { background-color: #DA4E6C; }
a { background-color: rgb(218,78,108); }
div.DivClassName
{
background-color: #DA4E6C;
}
.BgClassName
{
background-color: #DA4E6C;
}
</style>
border-color css
<style>
span { border-color: #DA4E6C; }
span { border-color: rgb(218,78,108); }
td.TdClassName
{
border-color: #DA4E6C;
}
.TagClassName
{
border-color: #DA4E6C;
}
</style>