Shades of Cabaret #DA5168
Tints of Cabaret #DA5168
RGB
CMYK
RGB Variations
Color information
#DA5168 (or 0xDA5168) is known color: Cabaret. HEX triplet: DA, 51 and 68. RGB value is (218,81,104). Sum of RGB (Red+Green+Blue) = 218+81+104=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5168 is #25AE97. Grayscale: #7C7C7C. Windows color (decimal): -2469528 or 6836698. OLE color: 6836698.
HSL color Cylindrical-coordinate representation of color #DA5168: hue angle of 349.93º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5168 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 104 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.15 |
| HSL | 349.93º | 0.65% | 0.59% | - |
| HSV(B) | 349.93º | 0.63% | 0.85% | - |
| XYZ | 34.35 | 21.79 | 15.49 | - |
| YUV | 124.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 104 | 0 | 0.63 | 0.52 | 0.15 | 349.93 | 0.65 | 0.59 |
| Hex | DA | 51 | 68 | 0 | 3F | 34 | F | 15E | 41 | 3B |
| Octal | 332 | 121 | 150 | 0 | 77 | 64 | 17 | 536 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1101000 | 0 | 111111 | 110100 | 1111 | 101011110 | 1000001 | 111011 |
Color Harmonies of #DA5168
Complementary color
Monochromatic Colors of #DA5168
Black with #DA5168
Text Example
Text Example
White with #DA5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5168; }
p { color: rgb(218,81,104); }
H1.HeaderClassName
{
color: #DA5168;
}
.AnyTagClassName
{
color: #DA5168;
}
</style>
background-color css
<style>
a { background-color: #DA5168; }
a { background-color: rgb(218,81,104); }
div.DivClassName
{
background-color: #DA5168;
}
.BgClassName
{
background-color: #DA5168;
}
</style>
border-color css
<style>
span { border-color: #DA5168; }
span { border-color: rgb(218,81,104); }
td.TdClassName
{
border-color: #DA5168;
}
.TagClassName
{
border-color: #DA5168;
}
</style>