Shades of Cabaret #DA4D6C
Tints of Cabaret #DA4D6C
RGB
CMYK
RGB Variations
Color information
#DA4D6C (or 0xDA4D6C) is known color: Cabaret. HEX triplet: DA, 4D and 6C. RGB value is (218,77,108). Sum of RGB (Red+Green+Blue) = 218+77+108=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D6C is #25B293. Grayscale: #7A7A7A. Windows color (decimal): -2470548 or 7097818. OLE color: 7097818.
HSL color Cylindrical-coordinate representation of color #DA4D6C: hue angle of 346.81º 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 #DA4D6C is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 108 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.15 |
| HSL | 346.81º | 0.66% | 0.58% | - |
| HSV(B) | 346.81º | 0.65% | 0.85% | - |
| XYZ | 34.27 | 21.3 | 16.49 | - |
| YUV | 122.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 108 | 0 | 0.65 | 0.50 | 0.15 | 346.81 | 0.66 | 0.58 |
| Hex | DA | 4D | 6C | 0 | 41 | 32 | F | 15B | 42 | 3A |
| Octal | 332 | 115 | 154 | 0 | 101 | 62 | 17 | 533 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1101100 | 0 | 1000001 | 110010 | 1111 | 101011011 | 1000010 | 111010 |
Color Harmonies of #DA4D6C
Complementary color
Monochromatic Colors of #DA4D6C
Black with #DA4D6C
Text Example
Text Example
White with #DA4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D6C; }
p { color: rgb(218,77,108); }
H1.HeaderClassName
{
color: #DA4D6C;
}
.AnyTagClassName
{
color: #DA4D6C;
}
</style>
background-color css
<style>
a { background-color: #DA4D6C; }
a { background-color: rgb(218,77,108); }
div.DivClassName
{
background-color: #DA4D6C;
}
.BgClassName
{
background-color: #DA4D6C;
}
</style>
border-color css
<style>
span { border-color: #DA4D6C; }
span { border-color: rgb(218,77,108); }
td.TdClassName
{
border-color: #DA4D6C;
}
.TagClassName
{
border-color: #DA4D6C;
}
</style>