Shades of Cabaret #D14762
Tints of Cabaret #D14762
RGB
CMYK
RGB Variations
Color information
#D14762 (or 0xD14762) is known color: Cabaret. HEX triplet: D1, 47 and 62. RGB value is (209,71,98). Sum of RGB (Red+Green+Blue) = 209+71+98=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14762 is #2EB89D. Grayscale: #737373. Windows color (decimal): -3061918 or 6440913. OLE color: 6440913.
HSL color Cylindrical-coordinate representation of color #D14762: hue angle of 348.26º 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 #D14762 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 98 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.18 |
| HSL | 348.26º | 0.6% | 0.55% | - |
| HSV(B) | 348.26º | 0.66% | 0.82% | - |
| XYZ | 30.75 | 18.94 | 13.59 | - |
| YUV | 115.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 98 | 0 | 0.66 | 0.53 | 0.18 | 348.26 | 0.6 | 0.55 |
| Hex | D1 | 47 | 62 | 0 | 42 | 35 | 12 | 15C | 3C | 37 |
| Octal | 321 | 107 | 142 | 0 | 102 | 65 | 22 | 534 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1100010 | 0 | 1000010 | 110101 | 10010 | 101011100 | 111100 | 110111 |
Color Harmonies of #D14762
Complementary color
Monochromatic Colors of #D14762
Black with #D14762
Text Example
Text Example
White with #D14762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14762; }
p { color: rgb(209,71,98); }
H1.HeaderClassName
{
color: #D14762;
}
.AnyTagClassName
{
color: #D14762;
}
</style>
background-color css
<style>
a { background-color: #D14762; }
a { background-color: rgb(209,71,98); }
div.DivClassName
{
background-color: #D14762;
}
.BgClassName
{
background-color: #D14762;
}
</style>
border-color css
<style>
span { border-color: #D14762; }
span { border-color: rgb(209,71,98); }
td.TdClassName
{
border-color: #D14762;
}
.TagClassName
{
border-color: #D14762;
}
</style>