Shades of Cabaret #D2616B
Tints of Cabaret #D2616B
RGB
CMYK
RGB Variations
Color information
#D2616B (or 0xD2616B) is known color: Cabaret. HEX triplet: D2, 61 and 6B. RGB value is (210,97,107). Sum of RGB (Red+Green+Blue) = 210+97+107=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2616B is #2D9E94. Grayscale: #848484. Windows color (decimal): -2989717 or 7037394. OLE color: 7037394.
HSL color Cylindrical-coordinate representation of color #D2616B: hue angle of 354.69º 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 #D2616B is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 107 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.18 |
| HSL | 354.69º | 0.56% | 0.6% | - |
| HSV(B) | 354.69º | 0.54% | 0.82% | - |
| XYZ | 33.51 | 23.31 | 16.64 | - |
| YUV | 131.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 107 | 0 | 0.54 | 0.49 | 0.18 | 354.69 | 0.56 | 0.6 |
| Hex | D2 | 61 | 6B | 0 | 36 | 31 | 12 | 163 | 38 | 3C |
| Octal | 322 | 141 | 153 | 0 | 66 | 61 | 22 | 543 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1101011 | 0 | 110110 | 110001 | 10010 | 101100011 | 111000 | 111100 |
Color Harmonies of #D2616B
Complementary color
Monochromatic Colors of #D2616B
Black with #D2616B
Text Example
Text Example
White with #D2616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2616B; }
p { color: rgb(210,97,107); }
H1.HeaderClassName
{
color: #D2616B;
}
.AnyTagClassName
{
color: #D2616B;
}
</style>
background-color css
<style>
a { background-color: #D2616B; }
a { background-color: rgb(210,97,107); }
div.DivClassName
{
background-color: #D2616B;
}
.BgClassName
{
background-color: #D2616B;
}
</style>
border-color css
<style>
span { border-color: #D2616B; }
span { border-color: rgb(210,97,107); }
td.TdClassName
{
border-color: #D2616B;
}
.TagClassName
{
border-color: #D2616B;
}
</style>