Shades of Cabaret #D14771
Tints of Cabaret #D14771
RGB
CMYK
RGB Variations
Color information
#D14771 (or 0xD14771) is known color: Cabaret. HEX triplet: D1, 47 and 71. RGB value is (209,71,113). Sum of RGB (Red+Green+Blue) = 209+71+113=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14771 is #2EB88E. Grayscale: #757575. Windows color (decimal): -3061903 or 7423953. OLE color: 7423953.
HSL color Cylindrical-coordinate representation of color #D14771: hue angle of 341.74º 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 #D14771 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 113 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.18 |
| HSL | 341.74º | 0.6% | 0.55% | - |
| HSV(B) | 341.74º | 0.66% | 0.82% | - |
| XYZ | 31.53 | 19.25 | 17.68 | - |
| YUV | 117.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 113 | 0 | 0.66 | 0.46 | 0.18 | 341.74 | 0.6 | 0.55 |
| Hex | D1 | 47 | 71 | 0 | 42 | 2E | 12 | 156 | 3C | 37 |
| Octal | 321 | 107 | 161 | 0 | 102 | 56 | 22 | 526 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1110001 | 0 | 1000010 | 101110 | 10010 | 101010110 | 111100 | 110111 |
Color Harmonies of #D14771
Complementary color
Monochromatic Colors of #D14771
Black with #D14771
Text Example
Text Example
White with #D14771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14771; }
p { color: rgb(209,71,113); }
H1.HeaderClassName
{
color: #D14771;
}
.AnyTagClassName
{
color: #D14771;
}
</style>
background-color css
<style>
a { background-color: #D14771; }
a { background-color: rgb(209,71,113); }
div.DivClassName
{
background-color: #D14771;
}
.BgClassName
{
background-color: #D14771;
}
</style>
border-color css
<style>
span { border-color: #D14771; }
span { border-color: rgb(209,71,113); }
td.TdClassName
{
border-color: #D14771;
}
.TagClassName
{
border-color: #D14771;
}
</style>