Shades of Cabaret #DA4A6A
Tints of Cabaret #DA4A6A
RGB
CMYK
RGB Variations
Color information
#DA4A6A (or 0xDA4A6A) is known color: Cabaret. HEX triplet: DA, 4A and 6A. RGB value is (218,74,106). Sum of RGB (Red+Green+Blue) = 218+74+106=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A6A is #25B595. Grayscale: #787878. Windows color (decimal): -2471318 or 6965978. OLE color: 6965978.
HSL color Cylindrical-coordinate representation of color #DA4A6A: hue angle of 346.67º 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 #DA4A6A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 106 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.15 |
| HSL | 346.67º | 0.66% | 0.57% | - |
| HSV(B) | 346.67º | 0.66% | 0.85% | - |
| XYZ | 33.96 | 20.84 | 15.87 | - |
| YUV | 120.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 106 | 0 | 0.66 | 0.51 | 0.15 | 346.67 | 0.66 | 0.57 |
| Hex | DA | 4A | 6A | 0 | 42 | 33 | F | 15B | 42 | 39 |
| Octal | 332 | 112 | 152 | 0 | 102 | 63 | 17 | 533 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1101010 | 0 | 1000010 | 110011 | 1111 | 101011011 | 1000010 | 111001 |
Color Harmonies of #DA4A6A
Complementary color
Monochromatic Colors of #DA4A6A
Black with #DA4A6A
Text Example
Text Example
White with #DA4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A6A; }
p { color: rgb(218,74,106); }
H1.HeaderClassName
{
color: #DA4A6A;
}
.AnyTagClassName
{
color: #DA4A6A;
}
</style>
background-color css
<style>
a { background-color: #DA4A6A; }
a { background-color: rgb(218,74,106); }
div.DivClassName
{
background-color: #DA4A6A;
}
.BgClassName
{
background-color: #DA4A6A;
}
</style>
border-color css
<style>
span { border-color: #DA4A6A; }
span { border-color: rgb(218,74,106); }
td.TdClassName
{
border-color: #DA4A6A;
}
.TagClassName
{
border-color: #DA4A6A;
}
</style>