Shades of Cabaret #DA586C
Tints of Cabaret #DA586C
RGB
CMYK
RGB Variations
Color information
#DA586C (or 0xDA586C) is known color: Cabaret. HEX triplet: DA, 58 and 6C. RGB value is (218,88,108). Sum of RGB (Red+Green+Blue) = 218+88+108=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA586C is #25A793. Grayscale: #818181. Windows color (decimal): -2467732 or 7100634. OLE color: 7100634.
HSL color Cylindrical-coordinate representation of color #DA586C: hue angle of 350.77º 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 #DA586C is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 108 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.15 |
| HSL | 350.77º | 0.64% | 0.6% | - |
| HSV(B) | 350.77º | 0.6% | 0.85% | - |
| XYZ | 35.11 | 22.97 | 16.77 | - |
| YUV | 129.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 108 | 0 | 0.60 | 0.50 | 0.15 | 350.77 | 0.64 | 0.6 |
| Hex | DA | 58 | 6C | 0 | 3C | 32 | F | 15F | 40 | 3C |
| Octal | 332 | 130 | 154 | 0 | 74 | 62 | 17 | 537 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1101100 | 0 | 111100 | 110010 | 1111 | 101011111 | 1000000 | 111100 |
Color Harmonies of #DA586C
Complementary color
Monochromatic Colors of #DA586C
Black with #DA586C
Text Example
Text Example
White with #DA586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA586C; }
p { color: rgb(218,88,108); }
H1.HeaderClassName
{
color: #DA586C;
}
.AnyTagClassName
{
color: #DA586C;
}
</style>
background-color css
<style>
a { background-color: #DA586C; }
a { background-color: rgb(218,88,108); }
div.DivClassName
{
background-color: #DA586C;
}
.BgClassName
{
background-color: #DA586C;
}
</style>
border-color css
<style>
span { border-color: #DA586C; }
span { border-color: rgb(218,88,108); }
td.TdClassName
{
border-color: #DA586C;
}
.TagClassName
{
border-color: #DA586C;
}
</style>