Shades of Cabaret #D2576C
Tints of Cabaret #D2576C
RGB
CMYK
RGB Variations
Color information
#D2576C (or 0xD2576C) is known color: Cabaret. HEX triplet: D2, 57 and 6C. RGB value is (210,87,108). Sum of RGB (Red+Green+Blue) = 210+87+108=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2576C is #2DA893. Grayscale: #7E7E7E. Windows color (decimal): -2992276 or 7100370. OLE color: 7100370.
HSL color Cylindrical-coordinate representation of color #D2576C: hue angle of 349.76º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2576C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 108 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.18 |
| HSL | 349.76º | 0.58% | 0.58% | - |
| HSV(B) | 349.76º | 0.59% | 0.82% | - |
| XYZ | 32.69 | 21.6 | 16.63 | - |
| YUV | 126.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 108 | 0 | 0.59 | 0.49 | 0.18 | 349.76 | 0.58 | 0.58 |
| Hex | D2 | 57 | 6C | 0 | 3B | 31 | 12 | 15E | 3A | 3A |
| Octal | 322 | 127 | 154 | 0 | 73 | 61 | 22 | 536 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1101100 | 0 | 111011 | 110001 | 10010 | 101011110 | 111010 | 111010 |
Color Harmonies of #D2576C
Complementary color
Monochromatic Colors of #D2576C
Black with #D2576C
Text Example
Text Example
White with #D2576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2576C; }
p { color: rgb(210,87,108); }
H1.HeaderClassName
{
color: #D2576C;
}
.AnyTagClassName
{
color: #D2576C;
}
</style>
background-color css
<style>
a { background-color: #D2576C; }
a { background-color: rgb(210,87,108); }
div.DivClassName
{
background-color: #D2576C;
}
.BgClassName
{
background-color: #D2576C;
}
</style>
border-color css
<style>
span { border-color: #D2576C; }
span { border-color: rgb(210,87,108); }
td.TdClassName
{
border-color: #D2576C;
}
.TagClassName
{
border-color: #D2576C;
}
</style>