Shades of Cabaret #DA5568
Tints of Cabaret #DA5568
RGB
CMYK
RGB Variations
Color information
#DA5568 (or 0xDA5568) is known color: Cabaret. HEX triplet: DA, 55 and 68. RGB value is (218,85,104). Sum of RGB (Red+Green+Blue) = 218+85+104=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5568 is #25AA97. Grayscale: #7E7E7E. Windows color (decimal): -2468504 or 6837722. OLE color: 6837722.
HSL color Cylindrical-coordinate representation of color #DA5568: hue angle of 351.43º 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 #DA5568 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 104 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.15 |
| HSL | 351.43º | 0.64% | 0.59% | - |
| HSV(B) | 351.43º | 0.61% | 0.85% | - |
| XYZ | 34.66 | 22.4 | 15.59 | - |
| YUV | 126.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 104 | 0 | 0.61 | 0.52 | 0.15 | 351.43 | 0.64 | 0.59 |
| Hex | DA | 55 | 68 | 0 | 3D | 34 | F | 15F | 40 | 3B |
| Octal | 332 | 125 | 150 | 0 | 75 | 64 | 17 | 537 | 100 | 73 |
| Binary | 11011010 | 1010101 | 1101000 | 0 | 111101 | 110100 | 1111 | 101011111 | 1000000 | 111011 |
Color Harmonies of #DA5568
Complementary color
Monochromatic Colors of #DA5568
Black with #DA5568
Text Example
Text Example
White with #DA5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5568; }
p { color: rgb(218,85,104); }
H1.HeaderClassName
{
color: #DA5568;
}
.AnyTagClassName
{
color: #DA5568;
}
</style>
background-color css
<style>
a { background-color: #DA5568; }
a { background-color: rgb(218,85,104); }
div.DivClassName
{
background-color: #DA5568;
}
.BgClassName
{
background-color: #DA5568;
}
</style>
border-color css
<style>
span { border-color: #DA5568; }
span { border-color: rgb(218,85,104); }
td.TdClassName
{
border-color: #DA5568;
}
.TagClassName
{
border-color: #DA5568;
}
</style>