Shades of Cabaret #D6616F
Tints of Cabaret #D6616F
RGB
CMYK
RGB Variations
Color information
#D6616F (or 0xD6616F) is known color: Cabaret. HEX triplet: D6, 61 and 6F. RGB value is (214,97,111). Sum of RGB (Red+Green+Blue) = 214+97+111=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6616F is #299E90. Grayscale: #858585. Windows color (decimal): -2727569 or 7299542. OLE color: 7299542.
HSL color Cylindrical-coordinate representation of color #D6616F: hue angle of 352.82º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6616F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 111 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.16 |
| HSL | 352.82º | 0.59% | 0.61% | - |
| HSV(B) | 352.82º | 0.55% | 0.84% | - |
| XYZ | 34.88 | 23.99 | 17.83 | - |
| YUV | 133.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 111 | 0 | 0.55 | 0.48 | 0.16 | 352.82 | 0.59 | 0.61 |
| Hex | D6 | 61 | 6F | 0 | 37 | 30 | 10 | 161 | 3B | 3D |
| Octal | 326 | 141 | 157 | 0 | 67 | 60 | 20 | 541 | 73 | 75 |
| Binary | 11010110 | 1100001 | 1101111 | 0 | 110111 | 110000 | 10000 | 101100001 | 111011 | 111101 |
Color Harmonies of #D6616F
Complementary color
Monochromatic Colors of #D6616F
Black with #D6616F
Text Example
Text Example
White with #D6616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6616F; }
p { color: rgb(214,97,111); }
H1.HeaderClassName
{
color: #D6616F;
}
.AnyTagClassName
{
color: #D6616F;
}
</style>
background-color css
<style>
a { background-color: #D6616F; }
a { background-color: rgb(214,97,111); }
div.DivClassName
{
background-color: #D6616F;
}
.BgClassName
{
background-color: #D6616F;
}
</style>
border-color css
<style>
span { border-color: #D6616F; }
span { border-color: rgb(214,97,111); }
td.TdClassName
{
border-color: #D6616F;
}
.TagClassName
{
border-color: #D6616F;
}
</style>