Shades of Cabaret #D04663
Tints of Cabaret #D04663
RGB
CMYK
RGB Variations
Color information
#D04663 (or 0xD04663) is known color: Cabaret. HEX triplet: D0, 46 and 63. RGB value is (208,70,99). Sum of RGB (Red+Green+Blue) = 208+70+99=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D04663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04663 is #2FB99C. Grayscale: #727272. Windows color (decimal): -3127709 or 6506192. OLE color: 6506192.
HSL color Cylindrical-coordinate representation of color #D04663: hue angle of 347.39º 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 #D04663 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 99 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.18 |
| HSL | 347.39º | 0.59% | 0.55% | - |
| HSV(B) | 347.39º | 0.66% | 0.82% | - |
| XYZ | 30.45 | 18.69 | 13.81 | - |
| YUV | 114.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 99 | 0 | 0.66 | 0.52 | 0.18 | 347.39 | 0.59 | 0.55 |
| Hex | D0 | 46 | 63 | 0 | 42 | 34 | 12 | 15B | 3B | 37 |
| Octal | 320 | 106 | 143 | 0 | 102 | 64 | 22 | 533 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1100011 | 0 | 1000010 | 110100 | 10010 | 101011011 | 111011 | 110111 |
Color Harmonies of #D04663
Complementary color
Monochromatic Colors of #D04663
Black with #D04663
Text Example
Text Example
White with #D04663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04663; }
p { color: rgb(208,70,99); }
H1.HeaderClassName
{
color: #D04663;
}
.AnyTagClassName
{
color: #D04663;
}
</style>
background-color css
<style>
a { background-color: #D04663; }
a { background-color: rgb(208,70,99); }
div.DivClassName
{
background-color: #D04663;
}
.BgClassName
{
background-color: #D04663;
}
</style>
border-color css
<style>
span { border-color: #D04663; }
span { border-color: rgb(208,70,99); }
td.TdClassName
{
border-color: #D04663;
}
.TagClassName
{
border-color: #D04663;
}
</style>