Shades of Cabaret #DA496B
Tints of Cabaret #DA496B
RGB
CMYK
RGB Variations
Color information
#DA496B (or 0xDA496B) is known color: Cabaret. HEX triplet: DA, 49 and 6B. RGB value is (218,73,107). Sum of RGB (Red+Green+Blue) = 218+73+107=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA496B is #25B694. Grayscale: #787878. Windows color (decimal): -2471573 or 7031258. OLE color: 7031258.
HSL color Cylindrical-coordinate representation of color #DA496B: hue angle of 345.93º 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 #DA496B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 107 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.15 |
| HSL | 345.93º | 0.66% | 0.57% | - |
| HSV(B) | 345.93º | 0.67% | 0.85% | - |
| XYZ | 33.95 | 20.73 | 16.12 | - |
| YUV | 120.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 107 | 0 | 0.67 | 0.51 | 0.15 | 345.93 | 0.66 | 0.57 |
| Hex | DA | 49 | 6B | 0 | 43 | 33 | F | 15A | 42 | 39 |
| Octal | 332 | 111 | 153 | 0 | 103 | 63 | 17 | 532 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1101011 | 0 | 1000011 | 110011 | 1111 | 101011010 | 1000010 | 111001 |
Color Harmonies of #DA496B
Complementary color
Monochromatic Colors of #DA496B
Black with #DA496B
Text Example
Text Example
White with #DA496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA496B; }
p { color: rgb(218,73,107); }
H1.HeaderClassName
{
color: #DA496B;
}
.AnyTagClassName
{
color: #DA496B;
}
</style>
background-color css
<style>
a { background-color: #DA496B; }
a { background-color: rgb(218,73,107); }
div.DivClassName
{
background-color: #DA496B;
}
.BgClassName
{
background-color: #DA496B;
}
</style>
border-color css
<style>
span { border-color: #DA496B; }
span { border-color: rgb(218,73,107); }
td.TdClassName
{
border-color: #DA496B;
}
.TagClassName
{
border-color: #DA496B;
}
</style>