Shades of Cabaret #DA576C
Tints of Cabaret #DA576C
RGB
CMYK
RGB Variations
Color information
#DA576C (or 0xDA576C) is known color: Cabaret. HEX triplet: DA, 57 and 6C. RGB value is (218,87,108). Sum of RGB (Red+Green+Blue) = 218+87+108=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA576C is #25A893. Grayscale: #808080. Windows color (decimal): -2467988 or 7100378. OLE color: 7100378.
HSL color Cylindrical-coordinate representation of color #DA576C: hue angle of 350.38º 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 #DA576C is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 108 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.15 |
| HSL | 350.38º | 0.64% | 0.6% | - |
| HSV(B) | 350.38º | 0.6% | 0.85% | - |
| XYZ | 35.03 | 22.8 | 16.74 | - |
| YUV | 128.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 108 | 0 | 0.60 | 0.50 | 0.15 | 350.38 | 0.64 | 0.6 |
| Hex | DA | 57 | 6C | 0 | 3C | 32 | F | 15E | 40 | 3C |
| Octal | 332 | 127 | 154 | 0 | 74 | 62 | 17 | 536 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1101100 | 0 | 111100 | 110010 | 1111 | 101011110 | 1000000 | 111100 |
Color Harmonies of #DA576C
Complementary color
Monochromatic Colors of #DA576C
Black with #DA576C
Text Example
Text Example
White with #DA576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA576C; }
p { color: rgb(218,87,108); }
H1.HeaderClassName
{
color: #DA576C;
}
.AnyTagClassName
{
color: #DA576C;
}
</style>
background-color css
<style>
a { background-color: #DA576C; }
a { background-color: rgb(218,87,108); }
div.DivClassName
{
background-color: #DA576C;
}
.BgClassName
{
background-color: #DA576C;
}
</style>
border-color css
<style>
span { border-color: #DA576C; }
span { border-color: rgb(218,87,108); }
td.TdClassName
{
border-color: #DA576C;
}
.TagClassName
{
border-color: #DA576C;
}
</style>