Shades of Cabaret #DC5064
Tints of Cabaret #DC5064
RGB
CMYK
RGB Variations
Color information
#DC5064 (or 0xDC5064) is known color: Cabaret. HEX triplet: DC, 50 and 64. RGB value is (220,80,100). Sum of RGB (Red+Green+Blue) = 220+80+100=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5064 is #23AF9B. Grayscale: #7C7C7C. Windows color (decimal): -2338716 or 6574300. OLE color: 6574300.
HSL color Cylindrical-coordinate representation of color #DC5064: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5064 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 100 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.14 |
| HSL | 351.43º | 0.67% | 0.59% | - |
| HSV(B) | 351.43º | 0.64% | 0.86% | - |
| XYZ | 34.68 | 21.87 | 14.45 | - |
| YUV | 124.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 100 | 0 | 0.64 | 0.55 | 0.14 | 351.43 | 0.67 | 0.59 |
| Hex | DC | 50 | 64 | 0 | 40 | 37 | E | 15F | 43 | 3B |
| Octal | 334 | 120 | 144 | 0 | 100 | 67 | 16 | 537 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1100100 | 0 | 1000000 | 110111 | 1110 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DC5064
Complementary color
Monochromatic Colors of #DC5064
Black with #DC5064
Text Example
Text Example
White with #DC5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5064; }
p { color: rgb(220,80,100); }
H1.HeaderClassName
{
color: #DC5064;
}
.AnyTagClassName
{
color: #DC5064;
}
</style>
background-color css
<style>
a { background-color: #DC5064; }
a { background-color: rgb(220,80,100); }
div.DivClassName
{
background-color: #DC5064;
}
.BgClassName
{
background-color: #DC5064;
}
</style>
border-color css
<style>
span { border-color: #DC5064; }
span { border-color: rgb(220,80,100); }
td.TdClassName
{
border-color: #DC5064;
}
.TagClassName
{
border-color: #DC5064;
}
</style>