Shades of Cabaret #DA4E65
Tints of Cabaret #DA4E65
RGB
CMYK
RGB Variations
Color information
#DA4E65 (or 0xDA4E65) is known color: Cabaret. HEX triplet: DA, 4E and 65. RGB value is (218,78,101). Sum of RGB (Red+Green+Blue) = 218+78+101=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E65 is #25B19A. Grayscale: #7A7A7A. Windows color (decimal): -2470299 or 6639322. OLE color: 6639322.
HSL color Cylindrical-coordinate representation of color #DA4E65: hue angle of 350.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 #DA4E65 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 101 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.15 |
| HSL | 350.14º | 0.65% | 0.58% | - |
| HSV(B) | 350.14º | 0.64% | 0.85% | - |
| XYZ | 33.99 | 21.29 | 14.63 | - |
| YUV | 122.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 101 | 0 | 0.64 | 0.54 | 0.15 | 350.14 | 0.65 | 0.58 |
| Hex | DA | 4E | 65 | 0 | 40 | 36 | F | 15E | 41 | 3A |
| Octal | 332 | 116 | 145 | 0 | 100 | 66 | 17 | 536 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1100101 | 0 | 1000000 | 110110 | 1111 | 101011110 | 1000001 | 111010 |
Color Harmonies of #DA4E65
Complementary color
Monochromatic Colors of #DA4E65
Black with #DA4E65
Text Example
Text Example
White with #DA4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E65; }
p { color: rgb(218,78,101); }
H1.HeaderClassName
{
color: #DA4E65;
}
.AnyTagClassName
{
color: #DA4E65;
}
</style>
background-color css
<style>
a { background-color: #DA4E65; }
a { background-color: rgb(218,78,101); }
div.DivClassName
{
background-color: #DA4E65;
}
.BgClassName
{
background-color: #DA4E65;
}
</style>
border-color css
<style>
span { border-color: #DA4E65; }
span { border-color: rgb(218,78,101); }
td.TdClassName
{
border-color: #DA4E65;
}
.TagClassName
{
border-color: #DA4E65;
}
</style>