Shades of Cabaret #DA4D67
Tints of Cabaret #DA4D67
RGB
CMYK
RGB Variations
Color information
#DA4D67 (or 0xDA4D67) is known color: Cabaret. HEX triplet: DA, 4D and 67. RGB value is (218,77,103). Sum of RGB (Red+Green+Blue) = 218+77+103=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D67 is #25B298. Grayscale: #7A7A7A. Windows color (decimal): -2470553 or 6770138. OLE color: 6770138.
HSL color Cylindrical-coordinate representation of color #DA4D67: hue angle of 348.94º 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 #DA4D67 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 103 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.15 |
| HSL | 348.94º | 0.66% | 0.58% | - |
| HSV(B) | 348.94º | 0.65% | 0.85% | - |
| XYZ | 34.02 | 21.19 | 15.13 | - |
| YUV | 122.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 103 | 0 | 0.65 | 0.53 | 0.15 | 348.94 | 0.66 | 0.58 |
| Hex | DA | 4D | 67 | 0 | 41 | 35 | F | 15D | 42 | 3A |
| Octal | 332 | 115 | 147 | 0 | 101 | 65 | 17 | 535 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1100111 | 0 | 1000001 | 110101 | 1111 | 101011101 | 1000010 | 111010 |
Color Harmonies of #DA4D67
Complementary color
Monochromatic Colors of #DA4D67
Black with #DA4D67
Text Example
Text Example
White with #DA4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D67; }
p { color: rgb(218,77,103); }
H1.HeaderClassName
{
color: #DA4D67;
}
.AnyTagClassName
{
color: #DA4D67;
}
</style>
background-color css
<style>
a { background-color: #DA4D67; }
a { background-color: rgb(218,77,103); }
div.DivClassName
{
background-color: #DA4D67;
}
.BgClassName
{
background-color: #DA4D67;
}
</style>
border-color css
<style>
span { border-color: #DA4D67; }
span { border-color: rgb(218,77,103); }
td.TdClassName
{
border-color: #DA4D67;
}
.TagClassName
{
border-color: #DA4D67;
}
</style>