Shades of Cabaret #DC4662
Tints of Cabaret #DC4662
RGB
CMYK
RGB Variations
Color information
#DC4662 (or 0xDC4662) is known color: Cabaret. HEX triplet: DC, 46 and 62. RGB value is (220,70,98). Sum of RGB (Red+Green+Blue) = 220+70+98=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4662 is #23B99D. Grayscale: #767676. Windows color (decimal): -2341278 or 6440668. OLE color: 6440668.
HSL color Cylindrical-coordinate representation of color #DC4662: hue angle of 348.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4662 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 98 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.14 |
| HSL | 348.8º | 0.68% | 0.57% | - |
| HSV(B) | 348.8º | 0.68% | 0.86% | - |
| XYZ | 33.91 | 20.48 | 13.72 | - |
| YUV | 118.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 98 | 0 | 0.68 | 0.55 | 0.14 | 348.8 | 0.68 | 0.57 |
| Hex | DC | 46 | 62 | 0 | 44 | 37 | E | 15D | 44 | 39 |
| Octal | 334 | 106 | 142 | 0 | 104 | 67 | 16 | 535 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1100010 | 0 | 1000100 | 110111 | 1110 | 101011101 | 1000100 | 111001 |
Color Harmonies of #DC4662
Complementary color
Monochromatic Colors of #DC4662
Black with #DC4662
Text Example
Text Example
White with #DC4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4662; }
p { color: rgb(220,70,98); }
H1.HeaderClassName
{
color: #DC4662;
}
.AnyTagClassName
{
color: #DC4662;
}
</style>
background-color css
<style>
a { background-color: #DC4662; }
a { background-color: rgb(220,70,98); }
div.DivClassName
{
background-color: #DC4662;
}
.BgClassName
{
background-color: #DC4662;
}
</style>
border-color css
<style>
span { border-color: #DC4662; }
span { border-color: rgb(220,70,98); }
td.TdClassName
{
border-color: #DC4662;
}
.TagClassName
{
border-color: #DC4662;
}
</style>