Shades of Cabaret #D04F72
Tints of Cabaret #D04F72
RGB
CMYK
RGB Variations
Color information
#D04F72 (or 0xD04F72) is known color: Cabaret. HEX triplet: D0, 4F and 72. RGB value is (208,79,114). Sum of RGB (Red+Green+Blue) = 208+79+114=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F72 is #2FB08D. Grayscale: #797979. Windows color (decimal): -3125390 or 7491536. OLE color: 7491536.
HSL color Cylindrical-coordinate representation of color #D04F72: hue angle of 343.72º 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 #D04F72 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 114 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.18 |
| HSL | 343.72º | 0.58% | 0.56% | - |
| HSV(B) | 343.72º | 0.62% | 0.82% | - |
| XYZ | 31.85 | 20.22 | 18.14 | - |
| YUV | 121.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 114 | 0 | 0.62 | 0.45 | 0.18 | 343.72 | 0.58 | 0.56 |
| Hex | D0 | 4F | 72 | 0 | 3E | 2D | 12 | 158 | 3A | 38 |
| Octal | 320 | 117 | 162 | 0 | 76 | 55 | 22 | 530 | 72 | 70 |
| Binary | 11010000 | 1001111 | 1110010 | 0 | 111110 | 101101 | 10010 | 101011000 | 111010 | 111000 |
Color Harmonies of #D04F72
Complementary color
Monochromatic Colors of #D04F72
Black with #D04F72
Text Example
Text Example
White with #D04F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F72; }
p { color: rgb(208,79,114); }
H1.HeaderClassName
{
color: #D04F72;
}
.AnyTagClassName
{
color: #D04F72;
}
</style>
background-color css
<style>
a { background-color: #D04F72; }
a { background-color: rgb(208,79,114); }
div.DivClassName
{
background-color: #D04F72;
}
.BgClassName
{
background-color: #D04F72;
}
</style>
border-color css
<style>
span { border-color: #D04F72; }
span { border-color: rgb(208,79,114); }
td.TdClassName
{
border-color: #D04F72;
}
.TagClassName
{
border-color: #D04F72;
}
</style>