Shades of Cabaret #DC5165
Tints of Cabaret #DC5165
RGB
CMYK
RGB Variations
Color information
#DC5165 (or 0xDC5165) is known color: Cabaret. HEX triplet: DC, 51 and 65. RGB value is (220,81,101). Sum of RGB (Red+Green+Blue) = 220+81+101=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5165 is #23AE9A. Grayscale: #7C7C7C. Windows color (decimal): -2338459 or 6640092. OLE color: 6640092.
HSL color Cylindrical-coordinate representation of color #DC5165: hue angle of 351.37º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5165 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 101 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.14 |
| HSL | 351.37º | 0.67% | 0.59% | - |
| HSV(B) | 351.37º | 0.63% | 0.86% | - |
| XYZ | 34.81 | 22.04 | 14.73 | - |
| YUV | 124.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 101 | 0 | 0.63 | 0.54 | 0.14 | 351.37 | 0.67 | 0.59 |
| Hex | DC | 51 | 65 | 0 | 3F | 36 | E | 15F | 43 | 3B |
| Octal | 334 | 121 | 145 | 0 | 77 | 66 | 16 | 537 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1100101 | 0 | 111111 | 110110 | 1110 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DC5165
Complementary color
Monochromatic Colors of #DC5165
Black with #DC5165
Text Example
Text Example
White with #DC5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5165; }
p { color: rgb(220,81,101); }
H1.HeaderClassName
{
color: #DC5165;
}
.AnyTagClassName
{
color: #DC5165;
}
</style>
background-color css
<style>
a { background-color: #DC5165; }
a { background-color: rgb(220,81,101); }
div.DivClassName
{
background-color: #DC5165;
}
.BgClassName
{
background-color: #DC5165;
}
</style>
border-color css
<style>
span { border-color: #DC5165; }
span { border-color: rgb(220,81,101); }
td.TdClassName
{
border-color: #DC5165;
}
.TagClassName
{
border-color: #DC5165;
}
</style>