Shades of Cabaret #DA586F
Tints of Cabaret #DA586F
RGB
CMYK
RGB Variations
Color information
#DA586F (or 0xDA586F) is known color: Cabaret. HEX triplet: DA, 58 and 6F. RGB value is (218,88,111). Sum of RGB (Red+Green+Blue) = 218+88+111=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA586F is #25A790. Grayscale: #818181. Windows color (decimal): -2467729 or 7297242. OLE color: 7297242.
HSL color Cylindrical-coordinate representation of color #DA586F: hue angle of 349.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 #DA586F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 111 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.15 |
| HSL | 349.38º | 0.64% | 0.6% | - |
| HSV(B) | 349.38º | 0.6% | 0.85% | - |
| XYZ | 35.27 | 23.03 | 17.63 | - |
| YUV | 129.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 111 | 0 | 0.60 | 0.49 | 0.15 | 349.38 | 0.64 | 0.6 |
| Hex | DA | 58 | 6F | 0 | 3C | 31 | F | 15D | 40 | 3C |
| Octal | 332 | 130 | 157 | 0 | 74 | 61 | 17 | 535 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1101111 | 0 | 111100 | 110001 | 1111 | 101011101 | 1000000 | 111100 |
Color Harmonies of #DA586F
Complementary color
Monochromatic Colors of #DA586F
Black with #DA586F
Text Example
Text Example
White with #DA586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA586F; }
p { color: rgb(218,88,111); }
H1.HeaderClassName
{
color: #DA586F;
}
.AnyTagClassName
{
color: #DA586F;
}
</style>
background-color css
<style>
a { background-color: #DA586F; }
a { background-color: rgb(218,88,111); }
div.DivClassName
{
background-color: #DA586F;
}
.BgClassName
{
background-color: #DA586F;
}
</style>
border-color css
<style>
span { border-color: #DA586F; }
span { border-color: rgb(218,88,111); }
td.TdClassName
{
border-color: #DA586F;
}
.TagClassName
{
border-color: #DA586F;
}
</style>