Shades of Cabaret #DF4865
Tints of Cabaret #DF4865
RGB
CMYK
RGB Variations
Color information
#DF4865 (or 0xDF4865) is known color: Cabaret. HEX triplet: DF, 48 and 65. RGB value is (223,72,101). Sum of RGB (Red+Green+Blue) = 223+72+101=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4865 is #20B79A. Grayscale: #787878. Windows color (decimal): -2144155 or 6637791. OLE color: 6637791.
HSL color Cylindrical-coordinate representation of color #DF4865: hue angle of 348.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4865 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 101 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.13 |
| HSL | 348.48º | 0.7% | 0.58% | - |
| HSV(B) | 348.48º | 0.68% | 0.87% | - |
| XYZ | 35.1 | 21.26 | 14.57 | - |
| YUV | 120.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 101 | 0 | 0.68 | 0.55 | 0.13 | 348.48 | 0.7 | 0.58 |
| Hex | DF | 48 | 65 | 0 | 44 | 37 | D | 15C | 46 | 3A |
| Octal | 337 | 110 | 145 | 0 | 104 | 67 | 15 | 534 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1100101 | 0 | 1000100 | 110111 | 1101 | 101011100 | 1000110 | 111010 |
Color Harmonies of #DF4865
Complementary color
Monochromatic Colors of #DF4865
Black with #DF4865
Text Example
Text Example
White with #DF4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4865; }
p { color: rgb(223,72,101); }
H1.HeaderClassName
{
color: #DF4865;
}
.AnyTagClassName
{
color: #DF4865;
}
</style>
background-color css
<style>
a { background-color: #DF4865; }
a { background-color: rgb(223,72,101); }
div.DivClassName
{
background-color: #DF4865;
}
.BgClassName
{
background-color: #DF4865;
}
</style>
border-color css
<style>
span { border-color: #DF4865; }
span { border-color: rgb(223,72,101); }
td.TdClassName
{
border-color: #DF4865;
}
.TagClassName
{
border-color: #DF4865;
}
</style>