Shades of Cabaret #DA4863
Tints of Cabaret #DA4863
RGB
CMYK
RGB Variations
Color information
#DA4863 (or 0xDA4863) is known color: Cabaret. HEX triplet: DA, 48 and 63. RGB value is (218,72,99). Sum of RGB (Red+Green+Blue) = 218+72+99=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4863 is #25B79C. Grayscale: #767676. Windows color (decimal): -2471837 or 6506714. OLE color: 6506714.
HSL color Cylindrical-coordinate representation of color #DA4863: hue angle of 348.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4863 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 99 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.15 |
| HSL | 348.9º | 0.66% | 0.57% | - |
| HSV(B) | 348.9º | 0.67% | 0.85% | - |
| XYZ | 33.48 | 20.44 | 13.99 | - |
| YUV | 118.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 99 | 0 | 0.67 | 0.55 | 0.15 | 348.9 | 0.66 | 0.57 |
| Hex | DA | 48 | 63 | 0 | 43 | 37 | F | 15D | 42 | 39 |
| Octal | 332 | 110 | 143 | 0 | 103 | 67 | 17 | 535 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1100011 | 0 | 1000011 | 110111 | 1111 | 101011101 | 1000010 | 111001 |
Color Harmonies of #DA4863
Complementary color
Monochromatic Colors of #DA4863
Black with #DA4863
Text Example
Text Example
White with #DA4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4863; }
p { color: rgb(218,72,99); }
H1.HeaderClassName
{
color: #DA4863;
}
.AnyTagClassName
{
color: #DA4863;
}
</style>
background-color css
<style>
a { background-color: #DA4863; }
a { background-color: rgb(218,72,99); }
div.DivClassName
{
background-color: #DA4863;
}
.BgClassName
{
background-color: #DA4863;
}
</style>
border-color css
<style>
span { border-color: #DA4863; }
span { border-color: rgb(218,72,99); }
td.TdClassName
{
border-color: #DA4863;
}
.TagClassName
{
border-color: #DA4863;
}
</style>