Shades of Cabaret #D15065
Tints of Cabaret #D15065
RGB
CMYK
RGB Variations
Color information
#D15065 (or 0xD15065) is known color: Cabaret. HEX triplet: D1, 50 and 65. RGB value is (209,80,101). Sum of RGB (Red+Green+Blue) = 209+80+101=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D15065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15065 is #2EAF9A. Grayscale: #797979. Windows color (decimal): -3059611 or 6639825. OLE color: 6639825.
HSL color Cylindrical-coordinate representation of color #D15065: hue angle of 350.23º 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 #D15065 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 101 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.18 |
| HSL | 350.23º | 0.58% | 0.57% | - |
| HSV(B) | 350.23º | 0.62% | 0.82% | - |
| XYZ | 31.51 | 20.23 | 14.56 | - |
| YUV | 120.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 101 | 0 | 0.62 | 0.52 | 0.18 | 350.23 | 0.58 | 0.57 |
| Hex | D1 | 50 | 65 | 0 | 3E | 34 | 12 | 15E | 3A | 39 |
| Octal | 321 | 120 | 145 | 0 | 76 | 64 | 22 | 536 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1100101 | 0 | 111110 | 110100 | 10010 | 101011110 | 111010 | 111001 |
Color Harmonies of #D15065
Complementary color
Monochromatic Colors of #D15065
Black with #D15065
Text Example
Text Example
White with #D15065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15065; }
p { color: rgb(209,80,101); }
H1.HeaderClassName
{
color: #D15065;
}
.AnyTagClassName
{
color: #D15065;
}
</style>
background-color css
<style>
a { background-color: #D15065; }
a { background-color: rgb(209,80,101); }
div.DivClassName
{
background-color: #D15065;
}
.BgClassName
{
background-color: #D15065;
}
</style>
border-color css
<style>
span { border-color: #D15065; }
span { border-color: rgb(209,80,101); }
td.TdClassName
{
border-color: #D15065;
}
.TagClassName
{
border-color: #D15065;
}
</style>