Shades of Cabaret #DC516B
Tints of Cabaret #DC516B
RGB
CMYK
RGB Variations
Color information
#DC516B (or 0xDC516B) is known color: Cabaret. HEX triplet: DC, 51 and 6B. RGB value is (220,81,107). Sum of RGB (Red+Green+Blue) = 220+81+107=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC516B is #23AE94. Grayscale: #7D7D7D. Windows color (decimal): -2338453 or 7033308. OLE color: 7033308.
HSL color Cylindrical-coordinate representation of color #DC516B: hue angle of 348.78º 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 #DC516B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 107 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.14 |
| HSL | 348.78º | 0.67% | 0.59% | - |
| HSV(B) | 348.78º | 0.63% | 0.86% | - |
| XYZ | 35.11 | 22.16 | 16.34 | - |
| YUV | 125.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 107 | 0 | 0.63 | 0.51 | 0.14 | 348.78 | 0.67 | 0.59 |
| Hex | DC | 51 | 6B | 0 | 3F | 33 | E | 15D | 43 | 3B |
| Octal | 334 | 121 | 153 | 0 | 77 | 63 | 16 | 535 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1101011 | 0 | 111111 | 110011 | 1110 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DC516B
Complementary color
Monochromatic Colors of #DC516B
Black with #DC516B
Text Example
Text Example
White with #DC516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC516B; }
p { color: rgb(220,81,107); }
H1.HeaderClassName
{
color: #DC516B;
}
.AnyTagClassName
{
color: #DC516B;
}
</style>
background-color css
<style>
a { background-color: #DC516B; }
a { background-color: rgb(220,81,107); }
div.DivClassName
{
background-color: #DC516B;
}
.BgClassName
{
background-color: #DC516B;
}
</style>
border-color css
<style>
span { border-color: #DC516B; }
span { border-color: rgb(220,81,107); }
td.TdClassName
{
border-color: #DC516B;
}
.TagClassName
{
border-color: #DC516B;
}
</style>