Shades of Cabaret #D15574
Tints of Cabaret #D15574
RGB
CMYK
RGB Variations
Color information
#D15574 (or 0xD15574) is known color: Cabaret. HEX triplet: D1, 55 and 74. RGB value is (209,85,116). Sum of RGB (Red+Green+Blue) = 209+85+116=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15574 is #2EAA8B. Grayscale: #7D7D7D. Windows color (decimal): -3058316 or 7624145. OLE color: 7624145.
HSL color Cylindrical-coordinate representation of color #D15574: hue angle of 345º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15574 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 116 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.18 |
| HSL | 345º | 0.57% | 0.58% | - |
| HSV(B) | 345º | 0.59% | 0.82% | - |
| XYZ | 32.7 | 21.31 | 18.91 | - |
| YUV | 125.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 116 | 0 | 0.59 | 0.44 | 0.18 | 345 | 0.57 | 0.58 |
| Hex | D1 | 55 | 74 | 0 | 3B | 2C | 12 | 159 | 39 | 3A |
| Octal | 321 | 125 | 164 | 0 | 73 | 54 | 22 | 531 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1110100 | 0 | 111011 | 101100 | 10010 | 101011001 | 111001 | 111010 |
Color Harmonies of #D15574
Complementary color
Monochromatic Colors of #D15574
Black with #D15574
Text Example
Text Example
White with #D15574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15574; }
p { color: rgb(209,85,116); }
H1.HeaderClassName
{
color: #D15574;
}
.AnyTagClassName
{
color: #D15574;
}
</style>
background-color css
<style>
a { background-color: #D15574; }
a { background-color: rgb(209,85,116); }
div.DivClassName
{
background-color: #D15574;
}
.BgClassName
{
background-color: #D15574;
}
</style>
border-color css
<style>
span { border-color: #D15574; }
span { border-color: rgb(209,85,116); }
td.TdClassName
{
border-color: #D15574;
}
.TagClassName
{
border-color: #D15574;
}
</style>