Shades of Cabaret #D0516B
Tints of Cabaret #D0516B
RGB
CMYK
RGB Variations
Color information
#D0516B (or 0xD0516B) is known color: Cabaret. HEX triplet: D0, 51 and 6B. RGB value is (208,81,107). Sum of RGB (Red+Green+Blue) = 208+81+107=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0516B is #2FAE94. Grayscale: #797979. Windows color (decimal): -3124885 or 7033296. OLE color: 7033296.
HSL color Cylindrical-coordinate representation of color #D0516B: hue angle of 347.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0516B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 107 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.18 |
| HSL | 347.72º | 0.57% | 0.57% | - |
| HSV(B) | 347.72º | 0.61% | 0.82% | - |
| XYZ | 31.61 | 20.36 | 16.17 | - |
| YUV | 121.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 107 | 0 | 0.61 | 0.49 | 0.18 | 347.72 | 0.57 | 0.57 |
| Hex | D0 | 51 | 6B | 0 | 3D | 31 | 12 | 15C | 39 | 39 |
| Octal | 320 | 121 | 153 | 0 | 75 | 61 | 22 | 534 | 71 | 71 |
| Binary | 11010000 | 1010001 | 1101011 | 0 | 111101 | 110001 | 10010 | 101011100 | 111001 | 111001 |
Color Harmonies of #D0516B
Complementary color
Monochromatic Colors of #D0516B
Black with #D0516B
Text Example
Text Example
White with #D0516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0516B; }
p { color: rgb(208,81,107); }
H1.HeaderClassName
{
color: #D0516B;
}
.AnyTagClassName
{
color: #D0516B;
}
</style>
background-color css
<style>
a { background-color: #D0516B; }
a { background-color: rgb(208,81,107); }
div.DivClassName
{
background-color: #D0516B;
}
.BgClassName
{
background-color: #D0516B;
}
</style>
border-color css
<style>
span { border-color: #D0516B; }
span { border-color: rgb(208,81,107); }
td.TdClassName
{
border-color: #D0516B;
}
.TagClassName
{
border-color: #D0516B;
}
</style>