Shades of Cabaret #D5516A
Tints of Cabaret #D5516A
RGB
CMYK
RGB Variations
Color information
#D5516A (or 0xD5516A) is known color: Cabaret. HEX triplet: D5, 51 and 6A. RGB value is (213,81,106). Sum of RGB (Red+Green+Blue) = 213+81+106=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5516A is #2AAE95. Grayscale: #7B7B7B. Windows color (decimal): -2797206 or 6967765. OLE color: 6967765.
HSL color Cylindrical-coordinate representation of color #D5516A: hue angle of 348.64º 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 #D5516A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 106 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.16 |
| HSL | 348.64º | 0.61% | 0.58% | - |
| HSV(B) | 348.64º | 0.62% | 0.84% | - |
| XYZ | 32.98 | 21.07 | 15.96 | - |
| YUV | 123.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 106 | 0 | 0.62 | 0.50 | 0.16 | 348.64 | 0.61 | 0.58 |
| Hex | D5 | 51 | 6A | 0 | 3E | 32 | 10 | 15D | 3D | 3A |
| Octal | 325 | 121 | 152 | 0 | 76 | 62 | 20 | 535 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1101010 | 0 | 111110 | 110010 | 10000 | 101011101 | 111101 | 111010 |
Color Harmonies of #D5516A
Complementary color
Monochromatic Colors of #D5516A
Black with #D5516A
Text Example
Text Example
White with #D5516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5516A; }
p { color: rgb(213,81,106); }
H1.HeaderClassName
{
color: #D5516A;
}
.AnyTagClassName
{
color: #D5516A;
}
</style>
background-color css
<style>
a { background-color: #D5516A; }
a { background-color: rgb(213,81,106); }
div.DivClassName
{
background-color: #D5516A;
}
.BgClassName
{
background-color: #D5516A;
}
</style>
border-color css
<style>
span { border-color: #D5516A; }
span { border-color: rgb(213,81,106); }
td.TdClassName
{
border-color: #D5516A;
}
.TagClassName
{
border-color: #D5516A;
}
</style>