Shades of Cabaret #DC4664
Tints of Cabaret #DC4664
RGB
CMYK
RGB Variations
Color information
#DC4664 (or 0xDC4664) is known color: Cabaret. HEX triplet: DC, 46 and 64. RGB value is (220,70,100). Sum of RGB (Red+Green+Blue) = 220+70+100=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4664 is #23B99B. Grayscale: #767676. Windows color (decimal): -2341276 or 6571740. OLE color: 6571740.
HSL color Cylindrical-coordinate representation of color #DC4664: hue angle of 348º 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 #DC4664 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 100 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.14 |
| HSL | 348º | 0.68% | 0.57% | - |
| HSV(B) | 348º | 0.68% | 0.86% | - |
| XYZ | 34.01 | 20.52 | 14.22 | - |
| YUV | 118.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 100 | 0 | 0.68 | 0.55 | 0.14 | 348 | 0.68 | 0.57 |
| Hex | DC | 46 | 64 | 0 | 44 | 37 | E | 15C | 44 | 39 |
| Octal | 334 | 106 | 144 | 0 | 104 | 67 | 16 | 534 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1100100 | 0 | 1000100 | 110111 | 1110 | 101011100 | 1000100 | 111001 |
Color Harmonies of #DC4664
Complementary color
Monochromatic Colors of #DC4664
Black with #DC4664
Text Example
Text Example
White with #DC4664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4664; }
p { color: rgb(220,70,100); }
H1.HeaderClassName
{
color: #DC4664;
}
.AnyTagClassName
{
color: #DC4664;
}
</style>
background-color css
<style>
a { background-color: #DC4664; }
a { background-color: rgb(220,70,100); }
div.DivClassName
{
background-color: #DC4664;
}
.BgClassName
{
background-color: #DC4664;
}
</style>
border-color css
<style>
span { border-color: #DC4664; }
span { border-color: rgb(220,70,100); }
td.TdClassName
{
border-color: #DC4664;
}
.TagClassName
{
border-color: #DC4664;
}
</style>