Shades of Cabaret #D15071
Tints of Cabaret #D15071
RGB
CMYK
RGB Variations
Color information
#D15071 (or 0xD15071) is known color: Cabaret. HEX triplet: D1, 50 and 71. RGB value is (209,80,113). Sum of RGB (Red+Green+Blue) = 209+80+113=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D15071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15071 is #2EAF8E. Grayscale: #7A7A7A. Windows color (decimal): -3059599 or 7426257. OLE color: 7426257.
HSL color Cylindrical-coordinate representation of color #D15071: hue angle of 344.65º 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 #D15071 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 113 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.18 |
| HSL | 344.65º | 0.58% | 0.57% | - |
| HSV(B) | 344.65º | 0.62% | 0.82% | - |
| XYZ | 32.14 | 20.48 | 17.88 | - |
| YUV | 122.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 113 | 0 | 0.62 | 0.46 | 0.18 | 344.65 | 0.58 | 0.57 |
| Hex | D1 | 50 | 71 | 0 | 3E | 2E | 12 | 159 | 3A | 39 |
| Octal | 321 | 120 | 161 | 0 | 76 | 56 | 22 | 531 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1110001 | 0 | 111110 | 101110 | 10010 | 101011001 | 111010 | 111001 |
Color Harmonies of #D15071
Complementary color
Monochromatic Colors of #D15071
Black with #D15071
Text Example
Text Example
White with #D15071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15071; }
p { color: rgb(209,80,113); }
H1.HeaderClassName
{
color: #D15071;
}
.AnyTagClassName
{
color: #D15071;
}
</style>
background-color css
<style>
a { background-color: #D15071; }
a { background-color: rgb(209,80,113); }
div.DivClassName
{
background-color: #D15071;
}
.BgClassName
{
background-color: #D15071;
}
</style>
border-color css
<style>
span { border-color: #D15071; }
span { border-color: rgb(209,80,113); }
td.TdClassName
{
border-color: #D15071;
}
.TagClassName
{
border-color: #D15071;
}
</style>