Shades of Cabaret #DC4665
Tints of Cabaret #DC4665
RGB
CMYK
RGB Variations
Color information
#DC4665 (or 0xDC4665) is known color: Cabaret. HEX triplet: DC, 46 and 65. RGB value is (220,70,101). Sum of RGB (Red+Green+Blue) = 220+70+101=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4665 is #23B99A. Grayscale: #767676. Windows color (decimal): -2341275 or 6637276. OLE color: 6637276.
HSL color Cylindrical-coordinate representation of color #DC4665: hue angle of 347.6º 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 #DC4665 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 101 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.14 |
| HSL | 347.6º | 0.68% | 0.57% | - |
| HSV(B) | 347.6º | 0.68% | 0.86% | - |
| XYZ | 34.05 | 20.54 | 14.48 | - |
| YUV | 118.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 101 | 0 | 0.68 | 0.54 | 0.14 | 347.6 | 0.68 | 0.57 |
| Hex | DC | 46 | 65 | 0 | 44 | 36 | E | 15C | 44 | 39 |
| Octal | 334 | 106 | 145 | 0 | 104 | 66 | 16 | 534 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1100101 | 0 | 1000100 | 110110 | 1110 | 101011100 | 1000100 | 111001 |
Color Harmonies of #DC4665
Complementary color
Monochromatic Colors of #DC4665
Black with #DC4665
Text Example
Text Example
White with #DC4665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4665; }
p { color: rgb(220,70,101); }
H1.HeaderClassName
{
color: #DC4665;
}
.AnyTagClassName
{
color: #DC4665;
}
</style>
background-color css
<style>
a { background-color: #DC4665; }
a { background-color: rgb(220,70,101); }
div.DivClassName
{
background-color: #DC4665;
}
.BgClassName
{
background-color: #DC4665;
}
</style>
border-color css
<style>
span { border-color: #DC4665; }
span { border-color: rgb(220,70,101); }
td.TdClassName
{
border-color: #DC4665;
}
.TagClassName
{
border-color: #DC4665;
}
</style>