Shades of Cabaret #D04F6D
Tints of Cabaret #D04F6D
RGB
CMYK
RGB Variations
Color information
#D04F6D (or 0xD04F6D) is known color: Cabaret. HEX triplet: D0, 4F and 6D. RGB value is (208,79,109). Sum of RGB (Red+Green+Blue) = 208+79+109=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F6D is #2FB092. Grayscale: #787878. Windows color (decimal): -3125395 or 7163856. OLE color: 7163856.
HSL color Cylindrical-coordinate representation of color #D04F6D: hue angle of 346.05º 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 #D04F6D is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 109 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.18 |
| HSL | 346.05º | 0.58% | 0.56% | - |
| HSV(B) | 346.05º | 0.62% | 0.82% | - |
| XYZ | 31.57 | 20.11 | 16.68 | - |
| YUV | 120.99 | 121.24 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 109 | 0 | 0.62 | 0.48 | 0.18 | 346.05 | 0.58 | 0.56 |
| Hex | D0 | 4F | 6D | 0 | 3E | 30 | 12 | 15A | 3A | 38 |
| Octal | 320 | 117 | 155 | 0 | 76 | 60 | 22 | 532 | 72 | 70 |
| Binary | 11010000 | 1001111 | 1101101 | 0 | 111110 | 110000 | 10010 | 101011010 | 111010 | 111000 |
Color Harmonies of #D04F6D
Complementary color
Monochromatic Colors of #D04F6D
Black with #D04F6D
Text Example
Text Example
White with #D04F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F6D; }
p { color: rgb(208,79,109); }
H1.HeaderClassName
{
color: #D04F6D;
}
.AnyTagClassName
{
color: #D04F6D;
}
</style>
background-color css
<style>
a { background-color: #D04F6D; }
a { background-color: rgb(208,79,109); }
div.DivClassName
{
background-color: #D04F6D;
}
.BgClassName
{
background-color: #D04F6D;
}
</style>
border-color css
<style>
span { border-color: #D04F6D; }
span { border-color: rgb(208,79,109); }
td.TdClassName
{
border-color: #D04F6D;
}
.TagClassName
{
border-color: #D04F6D;
}
</style>