Shades of Cabaret #DF4963
Tints of Cabaret #DF4963
RGB
CMYK
RGB Variations
Color information
#DF4963 (or 0xDF4963) is known color: Cabaret. HEX triplet: DF, 49 and 63. RGB value is (223,73,99). Sum of RGB (Red+Green+Blue) = 223+73+99=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4963 is #20B69C. Grayscale: #787878. Windows color (decimal): -2143901 or 6506975. OLE color: 6506975.
HSL color Cylindrical-coordinate representation of color #DF4963: hue angle of 349.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4963 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 99 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.13 |
| HSL | 349.6º | 0.7% | 0.58% | - |
| HSV(B) | 349.6º | 0.67% | 0.87% | - |
| XYZ | 35.07 | 21.35 | 14.08 | - |
| YUV | 120.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 99 | 0 | 0.67 | 0.56 | 0.13 | 349.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 63 | 0 | 43 | 38 | D | 15E | 46 | 3A |
| Octal | 337 | 111 | 143 | 0 | 103 | 70 | 15 | 536 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1100011 | 0 | 1000011 | 111000 | 1101 | 101011110 | 1000110 | 111010 |
Color Harmonies of #DF4963
Complementary color
Monochromatic Colors of #DF4963
Black with #DF4963
Text Example
Text Example
White with #DF4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4963; }
p { color: rgb(223,73,99); }
H1.HeaderClassName
{
color: #DF4963;
}
.AnyTagClassName
{
color: #DF4963;
}
</style>
background-color css
<style>
a { background-color: #DF4963; }
a { background-color: rgb(223,73,99); }
div.DivClassName
{
background-color: #DF4963;
}
.BgClassName
{
background-color: #DF4963;
}
</style>
border-color css
<style>
span { border-color: #DF4963; }
span { border-color: rgb(223,73,99); }
td.TdClassName
{
border-color: #DF4963;
}
.TagClassName
{
border-color: #DF4963;
}
</style>