Shades of Cabaret #D5616A
Tints of Cabaret #D5616A
RGB
CMYK
RGB Variations
Color information
#D5616A (or 0xD5616A) is known color: Cabaret. HEX triplet: D5, 61 and 6A. RGB value is (213,97,106). Sum of RGB (Red+Green+Blue) = 213+97+106=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5616A is #2A9E95. Grayscale: #848484. Windows color (decimal): -2793110 or 6971861. OLE color: 6971861.
HSL color Cylindrical-coordinate representation of color #D5616A: hue angle of 355.34º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5616A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 106 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.16 |
| HSL | 355.34º | 0.58% | 0.61% | - |
| HSV(B) | 355.34º | 0.54% | 0.84% | - |
| XYZ | 34.32 | 23.74 | 16.41 | - |
| YUV | 132.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 106 | 0 | 0.54 | 0.50 | 0.16 | 355.34 | 0.58 | 0.61 |
| Hex | D5 | 61 | 6A | 0 | 36 | 32 | 10 | 163 | 3A | 3D |
| Octal | 325 | 141 | 152 | 0 | 66 | 62 | 20 | 543 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1101010 | 0 | 110110 | 110010 | 10000 | 101100011 | 111010 | 111101 |
Color Harmonies of #D5616A
Complementary color
Monochromatic Colors of #D5616A
Black with #D5616A
Text Example
Text Example
White with #D5616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5616A; }
p { color: rgb(213,97,106); }
H1.HeaderClassName
{
color: #D5616A;
}
.AnyTagClassName
{
color: #D5616A;
}
</style>
background-color css
<style>
a { background-color: #D5616A; }
a { background-color: rgb(213,97,106); }
div.DivClassName
{
background-color: #D5616A;
}
.BgClassName
{
background-color: #D5616A;
}
</style>
border-color css
<style>
span { border-color: #D5616A; }
span { border-color: rgb(213,97,106); }
td.TdClassName
{
border-color: #D5616A;
}
.TagClassName
{
border-color: #D5616A;
}
</style>