Shades of Cabaret #DA576B
Tints of Cabaret #DA576B
RGB
CMYK
RGB Variations
Color information
#DA576B (or 0xDA576B) is known color: Cabaret. HEX triplet: DA, 57 and 6B. RGB value is (218,87,107). Sum of RGB (Red+Green+Blue) = 218+87+107=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA576B is #25A894. Grayscale: #808080. Windows color (decimal): -2467989 or 7034842. OLE color: 7034842.
HSL color Cylindrical-coordinate representation of color #DA576B: hue angle of 350.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA576B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 107 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.15 |
| HSL | 350.84º | 0.64% | 0.6% | - |
| HSV(B) | 350.84º | 0.6% | 0.85% | - |
| XYZ | 34.98 | 22.78 | 16.46 | - |
| YUV | 128.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 107 | 0 | 0.60 | 0.51 | 0.15 | 350.84 | 0.64 | 0.6 |
| Hex | DA | 57 | 6B | 0 | 3C | 33 | F | 15F | 40 | 3C |
| Octal | 332 | 127 | 153 | 0 | 74 | 63 | 17 | 537 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1101011 | 0 | 111100 | 110011 | 1111 | 101011111 | 1000000 | 111100 |
Color Harmonies of #DA576B
Complementary color
Monochromatic Colors of #DA576B
Black with #DA576B
Text Example
Text Example
White with #DA576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA576B; }
p { color: rgb(218,87,107); }
H1.HeaderClassName
{
color: #DA576B;
}
.AnyTagClassName
{
color: #DA576B;
}
</style>
background-color css
<style>
a { background-color: #DA576B; }
a { background-color: rgb(218,87,107); }
div.DivClassName
{
background-color: #DA576B;
}
.BgClassName
{
background-color: #DA576B;
}
</style>
border-color css
<style>
span { border-color: #DA576B; }
span { border-color: rgb(218,87,107); }
td.TdClassName
{
border-color: #DA576B;
}
.TagClassName
{
border-color: #DA576B;
}
</style>