Shades of Cabaret #DA4D6A
Tints of Cabaret #DA4D6A
RGB
CMYK
RGB Variations
Color information
#DA4D6A (or 0xDA4D6A) is known color: Cabaret. HEX triplet: DA, 4D and 6A. RGB value is (218,77,106). Sum of RGB (Red+Green+Blue) = 218+77+106=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D6A is #25B295. Grayscale: #7A7A7A. Windows color (decimal): -2470550 or 6966746. OLE color: 6966746.
HSL color Cylindrical-coordinate representation of color #DA4D6A: hue angle of 347.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D6A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 106 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.15 |
| HSL | 347.66º | 0.66% | 0.58% | - |
| HSV(B) | 347.66º | 0.65% | 0.85% | - |
| XYZ | 34.17 | 21.25 | 15.94 | - |
| YUV | 122.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 106 | 0 | 0.65 | 0.51 | 0.15 | 347.66 | 0.66 | 0.58 |
| Hex | DA | 4D | 6A | 0 | 41 | 33 | F | 15C | 42 | 3A |
| Octal | 332 | 115 | 152 | 0 | 101 | 63 | 17 | 534 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1101010 | 0 | 1000001 | 110011 | 1111 | 101011100 | 1000010 | 111010 |
Color Harmonies of #DA4D6A
Complementary color
Monochromatic Colors of #DA4D6A
Black with #DA4D6A
Text Example
Text Example
White with #DA4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D6A; }
p { color: rgb(218,77,106); }
H1.HeaderClassName
{
color: #DA4D6A;
}
.AnyTagClassName
{
color: #DA4D6A;
}
</style>
background-color css
<style>
a { background-color: #DA4D6A; }
a { background-color: rgb(218,77,106); }
div.DivClassName
{
background-color: #DA4D6A;
}
.BgClassName
{
background-color: #DA4D6A;
}
</style>
border-color css
<style>
span { border-color: #DA4D6A; }
span { border-color: rgb(218,77,106); }
td.TdClassName
{
border-color: #DA4D6A;
}
.TagClassName
{
border-color: #DA4D6A;
}
</style>