Shades of Cabaret #D04571
Tints of Cabaret #D04571
RGB
CMYK
RGB Variations
Color information
#D04571 (or 0xD04571) is known color: Cabaret. HEX triplet: D0, 45 and 71. RGB value is (208,69,113). Sum of RGB (Red+Green+Blue) = 208+69+113=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D04571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04571 is #2FBA8E. Grayscale: #737373. Windows color (decimal): -3127951 or 7423440. OLE color: 7423440.
HSL color Cylindrical-coordinate representation of color #D04571: hue angle of 341.01º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04571 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 113 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.18 |
| HSL | 341.01º | 0.6% | 0.54% | - |
| HSV(B) | 341.01º | 0.67% | 0.82% | - |
| XYZ | 31.12 | 18.86 | 17.62 | - |
| YUV | 115.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 113 | 0 | 0.67 | 0.46 | 0.18 | 341.01 | 0.6 | 0.54 |
| Hex | D0 | 45 | 71 | 0 | 43 | 2E | 12 | 155 | 3C | 36 |
| Octal | 320 | 105 | 161 | 0 | 103 | 56 | 22 | 525 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1110001 | 0 | 1000011 | 101110 | 10010 | 101010101 | 111100 | 110110 |
Color Harmonies of #D04571
Complementary color
Monochromatic Colors of #D04571
Black with #D04571
Text Example
Text Example
White with #D04571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04571; }
p { color: rgb(208,69,113); }
H1.HeaderClassName
{
color: #D04571;
}
.AnyTagClassName
{
color: #D04571;
}
</style>
background-color css
<style>
a { background-color: #D04571; }
a { background-color: rgb(208,69,113); }
div.DivClassName
{
background-color: #D04571;
}
.BgClassName
{
background-color: #D04571;
}
</style>
border-color css
<style>
span { border-color: #D04571; }
span { border-color: rgb(208,69,113); }
td.TdClassName
{
border-color: #D04571;
}
.TagClassName
{
border-color: #D04571;
}
</style>