Shades of Cabaret #D15070
Tints of Cabaret #D15070
RGB
CMYK
RGB Variations
Color information
#D15070 (or 0xD15070) is known color: Cabaret. HEX triplet: D1, 50 and 70. RGB value is (209,80,112). Sum of RGB (Red+Green+Blue) = 209+80+112=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D15070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15070 is #2EAF8F. Grayscale: #7A7A7A. Windows color (decimal): -3059600 or 7360721. OLE color: 7360721.
HSL color Cylindrical-coordinate representation of color #D15070: hue angle of 345.12º 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 #D15070 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 112 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.18 |
| HSL | 345.12º | 0.58% | 0.57% | - |
| HSV(B) | 345.12º | 0.62% | 0.82% | - |
| XYZ | 32.09 | 20.46 | 17.59 | - |
| YUV | 122.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 112 | 0 | 0.62 | 0.46 | 0.18 | 345.12 | 0.58 | 0.57 |
| Hex | D1 | 50 | 70 | 0 | 3E | 2E | 12 | 159 | 3A | 39 |
| Octal | 321 | 120 | 160 | 0 | 76 | 56 | 22 | 531 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1110000 | 0 | 111110 | 101110 | 10010 | 101011001 | 111010 | 111001 |
Color Harmonies of #D15070
Complementary color
Monochromatic Colors of #D15070
Black with #D15070
Text Example
Text Example
White with #D15070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15070; }
p { color: rgb(209,80,112); }
H1.HeaderClassName
{
color: #D15070;
}
.AnyTagClassName
{
color: #D15070;
}
</style>
background-color css
<style>
a { background-color: #D15070; }
a { background-color: rgb(209,80,112); }
div.DivClassName
{
background-color: #D15070;
}
.BgClassName
{
background-color: #D15070;
}
</style>
border-color css
<style>
span { border-color: #D15070; }
span { border-color: rgb(209,80,112); }
td.TdClassName
{
border-color: #D15070;
}
.TagClassName
{
border-color: #D15070;
}
</style>