Shades of Cabaret #DA5466
Tints of Cabaret #DA5466
RGB
CMYK
RGB Variations
Color information
#DA5466 (or 0xDA5466) is known color: Cabaret. HEX triplet: DA, 54 and 66. RGB value is (218,84,102). Sum of RGB (Red+Green+Blue) = 218+84+102=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5466 is #25AB99. Grayscale: #7E7E7E. Windows color (decimal): -2468762 or 6706394. OLE color: 6706394.
HSL color Cylindrical-coordinate representation of color #DA5466: hue angle of 351.94º 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 #DA5466 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 102 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.15 |
| HSL | 351.94º | 0.64% | 0.59% | - |
| HSV(B) | 351.94º | 0.61% | 0.85% | - |
| XYZ | 34.48 | 22.21 | 15.04 | - |
| YUV | 126.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 102 | 0 | 0.61 | 0.53 | 0.15 | 351.94 | 0.64 | 0.59 |
| Hex | DA | 54 | 66 | 0 | 3D | 35 | F | 160 | 40 | 3B |
| Octal | 332 | 124 | 146 | 0 | 75 | 65 | 17 | 540 | 100 | 73 |
| Binary | 11011010 | 1010100 | 1100110 | 0 | 111101 | 110101 | 1111 | 101100000 | 1000000 | 111011 |
Color Harmonies of #DA5466
Complementary color
Monochromatic Colors of #DA5466
Black with #DA5466
Text Example
Text Example
White with #DA5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5466; }
p { color: rgb(218,84,102); }
H1.HeaderClassName
{
color: #DA5466;
}
.AnyTagClassName
{
color: #DA5466;
}
</style>
background-color css
<style>
a { background-color: #DA5466; }
a { background-color: rgb(218,84,102); }
div.DivClassName
{
background-color: #DA5466;
}
.BgClassName
{
background-color: #DA5466;
}
</style>
border-color css
<style>
span { border-color: #DA5466; }
span { border-color: rgb(218,84,102); }
td.TdClassName
{
border-color: #DA5466;
}
.TagClassName
{
border-color: #DA5466;
}
</style>