Shades of Cabaret #DF4965
Tints of Cabaret #DF4965
RGB
CMYK
RGB Variations
Color information
#DF4965 (or 0xDF4965) is known color: Cabaret. HEX triplet: DF, 49 and 65. RGB value is (223,73,101). Sum of RGB (Red+Green+Blue) = 223+73+101=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4965 is #20B69A. Grayscale: #797979. Windows color (decimal): -2143899 or 6638047. OLE color: 6638047.
HSL color Cylindrical-coordinate representation of color #DF4965: hue angle of 348.8º 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 #DF4965 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 101 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.13 |
| HSL | 348.8º | 0.7% | 0.58% | - |
| HSV(B) | 348.8º | 0.67% | 0.87% | - |
| XYZ | 35.16 | 21.39 | 14.59 | - |
| YUV | 121.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 101 | 0 | 0.67 | 0.55 | 0.13 | 348.8 | 0.7 | 0.58 |
| Hex | DF | 49 | 65 | 0 | 43 | 37 | D | 15D | 46 | 3A |
| Octal | 337 | 111 | 145 | 0 | 103 | 67 | 15 | 535 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1100101 | 0 | 1000011 | 110111 | 1101 | 101011101 | 1000110 | 111010 |
Color Harmonies of #DF4965
Complementary color
Monochromatic Colors of #DF4965
Black with #DF4965
Text Example
Text Example
White with #DF4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4965; }
p { color: rgb(223,73,101); }
H1.HeaderClassName
{
color: #DF4965;
}
.AnyTagClassName
{
color: #DF4965;
}
</style>
background-color css
<style>
a { background-color: #DF4965; }
a { background-color: rgb(223,73,101); }
div.DivClassName
{
background-color: #DF4965;
}
.BgClassName
{
background-color: #DF4965;
}
</style>
border-color css
<style>
span { border-color: #DF4965; }
span { border-color: rgb(223,73,101); }
td.TdClassName
{
border-color: #DF4965;
}
.TagClassName
{
border-color: #DF4965;
}
</style>