Shades of Cabaret #DC4862
Tints of Cabaret #DC4862
RGB
CMYK
RGB Variations
Color information
#DC4862 (or 0xDC4862) is known color: Cabaret. HEX triplet: DC, 48 and 62. RGB value is (220,72,98). Sum of RGB (Red+Green+Blue) = 220+72+98=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4862 is #23B79D. Grayscale: #777777. Windows color (decimal): -2340766 or 6441180. OLE color: 6441180.
HSL color Cylindrical-coordinate representation of color #DC4862: hue angle of 349.46º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4862 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 98 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.14 |
| HSL | 349.46º | 0.68% | 0.57% | - |
| HSV(B) | 349.46º | 0.67% | 0.86% | - |
| XYZ | 34.04 | 20.73 | 13.76 | - |
| YUV | 119.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 98 | 0 | 0.67 | 0.55 | 0.14 | 349.46 | 0.68 | 0.57 |
| Hex | DC | 48 | 62 | 0 | 43 | 37 | E | 15D | 44 | 39 |
| Octal | 334 | 110 | 142 | 0 | 103 | 67 | 16 | 535 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1100010 | 0 | 1000011 | 110111 | 1110 | 101011101 | 1000100 | 111001 |
Color Harmonies of #DC4862
Complementary color
Monochromatic Colors of #DC4862
Black with #DC4862
Text Example
Text Example
White with #DC4862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4862; }
p { color: rgb(220,72,98); }
H1.HeaderClassName
{
color: #DC4862;
}
.AnyTagClassName
{
color: #DC4862;
}
</style>
background-color css
<style>
a { background-color: #DC4862; }
a { background-color: rgb(220,72,98); }
div.DivClassName
{
background-color: #DC4862;
}
.BgClassName
{
background-color: #DC4862;
}
</style>
border-color css
<style>
span { border-color: #DC4862; }
span { border-color: rgb(220,72,98); }
td.TdClassName
{
border-color: #DC4862;
}
.TagClassName
{
border-color: #DC4862;
}
</style>