Shades of Cabaret #DA4963
Tints of Cabaret #DA4963
RGB
CMYK
RGB Variations
Color information
#DA4963 (or 0xDA4963) is known color: Cabaret. HEX triplet: DA, 49 and 63. RGB value is (218,73,99). Sum of RGB (Red+Green+Blue) = 218+73+99=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4963 is #25B69C. Grayscale: #777777. Windows color (decimal): -2471581 or 6506970. OLE color: 6506970.
HSL color Cylindrical-coordinate representation of color #DA4963: hue angle of 349.24º 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 #DA4963 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 99 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.15 |
| HSL | 349.24º | 0.66% | 0.57% | - |
| HSV(B) | 349.24º | 0.67% | 0.85% | - |
| XYZ | 33.55 | 20.57 | 14.01 | - |
| YUV | 119.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 99 | 0 | 0.67 | 0.55 | 0.15 | 349.24 | 0.66 | 0.57 |
| Hex | DA | 49 | 63 | 0 | 43 | 37 | F | 15D | 42 | 39 |
| Octal | 332 | 111 | 143 | 0 | 103 | 67 | 17 | 535 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1100011 | 0 | 1000011 | 110111 | 1111 | 101011101 | 1000010 | 111001 |
Color Harmonies of #DA4963
Complementary color
Monochromatic Colors of #DA4963
Black with #DA4963
Text Example
Text Example
White with #DA4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4963; }
p { color: rgb(218,73,99); }
H1.HeaderClassName
{
color: #DA4963;
}
.AnyTagClassName
{
color: #DA4963;
}
</style>
background-color css
<style>
a { background-color: #DA4963; }
a { background-color: rgb(218,73,99); }
div.DivClassName
{
background-color: #DA4963;
}
.BgClassName
{
background-color: #DA4963;
}
</style>
border-color css
<style>
span { border-color: #DA4963; }
span { border-color: rgb(218,73,99); }
td.TdClassName
{
border-color: #DA4963;
}
.TagClassName
{
border-color: #DA4963;
}
</style>