Shades of Cabaret #D15373
Tints of Cabaret #D15373
RGB
CMYK
RGB Variations
Color information
#D15373 (or 0xD15373) is known color: Cabaret. HEX triplet: D1, 53 and 73. RGB value is (209,83,115). Sum of RGB (Red+Green+Blue) = 209+83+115=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D15373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15373 is #2EAC8C. Grayscale: #7C7C7C. Windows color (decimal): -3058829 or 7558097. OLE color: 7558097.
HSL color Cylindrical-coordinate representation of color #D15373: hue angle of 344.76º degrees, saturation: 0.58, 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 #D15373 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 115 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.18 |
| HSL | 344.76º | 0.58% | 0.57% | - |
| HSV(B) | 344.76º | 0.6% | 0.82% | - |
| XYZ | 32.48 | 20.98 | 18.56 | - |
| YUV | 124.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 115 | 0 | 0.60 | 0.45 | 0.18 | 344.76 | 0.58 | 0.57 |
| Hex | D1 | 53 | 73 | 0 | 3C | 2D | 12 | 159 | 3A | 39 |
| Octal | 321 | 123 | 163 | 0 | 74 | 55 | 22 | 531 | 72 | 71 |
| Binary | 11010001 | 1010011 | 1110011 | 0 | 111100 | 101101 | 10010 | 101011001 | 111010 | 111001 |
Color Harmonies of #D15373
Complementary color
Monochromatic Colors of #D15373
Black with #D15373
Text Example
Text Example
White with #D15373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15373; }
p { color: rgb(209,83,115); }
H1.HeaderClassName
{
color: #D15373;
}
.AnyTagClassName
{
color: #D15373;
}
</style>
background-color css
<style>
a { background-color: #D15373; }
a { background-color: rgb(209,83,115); }
div.DivClassName
{
background-color: #D15373;
}
.BgClassName
{
background-color: #D15373;
}
</style>
border-color css
<style>
span { border-color: #D15373; }
span { border-color: rgb(209,83,115); }
td.TdClassName
{
border-color: #D15373;
}
.TagClassName
{
border-color: #D15373;
}
</style>