Shades of Cabaret #D35573
Tints of Cabaret #D35573
RGB
CMYK
RGB Variations
Color information
#D35573 (or 0xD35573) is known color: Cabaret. HEX triplet: D3, 55 and 73. RGB value is (211,85,115). Sum of RGB (Red+Green+Blue) = 211+85+115=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D35573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35573 is #2CAA8C. Grayscale: #7E7E7E. Windows color (decimal): -2927245 or 7558611. OLE color: 7558611.
HSL color Cylindrical-coordinate representation of color #D35573: hue angle of 345.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35573 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 115 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.17 |
| HSL | 345.71º | 0.59% | 0.58% | - |
| HSV(B) | 345.71º | 0.6% | 0.83% | - |
| XYZ | 33.21 | 21.58 | 18.64 | - |
| YUV | 126.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 115 | 0 | 0.60 | 0.45 | 0.17 | 345.71 | 0.59 | 0.58 |
| Hex | D3 | 55 | 73 | 0 | 3C | 2D | 11 | 15A | 3B | 3A |
| Octal | 323 | 125 | 163 | 0 | 74 | 55 | 21 | 532 | 73 | 72 |
| Binary | 11010011 | 1010101 | 1110011 | 0 | 111100 | 101101 | 10001 | 101011010 | 111011 | 111010 |
Color Harmonies of #D35573
Complementary color
Monochromatic Colors of #D35573
Black with #D35573
Text Example
Text Example
White with #D35573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35573; }
p { color: rgb(211,85,115); }
H1.HeaderClassName
{
color: #D35573;
}
.AnyTagClassName
{
color: #D35573;
}
</style>
background-color css
<style>
a { background-color: #D35573; }
a { background-color: rgb(211,85,115); }
div.DivClassName
{
background-color: #D35573;
}
.BgClassName
{
background-color: #D35573;
}
</style>
border-color css
<style>
span { border-color: #D35573; }
span { border-color: rgb(211,85,115); }
td.TdClassName
{
border-color: #D35573;
}
.TagClassName
{
border-color: #D35573;
}
</style>