Shades of Cabaret #DA5167
Tints of Cabaret #DA5167
RGB
CMYK
RGB Variations
Color information
#DA5167 (or 0xDA5167) is known color: Cabaret. HEX triplet: DA, 51 and 67. RGB value is (218,81,103). Sum of RGB (Red+Green+Blue) = 218+81+103=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5167 is #25AE98. Grayscale: #7C7C7C. Windows color (decimal): -2469529 or 6771162. OLE color: 6771162.
HSL color Cylindrical-coordinate representation of color #DA5167: hue angle of 350.36º 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 #DA5167 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 103 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.15 |
| HSL | 350.37º | 0.65% | 0.59% | - |
| HSV(B) | 350.37º | 0.63% | 0.85% | - |
| XYZ | 34.3 | 21.77 | 15.23 | - |
| YUV | 124.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 103 | 0 | 0.63 | 0.53 | 0.15 | 350.37 | 0.65 | 0.59 |
| Hex | DA | 51 | 67 | 0 | 3F | 35 | F | 15E | 41 | 3B |
| Octal | 332 | 121 | 147 | 0 | 77 | 65 | 17 | 536 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1100111 | 0 | 111111 | 110101 | 1111 | 101011110 | 1000001 | 111011 |
Color Harmonies of #DA5167
Complementary color
Monochromatic Colors of #DA5167
Black with #DA5167
Text Example
Text Example
White with #DA5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5167; }
p { color: rgb(218,81,103); }
H1.HeaderClassName
{
color: #DA5167;
}
.AnyTagClassName
{
color: #DA5167;
}
</style>
background-color css
<style>
a { background-color: #DA5167; }
a { background-color: rgb(218,81,103); }
div.DivClassName
{
background-color: #DA5167;
}
.BgClassName
{
background-color: #DA5167;
}
</style>
border-color css
<style>
span { border-color: #DA5167; }
span { border-color: rgb(218,81,103); }
td.TdClassName
{
border-color: #DA5167;
}
.TagClassName
{
border-color: #DA5167;
}
</style>