Shades of Cabaret #DF5768
Tints of Cabaret #DF5768
RGB
CMYK
RGB Variations
Color information
#DF5768 (or 0xDF5768) is known color: Cabaret. HEX triplet: DF, 57 and 68. RGB value is (223,87,104). Sum of RGB (Red+Green+Blue) = 223+87+104=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5768 is #20A897. Grayscale: #818181. Windows color (decimal): -2140312 or 6838239. OLE color: 6838239.
HSL color Cylindrical-coordinate representation of color #DF5768: hue angle of 352.5º 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 #DF5768 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 104 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.13 |
| HSL | 352.5º | 0.68% | 0.61% | - |
| HSV(B) | 352.5º | 0.61% | 0.87% | - |
| XYZ | 36.34 | 23.5 | 15.72 | - |
| YUV | 129.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 104 | 0 | 0.61 | 0.53 | 0.13 | 352.5 | 0.68 | 0.61 |
| Hex | DF | 57 | 68 | 0 | 3D | 35 | D | 160 | 44 | 3D |
| Octal | 337 | 127 | 150 | 0 | 75 | 65 | 15 | 540 | 104 | 75 |
| Binary | 11011111 | 1010111 | 1101000 | 0 | 111101 | 110101 | 1101 | 101100000 | 1000100 | 111101 |
Color Harmonies of #DF5768
Complementary color
Monochromatic Colors of #DF5768
Black with #DF5768
Text Example
Text Example
White with #DF5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5768; }
p { color: rgb(223,87,104); }
H1.HeaderClassName
{
color: #DF5768;
}
.AnyTagClassName
{
color: #DF5768;
}
</style>
background-color css
<style>
a { background-color: #DF5768; }
a { background-color: rgb(223,87,104); }
div.DivClassName
{
background-color: #DF5768;
}
.BgClassName
{
background-color: #DF5768;
}
</style>
border-color css
<style>
span { border-color: #DF5768; }
span { border-color: rgb(223,87,104); }
td.TdClassName
{
border-color: #DF5768;
}
.TagClassName
{
border-color: #DF5768;
}
</style>