Shades of Cabaret #DA4967
Tints of Cabaret #DA4967
RGB
CMYK
RGB Variations
Color information
#DA4967 (or 0xDA4967) is known color: Cabaret. HEX triplet: DA, 49 and 67. RGB value is (218,73,103). Sum of RGB (Red+Green+Blue) = 218+73+103=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4967 is #25B698. Grayscale: #777777. Windows color (decimal): -2471577 or 6769114. OLE color: 6769114.
HSL color Cylindrical-coordinate representation of color #DA4967: hue angle of 347.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4967 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 103 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.15 |
| HSL | 347.59º | 0.66% | 0.57% | - |
| HSV(B) | 347.59º | 0.67% | 0.85% | - |
| XYZ | 33.74 | 20.65 | 15.04 | - |
| YUV | 119.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 103 | 0 | 0.67 | 0.53 | 0.15 | 347.59 | 0.66 | 0.57 |
| Hex | DA | 49 | 67 | 0 | 43 | 35 | F | 15C | 42 | 39 |
| Octal | 332 | 111 | 147 | 0 | 103 | 65 | 17 | 534 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1100111 | 0 | 1000011 | 110101 | 1111 | 101011100 | 1000010 | 111001 |
Color Harmonies of #DA4967
Complementary color
Monochromatic Colors of #DA4967
Black with #DA4967
Text Example
Text Example
White with #DA4967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4967; }
p { color: rgb(218,73,103); }
H1.HeaderClassName
{
color: #DA4967;
}
.AnyTagClassName
{
color: #DA4967;
}
</style>
background-color css
<style>
a { background-color: #DA4967; }
a { background-color: rgb(218,73,103); }
div.DivClassName
{
background-color: #DA4967;
}
.BgClassName
{
background-color: #DA4967;
}
</style>
border-color css
<style>
span { border-color: #DA4967; }
span { border-color: rgb(218,73,103); }
td.TdClassName
{
border-color: #DA4967;
}
.TagClassName
{
border-color: #DA4967;
}
</style>