Shades of Cabaret #D2616F
Tints of Cabaret #D2616F
RGB
CMYK
RGB Variations
Color information
#D2616F (or 0xD2616F) is known color: Cabaret. HEX triplet: D2, 61 and 6F. RGB value is (210,97,111). Sum of RGB (Red+Green+Blue) = 210+97+111=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616F is #2D9E90. Grayscale: #848484. Windows color (decimal): -2989713 or 7299538. OLE color: 7299538.
HSL color Cylindrical-coordinate representation of color #D2616F: hue angle of 352.57º 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 #D2616F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 111 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.18 |
| HSL | 352.57º | 0.56% | 0.6% | - |
| HSV(B) | 352.57º | 0.54% | 0.82% | - |
| XYZ | 33.72 | 23.4 | 17.78 | - |
| YUV | 132.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 111 | 0 | 0.54 | 0.47 | 0.18 | 352.57 | 0.56 | 0.6 |
| Hex | D2 | 61 | 6F | 0 | 36 | 2F | 12 | 161 | 38 | 3C |
| Octal | 322 | 141 | 157 | 0 | 66 | 57 | 22 | 541 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1101111 | 0 | 110110 | 101111 | 10010 | 101100001 | 111000 | 111100 |
Color Harmonies of #D2616F
Complementary color
Monochromatic Colors of #D2616F
Black with #D2616F
Text Example
Text Example
White with #D2616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2616F; }
p { color: rgb(210,97,111); }
H1.HeaderClassName
{
color: #D2616F;
}
.AnyTagClassName
{
color: #D2616F;
}
</style>
background-color css
<style>
a { background-color: #D2616F; }
a { background-color: rgb(210,97,111); }
div.DivClassName
{
background-color: #D2616F;
}
.BgClassName
{
background-color: #D2616F;
}
</style>
border-color css
<style>
span { border-color: #D2616F; }
span { border-color: rgb(210,97,111); }
td.TdClassName
{
border-color: #D2616F;
}
.TagClassName
{
border-color: #D2616F;
}
</style>