Shades of Cabaret #DA586D
Tints of Cabaret #DA586D
RGB
CMYK
RGB Variations
Color information
#DA586D (or 0xDA586D) is known color: Cabaret. HEX triplet: DA, 58 and 6D. RGB value is (218,88,109). Sum of RGB (Red+Green+Blue) = 218+88+109=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA586D is #25A792. Grayscale: #818181. Windows color (decimal): -2467731 or 7166170. OLE color: 7166170.
HSL color Cylindrical-coordinate representation of color #DA586D: hue angle of 350.31º 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 #DA586D is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 109 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.15 |
| HSL | 350.31º | 0.64% | 0.6% | - |
| HSV(B) | 350.31º | 0.6% | 0.85% | - |
| XYZ | 35.16 | 22.99 | 17.05 | - |
| YUV | 129.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 109 | 0 | 0.60 | 0.5 | 0.15 | 350.31 | 0.64 | 0.6 |
| Hex | DA | 58 | 6D | 0 | 3C | 32 | F | 15E | 40 | 3C |
| Octal | 332 | 130 | 155 | 0 | 74 | 62 | 17 | 536 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1101101 | 0 | 111100 | 110010 | 1111 | 101011110 | 1000000 | 111100 |
Color Harmonies of #DA586D
Complementary color
Monochromatic Colors of #DA586D
Black with #DA586D
Text Example
Text Example
White with #DA586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA586D; }
p { color: rgb(218,88,109); }
H1.HeaderClassName
{
color: #DA586D;
}
.AnyTagClassName
{
color: #DA586D;
}
</style>
background-color css
<style>
a { background-color: #DA586D; }
a { background-color: rgb(218,88,109); }
div.DivClassName
{
background-color: #DA586D;
}
.BgClassName
{
background-color: #DA586D;
}
</style>
border-color css
<style>
span { border-color: #DA586D; }
span { border-color: rgb(218,88,109); }
td.TdClassName
{
border-color: #DA586D;
}
.TagClassName
{
border-color: #DA586D;
}
</style>