Shades of Cabaret #D15F74
Tints of Cabaret #D15F74
RGB
CMYK
RGB Variations
Color information
#D15F74 (or 0xD15F74) is known color: Cabaret. HEX triplet: D1, 5F and 74. RGB value is (209,95,116). Sum of RGB (Red+Green+Blue) = 209+95+116=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F74 is #2EA08B. Grayscale: #838383. Windows color (decimal): -3055756 or 7626705. OLE color: 7626705.
HSL color Cylindrical-coordinate representation of color #D15F74: hue angle of 348.95º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F74 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 116 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.18 |
| HSL | 348.95º | 0.55% | 0.6% | - |
| HSV(B) | 348.95º | 0.55% | 0.82% | - |
| XYZ | 33.54 | 23 | 19.19 | - |
| YUV | 131.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 116 | 0 | 0.55 | 0.44 | 0.18 | 348.95 | 0.55 | 0.6 |
| Hex | D1 | 5F | 74 | 0 | 37 | 2C | 12 | 15D | 37 | 3C |
| Octal | 321 | 137 | 164 | 0 | 67 | 54 | 22 | 535 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1110100 | 0 | 110111 | 101100 | 10010 | 101011101 | 110111 | 111100 |
Color Harmonies of #D15F74
Complementary color
Monochromatic Colors of #D15F74
Black with #D15F74
Text Example
Text Example
White with #D15F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F74; }
p { color: rgb(209,95,116); }
H1.HeaderClassName
{
color: #D15F74;
}
.AnyTagClassName
{
color: #D15F74;
}
</style>
background-color css
<style>
a { background-color: #D15F74; }
a { background-color: rgb(209,95,116); }
div.DivClassName
{
background-color: #D15F74;
}
.BgClassName
{
background-color: #D15F74;
}
</style>
border-color css
<style>
span { border-color: #D15F74; }
span { border-color: rgb(209,95,116); }
td.TdClassName
{
border-color: #D15F74;
}
.TagClassName
{
border-color: #D15F74;
}
</style>