Shades of Cabaret #D14863
Tints of Cabaret #D14863
RGB
CMYK
RGB Variations
Color information
#D14863 (or 0xD14863) is known color: Cabaret. HEX triplet: D1, 48 and 63. RGB value is (209,72,99). Sum of RGB (Red+Green+Blue) = 209+72+99=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D14863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14863 is #2EB79C. Grayscale: #747474. Windows color (decimal): -3061661 or 6506705. OLE color: 6506705.
HSL color Cylindrical-coordinate representation of color #D14863: hue angle of 348.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14863 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 99 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.18 |
| HSL | 348.18º | 0.6% | 0.55% | - |
| HSV(B) | 348.18º | 0.66% | 0.82% | - |
| XYZ | 30.86 | 19.09 | 13.86 | - |
| YUV | 116.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 99 | 0 | 0.66 | 0.53 | 0.18 | 348.18 | 0.6 | 0.55 |
| Hex | D1 | 48 | 63 | 0 | 42 | 35 | 12 | 15C | 3C | 37 |
| Octal | 321 | 110 | 143 | 0 | 102 | 65 | 22 | 534 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1100011 | 0 | 1000010 | 110101 | 10010 | 101011100 | 111100 | 110111 |
Color Harmonies of #D14863
Complementary color
Monochromatic Colors of #D14863
Black with #D14863
Text Example
Text Example
White with #D14863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14863; }
p { color: rgb(209,72,99); }
H1.HeaderClassName
{
color: #D14863;
}
.AnyTagClassName
{
color: #D14863;
}
</style>
background-color css
<style>
a { background-color: #D14863; }
a { background-color: rgb(209,72,99); }
div.DivClassName
{
background-color: #D14863;
}
.BgClassName
{
background-color: #D14863;
}
</style>
border-color css
<style>
span { border-color: #D14863; }
span { border-color: rgb(209,72,99); }
td.TdClassName
{
border-color: #D14863;
}
.TagClassName
{
border-color: #D14863;
}
</style>