Shades of Cabaret #DA4968
Tints of Cabaret #DA4968
RGB
CMYK
RGB Variations
Color information
#DA4968 (or 0xDA4968) is known color: Cabaret. HEX triplet: DA, 49 and 68. RGB value is (218,73,104). Sum of RGB (Red+Green+Blue) = 218+73+104=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4968 is #25B697. Grayscale: #777777. Windows color (decimal): -2471576 or 6834650. OLE color: 6834650.
HSL color Cylindrical-coordinate representation of color #DA4968: hue angle of 347.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4968 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 104 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.15 |
| HSL | 347.17º | 0.66% | 0.57% | - |
| HSV(B) | 347.17º | 0.67% | 0.85% | - |
| XYZ | 33.79 | 20.67 | 15.31 | - |
| YUV | 119.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 104 | 0 | 0.67 | 0.52 | 0.15 | 347.17 | 0.66 | 0.57 |
| Hex | DA | 49 | 68 | 0 | 43 | 34 | F | 15B | 42 | 39 |
| Octal | 332 | 111 | 150 | 0 | 103 | 64 | 17 | 533 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1101000 | 0 | 1000011 | 110100 | 1111 | 101011011 | 1000010 | 111001 |
Color Harmonies of #DA4968
Complementary color
Monochromatic Colors of #DA4968
Black with #DA4968
Text Example
Text Example
White with #DA4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4968; }
p { color: rgb(218,73,104); }
H1.HeaderClassName
{
color: #DA4968;
}
.AnyTagClassName
{
color: #DA4968;
}
</style>
background-color css
<style>
a { background-color: #DA4968; }
a { background-color: rgb(218,73,104); }
div.DivClassName
{
background-color: #DA4968;
}
.BgClassName
{
background-color: #DA4968;
}
</style>
border-color css
<style>
span { border-color: #DA4968; }
span { border-color: rgb(218,73,104); }
td.TdClassName
{
border-color: #DA4968;
}
.TagClassName
{
border-color: #DA4968;
}
</style>