Shades of Cabaret #D25573
Tints of Cabaret #D25573
RGB
CMYK
RGB Variations
Color information
#D25573 (or 0xD25573) is known color: Cabaret. HEX triplet: D2, 55 and 73. RGB value is (210,85,115). Sum of RGB (Red+Green+Blue) = 210+85+115=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D25573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25573 is #2DAA8C. Grayscale: #7D7D7D. Windows color (decimal): -2992781 or 7558610. OLE color: 7558610.
HSL color Cylindrical-coordinate representation of color #D25573: hue angle of 345.6º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25573 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 115 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.18 |
| HSL | 345.6º | 0.58% | 0.58% | - |
| HSV(B) | 345.6º | 0.6% | 0.82% | - |
| XYZ | 32.92 | 21.44 | 18.62 | - |
| YUV | 125.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 115 | 0 | 0.60 | 0.45 | 0.18 | 345.6 | 0.58 | 0.58 |
| Hex | D2 | 55 | 73 | 0 | 3C | 2D | 12 | 15A | 3A | 3A |
| Octal | 322 | 125 | 163 | 0 | 74 | 55 | 22 | 532 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1110011 | 0 | 111100 | 101101 | 10010 | 101011010 | 111010 | 111010 |
Color Harmonies of #D25573
Complementary color
Monochromatic Colors of #D25573
Black with #D25573
Text Example
Text Example
White with #D25573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25573; }
p { color: rgb(210,85,115); }
H1.HeaderClassName
{
color: #D25573;
}
.AnyTagClassName
{
color: #D25573;
}
</style>
background-color css
<style>
a { background-color: #D25573; }
a { background-color: rgb(210,85,115); }
div.DivClassName
{
background-color: #D25573;
}
.BgClassName
{
background-color: #D25573;
}
</style>
border-color css
<style>
span { border-color: #D25573; }
span { border-color: rgb(210,85,115); }
td.TdClassName
{
border-color: #D25573;
}
.TagClassName
{
border-color: #D25573;
}
</style>