Shades of Cabaret #DA5A6D
Tints of Cabaret #DA5A6D
RGB
CMYK
RGB Variations
Color information
#DA5A6D (or 0xDA5A6D) is known color: Cabaret. HEX triplet: DA, 5A and 6D. RGB value is (218,90,109). Sum of RGB (Red+Green+Blue) = 218+90+109=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A6D is #25A592. Grayscale: #828282. Windows color (decimal): -2467219 or 7166682. OLE color: 7166682.
HSL color Cylindrical-coordinate representation of color #DA5A6D: hue angle of 351.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5A6D is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 109 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.15 |
| HSL | 351.09º | 0.63% | 0.6% | - |
| HSV(B) | 351.09º | 0.59% | 0.85% | - |
| XYZ | 35.33 | 23.32 | 17.11 | - |
| YUV | 130.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 109 | 0 | 0.59 | 0.5 | 0.15 | 351.09 | 0.63 | 0.6 |
| Hex | DA | 5A | 6D | 0 | 3B | 32 | F | 15F | 3F | 3C |
| Octal | 332 | 132 | 155 | 0 | 73 | 62 | 17 | 537 | 77 | 74 |
| Binary | 11011010 | 1011010 | 1101101 | 0 | 111011 | 110010 | 1111 | 101011111 | 111111 | 111100 |
Color Harmonies of #DA5A6D
Complementary color
Monochromatic Colors of #DA5A6D
Black with #DA5A6D
Text Example
Text Example
White with #DA5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A6D; }
p { color: rgb(218,90,109); }
H1.HeaderClassName
{
color: #DA5A6D;
}
.AnyTagClassName
{
color: #DA5A6D;
}
</style>
background-color css
<style>
a { background-color: #DA5A6D; }
a { background-color: rgb(218,90,109); }
div.DivClassName
{
background-color: #DA5A6D;
}
.BgClassName
{
background-color: #DA5A6D;
}
</style>
border-color css
<style>
span { border-color: #DA5A6D; }
span { border-color: rgb(218,90,109); }
td.TdClassName
{
border-color: #DA5A6D;
}
.TagClassName
{
border-color: #DA5A6D;
}
</style>