Shades of Cabaret #D15073
Tints of Cabaret #D15073
RGB
CMYK
RGB Variations
Color information
#D15073 (or 0xD15073) is known color: Cabaret. HEX triplet: D1, 50 and 73. RGB value is (209,80,115). Sum of RGB (Red+Green+Blue) = 209+80+115=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D15073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15073 is #2EAF8C. Grayscale: #7A7A7A. Windows color (decimal): -3059597 or 7557329. OLE color: 7557329.
HSL color Cylindrical-coordinate representation of color #D15073: hue angle of 343.72º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15073 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 115 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.18 |
| HSL | 343.72º | 0.58% | 0.57% | - |
| HSV(B) | 343.72º | 0.62% | 0.82% | - |
| XYZ | 32.26 | 20.53 | 18.48 | - |
| YUV | 122.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 115 | 0 | 0.62 | 0.45 | 0.18 | 343.72 | 0.58 | 0.57 |
| Hex | D1 | 50 | 73 | 0 | 3E | 2D | 12 | 158 | 3A | 39 |
| Octal | 321 | 120 | 163 | 0 | 76 | 55 | 22 | 530 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1110011 | 0 | 111110 | 101101 | 10010 | 101011000 | 111010 | 111001 |
Color Harmonies of #D15073
Complementary color
Monochromatic Colors of #D15073
Black with #D15073
Text Example
Text Example
White with #D15073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15073; }
p { color: rgb(209,80,115); }
H1.HeaderClassName
{
color: #D15073;
}
.AnyTagClassName
{
color: #D15073;
}
</style>
background-color css
<style>
a { background-color: #D15073; }
a { background-color: rgb(209,80,115); }
div.DivClassName
{
background-color: #D15073;
}
.BgClassName
{
background-color: #D15073;
}
</style>
border-color css
<style>
span { border-color: #D15073; }
span { border-color: rgb(209,80,115); }
td.TdClassName
{
border-color: #D15073;
}
.TagClassName
{
border-color: #D15073;
}
</style>