Shades of Cabaret #DA4662
Tints of Cabaret #DA4662
RGB
CMYK
RGB Variations
Color information
#DA4662 (or 0xDA4662) is known color: Cabaret. HEX triplet: DA, 46 and 62. RGB value is (218,70,98). Sum of RGB (Red+Green+Blue) = 218+70+98=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4662 is #25B99D. Grayscale: #757575. Windows color (decimal): -2472350 or 6440666. OLE color: 6440666.
HSL color Cylindrical-coordinate representation of color #DA4662: hue angle of 348.65º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4662 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 98 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.15 |
| HSL | 348.65º | 0.67% | 0.56% | - |
| HSV(B) | 348.65º | 0.68% | 0.85% | - |
| XYZ | 33.31 | 20.17 | 13.69 | - |
| YUV | 117.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 98 | 0 | 0.68 | 0.55 | 0.15 | 348.65 | 0.67 | 0.56 |
| Hex | DA | 46 | 62 | 0 | 44 | 37 | F | 15D | 43 | 38 |
| Octal | 332 | 106 | 142 | 0 | 104 | 67 | 17 | 535 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1100010 | 0 | 1000100 | 110111 | 1111 | 101011101 | 1000011 | 111000 |
Color Harmonies of #DA4662
Complementary color
Monochromatic Colors of #DA4662
Black with #DA4662
Text Example
Text Example
White with #DA4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4662; }
p { color: rgb(218,70,98); }
H1.HeaderClassName
{
color: #DA4662;
}
.AnyTagClassName
{
color: #DA4662;
}
</style>
background-color css
<style>
a { background-color: #DA4662; }
a { background-color: rgb(218,70,98); }
div.DivClassName
{
background-color: #DA4662;
}
.BgClassName
{
background-color: #DA4662;
}
</style>
border-color css
<style>
span { border-color: #DA4662; }
span { border-color: rgb(218,70,98); }
td.TdClassName
{
border-color: #DA4662;
}
.TagClassName
{
border-color: #DA4662;
}
</style>