Shades of Cabaret #DA4D64
Tints of Cabaret #DA4D64
RGB
CMYK
RGB Variations
Color information
#DA4D64 (or 0xDA4D64) is known color: Cabaret. HEX triplet: DA, 4D and 64. RGB value is (218,77,100). Sum of RGB (Red+Green+Blue) = 218+77+100=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D64 is #25B29B. Grayscale: #797979. Windows color (decimal): -2470556 or 6573530. OLE color: 6573530.
HSL color Cylindrical-coordinate representation of color #DA4D64: hue angle of 350.21º 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 #DA4D64 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 100 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.15 |
| HSL | 350.21º | 0.66% | 0.58% | - |
| HSV(B) | 350.21º | 0.65% | 0.85% | - |
| XYZ | 33.87 | 21.13 | 14.35 | - |
| YUV | 121.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 100 | 0 | 0.65 | 0.54 | 0.15 | 350.21 | 0.66 | 0.58 |
| Hex | DA | 4D | 64 | 0 | 41 | 36 | F | 15E | 42 | 3A |
| Octal | 332 | 115 | 144 | 0 | 101 | 66 | 17 | 536 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1100100 | 0 | 1000001 | 110110 | 1111 | 101011110 | 1000010 | 111010 |
Color Harmonies of #DA4D64
Complementary color
Monochromatic Colors of #DA4D64
Black with #DA4D64
Text Example
Text Example
White with #DA4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D64; }
p { color: rgb(218,77,100); }
H1.HeaderClassName
{
color: #DA4D64;
}
.AnyTagClassName
{
color: #DA4D64;
}
</style>
background-color css
<style>
a { background-color: #DA4D64; }
a { background-color: rgb(218,77,100); }
div.DivClassName
{
background-color: #DA4D64;
}
.BgClassName
{
background-color: #DA4D64;
}
</style>
border-color css
<style>
span { border-color: #DA4D64; }
span { border-color: rgb(218,77,100); }
td.TdClassName
{
border-color: #DA4D64;
}
.TagClassName
{
border-color: #DA4D64;
}
</style>