Shades of Cabaret #D04F73
Tints of Cabaret #D04F73
RGB
CMYK
RGB Variations
Color information
#D04F73 (or 0xD04F73) is known color: Cabaret. HEX triplet: D0, 4F and 73. RGB value is (208,79,115). Sum of RGB (Red+Green+Blue) = 208+79+115=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F73 is #2FB08C. Grayscale: #797979. Windows color (decimal): -3125389 or 7557072. OLE color: 7557072.
HSL color Cylindrical-coordinate representation of color #D04F73: hue angle of 343.26º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F73 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 115 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.18 |
| HSL | 343.26º | 0.58% | 0.56% | - |
| HSV(B) | 343.26º | 0.62% | 0.82% | - |
| XYZ | 31.9 | 20.24 | 18.44 | - |
| YUV | 121.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 115 | 0 | 0.62 | 0.45 | 0.18 | 343.26 | 0.58 | 0.56 |
| Hex | D0 | 4F | 73 | 0 | 3E | 2D | 12 | 157 | 3A | 38 |
| Octal | 320 | 117 | 163 | 0 | 76 | 55 | 22 | 527 | 72 | 70 |
| Binary | 11010000 | 1001111 | 1110011 | 0 | 111110 | 101101 | 10010 | 101010111 | 111010 | 111000 |
Color Harmonies of #D04F73
Complementary color
Monochromatic Colors of #D04F73
Black with #D04F73
Text Example
Text Example
White with #D04F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F73; }
p { color: rgb(208,79,115); }
H1.HeaderClassName
{
color: #D04F73;
}
.AnyTagClassName
{
color: #D04F73;
}
</style>
background-color css
<style>
a { background-color: #D04F73; }
a { background-color: rgb(208,79,115); }
div.DivClassName
{
background-color: #D04F73;
}
.BgClassName
{
background-color: #D04F73;
}
</style>
border-color css
<style>
span { border-color: #D04F73; }
span { border-color: rgb(208,79,115); }
td.TdClassName
{
border-color: #D04F73;
}
.TagClassName
{
border-color: #D04F73;
}
</style>