Shades of Cabaret #DF5868
Tints of Cabaret #DF5868
RGB
CMYK
RGB Variations
Color information
#DF5868 (or 0xDF5868) is known color: Cabaret. HEX triplet: DF, 58 and 68. RGB value is (223,88,104). Sum of RGB (Red+Green+Blue) = 223+88+104=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5868 is #20A797. Grayscale: #828282. Windows color (decimal): -2140056 or 6838495. OLE color: 6838495.
HSL color Cylindrical-coordinate representation of color #DF5868: hue angle of 352.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5868 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 104 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.13 |
| HSL | 352.89º | 0.68% | 0.61% | - |
| HSV(B) | 352.89º | 0.61% | 0.87% | - |
| XYZ | 36.42 | 23.67 | 15.75 | - |
| YUV | 130.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 104 | 0 | 0.61 | 0.53 | 0.13 | 352.89 | 0.68 | 0.61 |
| Hex | DF | 58 | 68 | 0 | 3D | 35 | D | 161 | 44 | 3D |
| Octal | 337 | 130 | 150 | 0 | 75 | 65 | 15 | 541 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1101000 | 0 | 111101 | 110101 | 1101 | 101100001 | 1000100 | 111101 |
Color Harmonies of #DF5868
Complementary color
Monochromatic Colors of #DF5868
Black with #DF5868
Text Example
Text Example
White with #DF5868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5868; }
p { color: rgb(223,88,104); }
H1.HeaderClassName
{
color: #DF5868;
}
.AnyTagClassName
{
color: #DF5868;
}
</style>
background-color css
<style>
a { background-color: #DF5868; }
a { background-color: rgb(223,88,104); }
div.DivClassName
{
background-color: #DF5868;
}
.BgClassName
{
background-color: #DF5868;
}
</style>
border-color css
<style>
span { border-color: #DF5868; }
span { border-color: rgb(223,88,104); }
td.TdClassName
{
border-color: #DF5868;
}
.TagClassName
{
border-color: #DF5868;
}
</style>