Shades of Cabaret #D14571
Tints of Cabaret #D14571
RGB
CMYK
RGB Variations
Color information
#D14571 (or 0xD14571) is known color: Cabaret. HEX triplet: D1, 45 and 71. RGB value is (209,69,113). Sum of RGB (Red+Green+Blue) = 209+69+113=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D14571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14571 is #2EBA8E. Grayscale: #737373. Windows color (decimal): -3062415 or 7423441. OLE color: 7423441.
HSL color Cylindrical-coordinate representation of color #D14571: hue angle of 341.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14571 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 113 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.18 |
| HSL | 341.14º | 0.6% | 0.55% | - |
| HSV(B) | 341.14º | 0.67% | 0.82% | - |
| XYZ | 31.4 | 19 | 17.64 | - |
| YUV | 115.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 113 | 0 | 0.67 | 0.46 | 0.18 | 341.14 | 0.6 | 0.55 |
| Hex | D1 | 45 | 71 | 0 | 43 | 2E | 12 | 155 | 3C | 37 |
| Octal | 321 | 105 | 161 | 0 | 103 | 56 | 22 | 525 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1110001 | 0 | 1000011 | 101110 | 10010 | 101010101 | 111100 | 110111 |
Color Harmonies of #D14571
Complementary color
Monochromatic Colors of #D14571
Black with #D14571
Text Example
Text Example
White with #D14571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14571; }
p { color: rgb(209,69,113); }
H1.HeaderClassName
{
color: #D14571;
}
.AnyTagClassName
{
color: #D14571;
}
</style>
background-color css
<style>
a { background-color: #D14571; }
a { background-color: rgb(209,69,113); }
div.DivClassName
{
background-color: #D14571;
}
.BgClassName
{
background-color: #D14571;
}
</style>
border-color css
<style>
span { border-color: #D14571; }
span { border-color: rgb(209,69,113); }
td.TdClassName
{
border-color: #D14571;
}
.TagClassName
{
border-color: #D14571;
}
</style>