Shades of Cabaret #DA5065
Tints of Cabaret #DA5065
RGB
CMYK
RGB Variations
Color information
#DA5065 (or 0xDA5065) is known color: Cabaret. HEX triplet: DA, 50 and 65. RGB value is (218,80,101). Sum of RGB (Red+Green+Blue) = 218+80+101=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5065 is #25AF9A. Grayscale: #7B7B7B. Windows color (decimal): -2469787 or 6639834. OLE color: 6639834.
HSL color Cylindrical-coordinate representation of color #DA5065: hue angle of 350.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5065 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 101 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.15 |
| HSL | 350.87º | 0.65% | 0.58% | - |
| HSV(B) | 350.87º | 0.63% | 0.85% | - |
| XYZ | 34.13 | 21.58 | 14.68 | - |
| YUV | 123.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 101 | 0 | 0.63 | 0.54 | 0.15 | 350.87 | 0.65 | 0.58 |
| Hex | DA | 50 | 65 | 0 | 3F | 36 | F | 15F | 41 | 3A |
| Octal | 332 | 120 | 145 | 0 | 77 | 66 | 17 | 537 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1100101 | 0 | 111111 | 110110 | 1111 | 101011111 | 1000001 | 111010 |
Color Harmonies of #DA5065
Complementary color
Monochromatic Colors of #DA5065
Black with #DA5065
Text Example
Text Example
White with #DA5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5065; }
p { color: rgb(218,80,101); }
H1.HeaderClassName
{
color: #DA5065;
}
.AnyTagClassName
{
color: #DA5065;
}
</style>
background-color css
<style>
a { background-color: #DA5065; }
a { background-color: rgb(218,80,101); }
div.DivClassName
{
background-color: #DA5065;
}
.BgClassName
{
background-color: #DA5065;
}
</style>
border-color css
<style>
span { border-color: #DA5065; }
span { border-color: rgb(218,80,101); }
td.TdClassName
{
border-color: #DA5065;
}
.TagClassName
{
border-color: #DA5065;
}
</style>