Shades of Cabaret #DC5D70
Tints of Cabaret #DC5D70
RGB
CMYK
RGB Variations
Color information
#DC5D70 (or 0xDC5D70) is known color: Cabaret. HEX triplet: DC, 5D and 70. RGB value is (220,93,112). Sum of RGB (Red+Green+Blue) = 220+93+112=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D70 is #23A28F. Grayscale: #858585. Windows color (decimal): -2335376 or 7364060. OLE color: 7364060.
HSL color Cylindrical-coordinate representation of color #DC5D70: hue angle of 351.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D70 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 112 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.14 |
| HSL | 351.02º | 0.64% | 0.61% | - |
| HSV(B) | 351.02º | 0.58% | 0.86% | - |
| XYZ | 36.35 | 24.21 | 18.09 | - |
| YUV | 133.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 112 | 0 | 0.58 | 0.49 | 0.14 | 351.02 | 0.64 | 0.61 |
| Hex | DC | 5D | 70 | 0 | 3A | 31 | E | 15F | 40 | 3D |
| Octal | 334 | 135 | 160 | 0 | 72 | 61 | 16 | 537 | 100 | 75 |
| Binary | 11011100 | 1011101 | 1110000 | 0 | 111010 | 110001 | 1110 | 101011111 | 1000000 | 111101 |
Color Harmonies of #DC5D70
Complementary color
Monochromatic Colors of #DC5D70
Black with #DC5D70
Text Example
Text Example
White with #DC5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D70; }
p { color: rgb(220,93,112); }
H1.HeaderClassName
{
color: #DC5D70;
}
.AnyTagClassName
{
color: #DC5D70;
}
</style>
background-color css
<style>
a { background-color: #DC5D70; }
a { background-color: rgb(220,93,112); }
div.DivClassName
{
background-color: #DC5D70;
}
.BgClassName
{
background-color: #DC5D70;
}
</style>
border-color css
<style>
span { border-color: #DC5D70; }
span { border-color: rgb(220,93,112); }
td.TdClassName
{
border-color: #DC5D70;
}
.TagClassName
{
border-color: #DC5D70;
}
</style>