Shades of Cabaret #D25373
Tints of Cabaret #D25373
RGB
CMYK
RGB Variations
Color information
#D25373 (or 0xD25373) is known color: Cabaret. HEX triplet: D2, 53 and 73. RGB value is (210,83,115). Sum of RGB (Red+Green+Blue) = 210+83+115=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D25373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25373 is #2DAC8C. Grayscale: #7C7C7C. Windows color (decimal): -2993293 or 7558098. OLE color: 7558098.
HSL color Cylindrical-coordinate representation of color #D25373: hue angle of 344.88º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25373 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 115 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.18 |
| HSL | 344.88º | 0.59% | 0.57% | - |
| HSV(B) | 344.88º | 0.6% | 0.82% | - |
| XYZ | 32.77 | 21.13 | 18.57 | - |
| YUV | 124.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 115 | 0 | 0.60 | 0.45 | 0.18 | 344.88 | 0.59 | 0.57 |
| Hex | D2 | 53 | 73 | 0 | 3C | 2D | 12 | 159 | 3B | 39 |
| Octal | 322 | 123 | 163 | 0 | 74 | 55 | 22 | 531 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1110011 | 0 | 111100 | 101101 | 10010 | 101011001 | 111011 | 111001 |
Color Harmonies of #D25373
Complementary color
Monochromatic Colors of #D25373
Black with #D25373
Text Example
Text Example
White with #D25373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25373; }
p { color: rgb(210,83,115); }
H1.HeaderClassName
{
color: #D25373;
}
.AnyTagClassName
{
color: #D25373;
}
</style>
background-color css
<style>
a { background-color: #D25373; }
a { background-color: rgb(210,83,115); }
div.DivClassName
{
background-color: #D25373;
}
.BgClassName
{
background-color: #D25373;
}
</style>
border-color css
<style>
span { border-color: #D25373; }
span { border-color: rgb(210,83,115); }
td.TdClassName
{
border-color: #D25373;
}
.TagClassName
{
border-color: #D25373;
}
</style>