Shades of Cabaret #DF5468
Tints of Cabaret #DF5468
RGB
CMYK
RGB Variations
Color information
#DF5468 (or 0xDF5468) is known color: Cabaret. HEX triplet: DF, 54 and 68. RGB value is (223,84,104). Sum of RGB (Red+Green+Blue) = 223+84+104=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5468 is #20AB97. Grayscale: #7F7F7F. Windows color (decimal): -2141080 or 6837471. OLE color: 6837471.
HSL color Cylindrical-coordinate representation of color #DF5468: hue angle of 351.37º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5468 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 104 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.13 |
| HSL | 351.37º | 0.68% | 0.6% | - |
| HSV(B) | 351.37º | 0.62% | 0.87% | - |
| XYZ | 36.1 | 23.03 | 15.64 | - |
| YUV | 127.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 104 | 0 | 0.62 | 0.53 | 0.13 | 351.37 | 0.68 | 0.6 |
| Hex | DF | 54 | 68 | 0 | 3E | 35 | D | 15F | 44 | 3C |
| Octal | 337 | 124 | 150 | 0 | 76 | 65 | 15 | 537 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1101000 | 0 | 111110 | 110101 | 1101 | 101011111 | 1000100 | 111100 |
Color Harmonies of #DF5468
Complementary color
Monochromatic Colors of #DF5468
Black with #DF5468
Text Example
Text Example
White with #DF5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5468; }
p { color: rgb(223,84,104); }
H1.HeaderClassName
{
color: #DF5468;
}
.AnyTagClassName
{
color: #DF5468;
}
</style>
background-color css
<style>
a { background-color: #DF5468; }
a { background-color: rgb(223,84,104); }
div.DivClassName
{
background-color: #DF5468;
}
.BgClassName
{
background-color: #DF5468;
}
</style>
border-color css
<style>
span { border-color: #DF5468; }
span { border-color: rgb(223,84,104); }
td.TdClassName
{
border-color: #DF5468;
}
.TagClassName
{
border-color: #DF5468;
}
</style>