Shades of Cabaret #DA4A66
Tints of Cabaret #DA4A66
RGB
CMYK
RGB Variations
Color information
#DA4A66 (or 0xDA4A66) is known color: Cabaret. HEX triplet: DA, 4A and 66. RGB value is (218,74,102). Sum of RGB (Red+Green+Blue) = 218+74+102=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A66 is #25B599. Grayscale: #787878. Windows color (decimal): -2471322 or 6703834. OLE color: 6703834.
HSL color Cylindrical-coordinate representation of color #DA4A66: hue angle of 348.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A66 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 102 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.15 |
| HSL | 348.33º | 0.66% | 0.57% | - |
| HSV(B) | 348.33º | 0.66% | 0.85% | - |
| XYZ | 33.76 | 20.76 | 14.8 | - |
| YUV | 120.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 102 | 0 | 0.66 | 0.53 | 0.15 | 348.33 | 0.66 | 0.57 |
| Hex | DA | 4A | 66 | 0 | 42 | 35 | F | 15C | 42 | 39 |
| Octal | 332 | 112 | 146 | 0 | 102 | 65 | 17 | 534 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1100110 | 0 | 1000010 | 110101 | 1111 | 101011100 | 1000010 | 111001 |
Color Harmonies of #DA4A66
Complementary color
Monochromatic Colors of #DA4A66
Black with #DA4A66
Text Example
Text Example
White with #DA4A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A66; }
p { color: rgb(218,74,102); }
H1.HeaderClassName
{
color: #DA4A66;
}
.AnyTagClassName
{
color: #DA4A66;
}
</style>
background-color css
<style>
a { background-color: #DA4A66; }
a { background-color: rgb(218,74,102); }
div.DivClassName
{
background-color: #DA4A66;
}
.BgClassName
{
background-color: #DA4A66;
}
</style>
border-color css
<style>
span { border-color: #DA4A66; }
span { border-color: rgb(218,74,102); }
td.TdClassName
{
border-color: #DA4A66;
}
.TagClassName
{
border-color: #DA4A66;
}
</style>