Shades of Cabaret #DA556D
Tints of Cabaret #DA556D
RGB
CMYK
RGB Variations
Color information
#DA556D (or 0xDA556D) is known color: Cabaret. HEX triplet: DA, 55 and 6D. RGB value is (218,85,109). Sum of RGB (Red+Green+Blue) = 218+85+109=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA556D is #25AA92. Grayscale: #7F7F7F. Windows color (decimal): -2468499 or 7165402. OLE color: 7165402.
HSL color Cylindrical-coordinate representation of color #DA556D: hue angle of 349.17º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA556D is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 109 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.15 |
| HSL | 349.17º | 0.64% | 0.59% | - |
| HSV(B) | 349.17º | 0.61% | 0.85% | - |
| XYZ | 34.92 | 22.51 | 16.97 | - |
| YUV | 127.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 109 | 0 | 0.61 | 0.5 | 0.15 | 349.17 | 0.64 | 0.59 |
| Hex | DA | 55 | 6D | 0 | 3D | 32 | F | 15D | 40 | 3B |
| Octal | 332 | 125 | 155 | 0 | 75 | 62 | 17 | 535 | 100 | 73 |
| Binary | 11011010 | 1010101 | 1101101 | 0 | 111101 | 110010 | 1111 | 101011101 | 1000000 | 111011 |
Color Harmonies of #DA556D
Complementary color
Monochromatic Colors of #DA556D
Black with #DA556D
Text Example
Text Example
White with #DA556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA556D; }
p { color: rgb(218,85,109); }
H1.HeaderClassName
{
color: #DA556D;
}
.AnyTagClassName
{
color: #DA556D;
}
</style>
background-color css
<style>
a { background-color: #DA556D; }
a { background-color: rgb(218,85,109); }
div.DivClassName
{
background-color: #DA556D;
}
.BgClassName
{
background-color: #DA556D;
}
</style>
border-color css
<style>
span { border-color: #DA556D; }
span { border-color: rgb(218,85,109); }
td.TdClassName
{
border-color: #DA556D;
}
.TagClassName
{
border-color: #DA556D;
}
</style>