Shades of Cabaret #DA576E
Tints of Cabaret #DA576E
RGB
CMYK
RGB Variations
Color information
#DA576E (or 0xDA576E) is known color: Cabaret. HEX triplet: DA, 57 and 6E. RGB value is (218,87,110). Sum of RGB (Red+Green+Blue) = 218+87+110=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA576E is #25A891. Grayscale: #808080. Windows color (decimal): -2467986 or 7231450. OLE color: 7231450.
HSL color Cylindrical-coordinate representation of color #DA576E: hue angle of 349.47º 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 #DA576E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 110 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.15 |
| HSL | 349.47º | 0.64% | 0.6% | - |
| HSV(B) | 349.47º | 0.6% | 0.85% | - |
| XYZ | 35.14 | 22.85 | 17.31 | - |
| YUV | 128.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 110 | 0 | 0.60 | 0.50 | 0.15 | 349.47 | 0.64 | 0.6 |
| Hex | DA | 57 | 6E | 0 | 3C | 32 | F | 15D | 40 | 3C |
| Octal | 332 | 127 | 156 | 0 | 74 | 62 | 17 | 535 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1101110 | 0 | 111100 | 110010 | 1111 | 101011101 | 1000000 | 111100 |
Color Harmonies of #DA576E
Complementary color
Monochromatic Colors of #DA576E
Black with #DA576E
Text Example
Text Example
White with #DA576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA576E; }
p { color: rgb(218,87,110); }
H1.HeaderClassName
{
color: #DA576E;
}
.AnyTagClassName
{
color: #DA576E;
}
</style>
background-color css
<style>
a { background-color: #DA576E; }
a { background-color: rgb(218,87,110); }
div.DivClassName
{
background-color: #DA576E;
}
.BgClassName
{
background-color: #DA576E;
}
</style>
border-color css
<style>
span { border-color: #DA576E; }
span { border-color: rgb(218,87,110); }
td.TdClassName
{
border-color: #DA576E;
}
.TagClassName
{
border-color: #DA576E;
}
</style>