Shades of Cabaret #D5516C
Tints of Cabaret #D5516C
RGB
CMYK
RGB Variations
Color information
#D5516C (or 0xD5516C) is known color: Cabaret. HEX triplet: D5, 51 and 6C. RGB value is (213,81,108). Sum of RGB (Red+Green+Blue) = 213+81+108=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5516C is #2AAE93. Grayscale: #7B7B7B. Windows color (decimal): -2797204 or 7098837. OLE color: 7098837.
HSL color Cylindrical-coordinate representation of color #D5516C: hue angle of 347.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5516C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 108 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.16 |
| HSL | 347.73º | 0.61% | 0.58% | - |
| HSV(B) | 347.73º | 0.62% | 0.84% | - |
| XYZ | 33.09 | 21.11 | 16.52 | - |
| YUV | 123.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 108 | 0 | 0.62 | 0.49 | 0.16 | 347.73 | 0.61 | 0.58 |
| Hex | D5 | 51 | 6C | 0 | 3E | 31 | 10 | 15C | 3D | 3A |
| Octal | 325 | 121 | 154 | 0 | 76 | 61 | 20 | 534 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1101100 | 0 | 111110 | 110001 | 10000 | 101011100 | 111101 | 111010 |
Color Harmonies of #D5516C
Complementary color
Monochromatic Colors of #D5516C
Black with #D5516C
Text Example
Text Example
White with #D5516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5516C; }
p { color: rgb(213,81,108); }
H1.HeaderClassName
{
color: #D5516C;
}
.AnyTagClassName
{
color: #D5516C;
}
</style>
background-color css
<style>
a { background-color: #D5516C; }
a { background-color: rgb(213,81,108); }
div.DivClassName
{
background-color: #D5516C;
}
.BgClassName
{
background-color: #D5516C;
}
</style>
border-color css
<style>
span { border-color: #D5516C; }
span { border-color: rgb(213,81,108); }
td.TdClassName
{
border-color: #D5516C;
}
.TagClassName
{
border-color: #D5516C;
}
</style>