Shades of Cabaret #DA5768
Tints of Cabaret #DA5768
RGB
CMYK
RGB Variations
Color information
#DA5768 (or 0xDA5768) is known color: Cabaret. HEX triplet: DA, 57 and 68. RGB value is (218,87,104). Sum of RGB (Red+Green+Blue) = 218+87+104=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5768 is #25A897. Grayscale: #808080. Windows color (decimal): -2467992 or 6838234. OLE color: 6838234.
HSL color Cylindrical-coordinate representation of color #DA5768: hue angle of 352.21º 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 #DA5768 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 104 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.15 |
| HSL | 352.21º | 0.64% | 0.6% | - |
| HSV(B) | 352.21º | 0.6% | 0.85% | - |
| XYZ | 34.82 | 22.72 | 15.65 | - |
| YUV | 128.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 104 | 0 | 0.60 | 0.52 | 0.15 | 352.21 | 0.64 | 0.6 |
| Hex | DA | 57 | 68 | 0 | 3C | 34 | F | 160 | 40 | 3C |
| Octal | 332 | 127 | 150 | 0 | 74 | 64 | 17 | 540 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1101000 | 0 | 111100 | 110100 | 1111 | 101100000 | 1000000 | 111100 |
Color Harmonies of #DA5768
Complementary color
Monochromatic Colors of #DA5768
Black with #DA5768
Text Example
Text Example
White with #DA5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5768; }
p { color: rgb(218,87,104); }
H1.HeaderClassName
{
color: #DA5768;
}
.AnyTagClassName
{
color: #DA5768;
}
</style>
background-color css
<style>
a { background-color: #DA5768; }
a { background-color: rgb(218,87,104); }
div.DivClassName
{
background-color: #DA5768;
}
.BgClassName
{
background-color: #DA5768;
}
</style>
border-color css
<style>
span { border-color: #DA5768; }
span { border-color: rgb(218,87,104); }
td.TdClassName
{
border-color: #DA5768;
}
.TagClassName
{
border-color: #DA5768;
}
</style>