Shades of Cabaret #D5516B
Tints of Cabaret #D5516B
RGB
CMYK
RGB Variations
Color information
#D5516B (or 0xD5516B) is known color: Cabaret. HEX triplet: D5, 51 and 6B. RGB value is (213,81,107). Sum of RGB (Red+Green+Blue) = 213+81+107=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5516B is #2AAE94. Grayscale: #7B7B7B. Windows color (decimal): -2797205 or 7033301. OLE color: 7033301.
HSL color Cylindrical-coordinate representation of color #D5516B: hue angle of 348.18º 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 #D5516B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 107 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.16 |
| HSL | 348.18º | 0.61% | 0.58% | - |
| HSV(B) | 348.18º | 0.62% | 0.84% | - |
| XYZ | 33.04 | 21.09 | 16.24 | - |
| YUV | 123.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 107 | 0 | 0.62 | 0.50 | 0.16 | 348.18 | 0.61 | 0.58 |
| Hex | D5 | 51 | 6B | 0 | 3E | 32 | 10 | 15C | 3D | 3A |
| Octal | 325 | 121 | 153 | 0 | 76 | 62 | 20 | 534 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1101011 | 0 | 111110 | 110010 | 10000 | 101011100 | 111101 | 111010 |
Color Harmonies of #D5516B
Complementary color
Monochromatic Colors of #D5516B
Black with #D5516B
Text Example
Text Example
White with #D5516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5516B; }
p { color: rgb(213,81,107); }
H1.HeaderClassName
{
color: #D5516B;
}
.AnyTagClassName
{
color: #D5516B;
}
</style>
background-color css
<style>
a { background-color: #D5516B; }
a { background-color: rgb(213,81,107); }
div.DivClassName
{
background-color: #D5516B;
}
.BgClassName
{
background-color: #D5516B;
}
</style>
border-color css
<style>
span { border-color: #D5516B; }
span { border-color: rgb(213,81,107); }
td.TdClassName
{
border-color: #D5516B;
}
.TagClassName
{
border-color: #D5516B;
}
</style>