Shades of Cabaret #D5616C
Tints of Cabaret #D5616C
RGB
CMYK
RGB Variations
Color information
#D5616C (or 0xD5616C) is known color: Cabaret. HEX triplet: D5, 61 and 6C. RGB value is (213,97,108). Sum of RGB (Red+Green+Blue) = 213+97+108=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5616C is #2A9E93. Grayscale: #858585. Windows color (decimal): -2793108 or 7102933. OLE color: 7102933.
HSL color Cylindrical-coordinate representation of color #D5616C: hue angle of 354.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5616C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 108 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.16 |
| HSL | 354.31º | 0.58% | 0.61% | - |
| HSV(B) | 354.31º | 0.54% | 0.84% | - |
| XYZ | 34.42 | 23.78 | 16.96 | - |
| YUV | 132.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 108 | 0 | 0.54 | 0.49 | 0.16 | 354.31 | 0.58 | 0.61 |
| Hex | D5 | 61 | 6C | 0 | 36 | 31 | 10 | 162 | 3A | 3D |
| Octal | 325 | 141 | 154 | 0 | 66 | 61 | 20 | 542 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1101100 | 0 | 110110 | 110001 | 10000 | 101100010 | 111010 | 111101 |
Color Harmonies of #D5616C
Complementary color
Monochromatic Colors of #D5616C
Black with #D5616C
Text Example
Text Example
White with #D5616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5616C; }
p { color: rgb(213,97,108); }
H1.HeaderClassName
{
color: #D5616C;
}
.AnyTagClassName
{
color: #D5616C;
}
</style>
background-color css
<style>
a { background-color: #D5616C; }
a { background-color: rgb(213,97,108); }
div.DivClassName
{
background-color: #D5616C;
}
.BgClassName
{
background-color: #D5616C;
}
</style>
border-color css
<style>
span { border-color: #D5616C; }
span { border-color: rgb(213,97,108); }
td.TdClassName
{
border-color: #D5616C;
}
.TagClassName
{
border-color: #D5616C;
}
</style>