Shades of Cabaret #D04371
Tints of Cabaret #D04371
RGB
CMYK
RGB Variations
Color information
#D04371 (or 0xD04371) is known color: Cabaret. HEX triplet: D0, 43 and 71. RGB value is (208,67,113). Sum of RGB (Red+Green+Blue) = 208+67+113=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D04371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04371 is #2FBC8E. Grayscale: #727272. Windows color (decimal): -3128463 or 7422928. OLE color: 7422928.
HSL color Cylindrical-coordinate representation of color #D04371: hue angle of 340.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04371 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 113 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.18 |
| HSL | 340.43º | 0.6% | 0.54% | - |
| HSV(B) | 340.43º | 0.68% | 0.82% | - |
| XYZ | 31 | 18.62 | 17.58 | - |
| YUV | 114.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 113 | 0 | 0.68 | 0.46 | 0.18 | 340.43 | 0.6 | 0.54 |
| Hex | D0 | 43 | 71 | 0 | 44 | 2E | 12 | 154 | 3C | 36 |
| Octal | 320 | 103 | 161 | 0 | 104 | 56 | 22 | 524 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1110001 | 0 | 1000100 | 101110 | 10010 | 101010100 | 111100 | 110110 |
Color Harmonies of #D04371
Complementary color
Monochromatic Colors of #D04371
Black with #D04371
Text Example
Text Example
White with #D04371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04371; }
p { color: rgb(208,67,113); }
H1.HeaderClassName
{
color: #D04371;
}
.AnyTagClassName
{
color: #D04371;
}
</style>
background-color css
<style>
a { background-color: #D04371; }
a { background-color: rgb(208,67,113); }
div.DivClassName
{
background-color: #D04371;
}
.BgClassName
{
background-color: #D04371;
}
</style>
border-color css
<style>
span { border-color: #D04371; }
span { border-color: rgb(208,67,113); }
td.TdClassName
{
border-color: #D04371;
}
.TagClassName
{
border-color: #D04371;
}
</style>