Shades of Cabaret #D2616C
Tints of Cabaret #D2616C
RGB
CMYK
RGB Variations
Color information
#D2616C (or 0xD2616C) is known color: Cabaret. HEX triplet: D2, 61 and 6C. RGB value is (210,97,108). Sum of RGB (Red+Green+Blue) = 210+97+108=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616C is #2D9E93. Grayscale: #848484. Windows color (decimal): -2989716 or 7102930. OLE color: 7102930.
HSL color Cylindrical-coordinate representation of color #D2616C: hue angle of 354.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2616C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 108 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.18 |
| HSL | 354.16º | 0.56% | 0.6% | - |
| HSV(B) | 354.16º | 0.54% | 0.82% | - |
| XYZ | 33.56 | 23.33 | 16.92 | - |
| YUV | 132.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 108 | 0 | 0.54 | 0.49 | 0.18 | 354.16 | 0.56 | 0.6 |
| Hex | D2 | 61 | 6C | 0 | 36 | 31 | 12 | 162 | 38 | 3C |
| Octal | 322 | 141 | 154 | 0 | 66 | 61 | 22 | 542 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1101100 | 0 | 110110 | 110001 | 10010 | 101100010 | 111000 | 111100 |
Color Harmonies of #D2616C
Complementary color
Monochromatic Colors of #D2616C
Black with #D2616C
Text Example
Text Example
White with #D2616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2616C; }
p { color: rgb(210,97,108); }
H1.HeaderClassName
{
color: #D2616C;
}
.AnyTagClassName
{
color: #D2616C;
}
</style>
background-color css
<style>
a { background-color: #D2616C; }
a { background-color: rgb(210,97,108); }
div.DivClassName
{
background-color: #D2616C;
}
.BgClassName
{
background-color: #D2616C;
}
</style>
border-color css
<style>
span { border-color: #D2616C; }
span { border-color: rgb(210,97,108); }
td.TdClassName
{
border-color: #D2616C;
}
.TagClassName
{
border-color: #D2616C;
}
</style>