Shades of Cabaret #DA4D65
Tints of Cabaret #DA4D65
RGB
CMYK
RGB Variations
Color information
#DA4D65 (or 0xDA4D65) is known color: Cabaret. HEX triplet: DA, 4D and 65. RGB value is (218,77,101). Sum of RGB (Red+Green+Blue) = 218+77+101=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D65 is #25B29A. Grayscale: #797979. Windows color (decimal): -2470555 or 6639066. OLE color: 6639066.
HSL color Cylindrical-coordinate representation of color #DA4D65: hue angle of 349.79º 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 #DA4D65 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 101 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.15 |
| HSL | 349.79º | 0.66% | 0.58% | - |
| HSV(B) | 349.79º | 0.65% | 0.85% | - |
| XYZ | 33.92 | 21.15 | 14.61 | - |
| YUV | 121.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 101 | 0 | 0.65 | 0.54 | 0.15 | 349.79 | 0.66 | 0.58 |
| Hex | DA | 4D | 65 | 0 | 41 | 36 | F | 15E | 42 | 3A |
| Octal | 332 | 115 | 145 | 0 | 101 | 66 | 17 | 536 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1100101 | 0 | 1000001 | 110110 | 1111 | 101011110 | 1000010 | 111010 |
Color Harmonies of #DA4D65
Complementary color
Monochromatic Colors of #DA4D65
Black with #DA4D65
Text Example
Text Example
White with #DA4D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D65; }
p { color: rgb(218,77,101); }
H1.HeaderClassName
{
color: #DA4D65;
}
.AnyTagClassName
{
color: #DA4D65;
}
</style>
background-color css
<style>
a { background-color: #DA4D65; }
a { background-color: rgb(218,77,101); }
div.DivClassName
{
background-color: #DA4D65;
}
.BgClassName
{
background-color: #DA4D65;
}
</style>
border-color css
<style>
span { border-color: #DA4D65; }
span { border-color: rgb(218,77,101); }
td.TdClassName
{
border-color: #DA4D65;
}
.TagClassName
{
border-color: #DA4D65;
}
</style>