Shades of Cabaret #DA516B
Tints of Cabaret #DA516B
RGB
CMYK
RGB Variations
Color information
#DA516B (or 0xDA516B) is known color: Cabaret. HEX triplet: DA, 51 and 6B. RGB value is (218,81,107). Sum of RGB (Red+Green+Blue) = 218+81+107=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA516B is #25AE94. Grayscale: #7C7C7C. Windows color (decimal): -2469525 or 7033306. OLE color: 7033306.
HSL color Cylindrical-coordinate representation of color #DA516B: hue angle of 348.61º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA516B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 107 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.15 |
| HSL | 348.61º | 0.65% | 0.59% | - |
| HSV(B) | 348.61º | 0.63% | 0.85% | - |
| XYZ | 34.51 | 21.85 | 16.31 | - |
| YUV | 124.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 107 | 0 | 0.63 | 0.51 | 0.15 | 348.61 | 0.65 | 0.59 |
| Hex | DA | 51 | 6B | 0 | 3F | 33 | F | 15D | 41 | 3B |
| Octal | 332 | 121 | 153 | 0 | 77 | 63 | 17 | 535 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1101011 | 0 | 111111 | 110011 | 1111 | 101011101 | 1000001 | 111011 |
Color Harmonies of #DA516B
Complementary color
Monochromatic Colors of #DA516B
Black with #DA516B
Text Example
Text Example
White with #DA516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA516B; }
p { color: rgb(218,81,107); }
H1.HeaderClassName
{
color: #DA516B;
}
.AnyTagClassName
{
color: #DA516B;
}
</style>
background-color css
<style>
a { background-color: #DA516B; }
a { background-color: rgb(218,81,107); }
div.DivClassName
{
background-color: #DA516B;
}
.BgClassName
{
background-color: #DA516B;
}
</style>
border-color css
<style>
span { border-color: #DA516B; }
span { border-color: rgb(218,81,107); }
td.TdClassName
{
border-color: #DA516B;
}
.TagClassName
{
border-color: #DA516B;
}
</style>