Shades of Cabaret #DA5D6C
Tints of Cabaret #DA5D6C
RGB
CMYK
RGB Variations
Color information
#DA5D6C (or 0xDA5D6C) is known color: Cabaret. HEX triplet: DA, 5D and 6C. RGB value is (218,93,108). Sum of RGB (Red+Green+Blue) = 218+93+108=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D6C is #25A293. Grayscale: #848484. Windows color (decimal): -2466452 or 7101914. OLE color: 7101914.
HSL color Cylindrical-coordinate representation of color #DA5D6C: hue angle of 352.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5D6C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 108 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.15 |
| HSL | 352.8º | 0.63% | 0.61% | - |
| HSV(B) | 352.8º | 0.57% | 0.85% | - |
| XYZ | 35.53 | 23.82 | 16.91 | - |
| YUV | 132.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 108 | 0 | 0.57 | 0.50 | 0.15 | 352.8 | 0.63 | 0.61 |
| Hex | DA | 5D | 6C | 0 | 39 | 32 | F | 161 | 3F | 3D |
| Octal | 332 | 135 | 154 | 0 | 71 | 62 | 17 | 541 | 77 | 75 |
| Binary | 11011010 | 1011101 | 1101100 | 0 | 111001 | 110010 | 1111 | 101100001 | 111111 | 111101 |
Color Harmonies of #DA5D6C
Complementary color
Monochromatic Colors of #DA5D6C
Black with #DA5D6C
Text Example
Text Example
White with #DA5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D6C; }
p { color: rgb(218,93,108); }
H1.HeaderClassName
{
color: #DA5D6C;
}
.AnyTagClassName
{
color: #DA5D6C;
}
</style>
background-color css
<style>
a { background-color: #DA5D6C; }
a { background-color: rgb(218,93,108); }
div.DivClassName
{
background-color: #DA5D6C;
}
.BgClassName
{
background-color: #DA5D6C;
}
</style>
border-color css
<style>
span { border-color: #DA5D6C; }
span { border-color: rgb(218,93,108); }
td.TdClassName
{
border-color: #DA5D6C;
}
.TagClassName
{
border-color: #DA5D6C;
}
</style>