Shades of Cabaret #DA4D6B
Tints of Cabaret #DA4D6B
RGB
CMYK
RGB Variations
Color information
#DA4D6B (or 0xDA4D6B) is known color: Cabaret. HEX triplet: DA, 4D and 6B. RGB value is (218,77,107). Sum of RGB (Red+Green+Blue) = 218+77+107=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D6B is #25B294. Grayscale: #7A7A7A. Windows color (decimal): -2470549 or 7032282. OLE color: 7032282.
HSL color Cylindrical-coordinate representation of color #DA4D6B: hue angle of 347.23º 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 #DA4D6B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 107 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.15 |
| HSL | 347.23º | 0.66% | 0.58% | - |
| HSV(B) | 347.23º | 0.65% | 0.85% | - |
| XYZ | 34.22 | 21.27 | 16.21 | - |
| YUV | 122.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 107 | 0 | 0.65 | 0.51 | 0.15 | 347.23 | 0.66 | 0.58 |
| Hex | DA | 4D | 6B | 0 | 41 | 33 | F | 15B | 42 | 3A |
| Octal | 332 | 115 | 153 | 0 | 101 | 63 | 17 | 533 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1101011 | 0 | 1000001 | 110011 | 1111 | 101011011 | 1000010 | 111010 |
Color Harmonies of #DA4D6B
Complementary color
Monochromatic Colors of #DA4D6B
Black with #DA4D6B
Text Example
Text Example
White with #DA4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D6B; }
p { color: rgb(218,77,107); }
H1.HeaderClassName
{
color: #DA4D6B;
}
.AnyTagClassName
{
color: #DA4D6B;
}
</style>
background-color css
<style>
a { background-color: #DA4D6B; }
a { background-color: rgb(218,77,107); }
div.DivClassName
{
background-color: #DA4D6B;
}
.BgClassName
{
background-color: #DA4D6B;
}
</style>
border-color css
<style>
span { border-color: #DA4D6B; }
span { border-color: rgb(218,77,107); }
td.TdClassName
{
border-color: #DA4D6B;
}
.TagClassName
{
border-color: #DA4D6B;
}
</style>