Shades of Cabaret #D15165
Tints of Cabaret #D15165
RGB
CMYK
RGB Variations
Color information
#D15165 (or 0xD15165) is known color: Cabaret. HEX triplet: D1, 51 and 65. RGB value is (209,81,101). Sum of RGB (Red+Green+Blue) = 209+81+101=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D15165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15165 is #2EAE9A. Grayscale: #797979. Windows color (decimal): -3059355 or 6640081. OLE color: 6640081.
HSL color Cylindrical-coordinate representation of color #D15165: hue angle of 350.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15165 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 101 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.18 |
| HSL | 350.63º | 0.58% | 0.57% | - |
| HSV(B) | 350.63º | 0.61% | 0.82% | - |
| XYZ | 31.59 | 20.38 | 14.58 | - |
| YUV | 121.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 101 | 0 | 0.61 | 0.52 | 0.18 | 350.63 | 0.58 | 0.57 |
| Hex | D1 | 51 | 65 | 0 | 3D | 34 | 12 | 15F | 3A | 39 |
| Octal | 321 | 121 | 145 | 0 | 75 | 64 | 22 | 537 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1100101 | 0 | 111101 | 110100 | 10010 | 101011111 | 111010 | 111001 |
Color Harmonies of #D15165
Complementary color
Monochromatic Colors of #D15165
Black with #D15165
Text Example
Text Example
White with #D15165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15165; }
p { color: rgb(209,81,101); }
H1.HeaderClassName
{
color: #D15165;
}
.AnyTagClassName
{
color: #D15165;
}
</style>
background-color css
<style>
a { background-color: #D15165; }
a { background-color: rgb(209,81,101); }
div.DivClassName
{
background-color: #D15165;
}
.BgClassName
{
background-color: #D15165;
}
</style>
border-color css
<style>
span { border-color: #D15165; }
span { border-color: rgb(209,81,101); }
td.TdClassName
{
border-color: #D15165;
}
.TagClassName
{
border-color: #D15165;
}
</style>