Shades of Cabaret #DA5468
Tints of Cabaret #DA5468
RGB
CMYK
RGB Variations
Color information
#DA5468 (or 0xDA5468) is known color: Cabaret. HEX triplet: DA, 54 and 68. RGB value is (218,84,104). Sum of RGB (Red+Green+Blue) = 218+84+104=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5468 is #25AB97. Grayscale: #7E7E7E. Windows color (decimal): -2468760 or 6837466. OLE color: 6837466.
HSL color Cylindrical-coordinate representation of color #DA5468: hue angle of 351.04º 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 #DA5468 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 104 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.15 |
| HSL | 351.04º | 0.64% | 0.59% | - |
| HSV(B) | 351.04º | 0.61% | 0.85% | - |
| XYZ | 34.58 | 22.25 | 15.57 | - |
| YUV | 126.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 104 | 0 | 0.61 | 0.52 | 0.15 | 351.04 | 0.64 | 0.59 |
| Hex | DA | 54 | 68 | 0 | 3D | 34 | F | 15F | 40 | 3B |
| Octal | 332 | 124 | 150 | 0 | 75 | 64 | 17 | 537 | 100 | 73 |
| Binary | 11011010 | 1010100 | 1101000 | 0 | 111101 | 110100 | 1111 | 101011111 | 1000000 | 111011 |
Color Harmonies of #DA5468
Complementary color
Monochromatic Colors of #DA5468
Black with #DA5468
Text Example
Text Example
White with #DA5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5468; }
p { color: rgb(218,84,104); }
H1.HeaderClassName
{
color: #DA5468;
}
.AnyTagClassName
{
color: #DA5468;
}
</style>
background-color css
<style>
a { background-color: #DA5468; }
a { background-color: rgb(218,84,104); }
div.DivClassName
{
background-color: #DA5468;
}
.BgClassName
{
background-color: #DA5468;
}
</style>
border-color css
<style>
span { border-color: #DA5468; }
span { border-color: rgb(218,84,104); }
td.TdClassName
{
border-color: #DA5468;
}
.TagClassName
{
border-color: #DA5468;
}
</style>