Shades of Cabaret #D04671
Tints of Cabaret #D04671
RGB
CMYK
RGB Variations
Color information
#D04671 (or 0xD04671) is known color: Cabaret. HEX triplet: D0, 46 and 71. RGB value is (208,70,113). Sum of RGB (Red+Green+Blue) = 208+70+113=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04671 is #2FB98E. Grayscale: #747474. Windows color (decimal): -3127695 or 7423696. OLE color: 7423696.
HSL color Cylindrical-coordinate representation of color #D04671: hue angle of 341.3º degrees, saturation: 0.59, 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 #D04671 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 113 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.18 |
| HSL | 341.3º | 0.59% | 0.55% | - |
| HSV(B) | 341.3º | 0.66% | 0.82% | - |
| XYZ | 31.18 | 18.98 | 17.64 | - |
| YUV | 116.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 113 | 0 | 0.66 | 0.46 | 0.18 | 341.3 | 0.59 | 0.55 |
| Hex | D0 | 46 | 71 | 0 | 42 | 2E | 12 | 155 | 3B | 37 |
| Octal | 320 | 106 | 161 | 0 | 102 | 56 | 22 | 525 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1110001 | 0 | 1000010 | 101110 | 10010 | 101010101 | 111011 | 110111 |
Color Harmonies of #D04671
Complementary color
Monochromatic Colors of #D04671
Black with #D04671
Text Example
Text Example
White with #D04671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04671; }
p { color: rgb(208,70,113); }
H1.HeaderClassName
{
color: #D04671;
}
.AnyTagClassName
{
color: #D04671;
}
</style>
background-color css
<style>
a { background-color: #D04671; }
a { background-color: rgb(208,70,113); }
div.DivClassName
{
background-color: #D04671;
}
.BgClassName
{
background-color: #D04671;
}
</style>
border-color css
<style>
span { border-color: #D04671; }
span { border-color: rgb(208,70,113); }
td.TdClassName
{
border-color: #D04671;
}
.TagClassName
{
border-color: #D04671;
}
</style>