Shades of Cabaret #D1616B
Tints of Cabaret #D1616B
RGB
CMYK
RGB Variations
Color information
#D1616B (or 0xD1616B) is known color: Cabaret. HEX triplet: D1, 61 and 6B. RGB value is (209,97,107). Sum of RGB (Red+Green+Blue) = 209+97+107=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1616B is #2E9E94. Grayscale: #838383. Windows color (decimal): -3055253 or 7037393. OLE color: 7037393.
HSL color Cylindrical-coordinate representation of color #D1616B: hue angle of 354.64º degrees, saturation: 0.55, 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 #D1616B is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 107 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.18 |
| HSL | 354.64º | 0.55% | 0.6% | - |
| HSV(B) | 354.64º | 0.54% | 0.82% | - |
| XYZ | 33.22 | 23.17 | 16.63 | - |
| YUV | 131.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 107 | 0 | 0.54 | 0.49 | 0.18 | 354.64 | 0.55 | 0.6 |
| Hex | D1 | 61 | 6B | 0 | 36 | 31 | 12 | 163 | 37 | 3C |
| Octal | 321 | 141 | 153 | 0 | 66 | 61 | 22 | 543 | 67 | 74 |
| Binary | 11010001 | 1100001 | 1101011 | 0 | 110110 | 110001 | 10010 | 101100011 | 110111 | 111100 |
Color Harmonies of #D1616B
Complementary color
Monochromatic Colors of #D1616B
Black with #D1616B
Text Example
Text Example
White with #D1616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1616B; }
p { color: rgb(209,97,107); }
H1.HeaderClassName
{
color: #D1616B;
}
.AnyTagClassName
{
color: #D1616B;
}
</style>
background-color css
<style>
a { background-color: #D1616B; }
a { background-color: rgb(209,97,107); }
div.DivClassName
{
background-color: #D1616B;
}
.BgClassName
{
background-color: #D1616B;
}
</style>
border-color css
<style>
span { border-color: #D1616B; }
span { border-color: rgb(209,97,107); }
td.TdClassName
{
border-color: #D1616B;
}
.TagClassName
{
border-color: #D1616B;
}
</style>