Shades of Cabaret #D15F72
Tints of Cabaret #D15F72
RGB
CMYK
RGB Variations
Color information
#D15F72 (or 0xD15F72) is known color: Cabaret. HEX triplet: D1, 5F and 72. RGB value is (209,95,114). Sum of RGB (Red+Green+Blue) = 209+95+114=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F72 is #2EA08D. Grayscale: #838383. Windows color (decimal): -3055758 or 7495633. OLE color: 7495633.
HSL color Cylindrical-coordinate representation of color #D15F72: hue angle of 350º 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 #D15F72 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 114 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.18 |
| HSL | 350º | 0.55% | 0.6% | - |
| HSV(B) | 350º | 0.55% | 0.82% | - |
| XYZ | 33.42 | 22.95 | 18.59 | - |
| YUV | 131.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 114 | 0 | 0.55 | 0.45 | 0.18 | 350 | 0.55 | 0.6 |
| Hex | D1 | 5F | 72 | 0 | 37 | 2D | 12 | 15E | 37 | 3C |
| Octal | 321 | 137 | 162 | 0 | 67 | 55 | 22 | 536 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1110010 | 0 | 110111 | 101101 | 10010 | 101011110 | 110111 | 111100 |
Color Harmonies of #D15F72
Complementary color
Monochromatic Colors of #D15F72
Black with #D15F72
Text Example
Text Example
White with #D15F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F72; }
p { color: rgb(209,95,114); }
H1.HeaderClassName
{
color: #D15F72;
}
.AnyTagClassName
{
color: #D15F72;
}
</style>
background-color css
<style>
a { background-color: #D15F72; }
a { background-color: rgb(209,95,114); }
div.DivClassName
{
background-color: #D15F72;
}
.BgClassName
{
background-color: #D15F72;
}
</style>
border-color css
<style>
span { border-color: #D15F72; }
span { border-color: rgb(209,95,114); }
td.TdClassName
{
border-color: #D15F72;
}
.TagClassName
{
border-color: #D15F72;
}
</style>