Shades of Cabaret #DF5067
Tints of Cabaret #DF5067
RGB
CMYK
RGB Variations
Color information
#DF5067 (or 0xDF5067) is known color: Cabaret. HEX triplet: DF, 50 and 67. RGB value is (223,80,103). Sum of RGB (Red+Green+Blue) = 223+80+103=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5067 is #20AF98. Grayscale: #7D7D7D. Windows color (decimal): -2142105 or 6770911. OLE color: 6770911.
HSL color Cylindrical-coordinate representation of color #DF5067: hue angle of 350.35º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5067 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 103 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.13 |
| HSL | 350.35º | 0.69% | 0.59% | - |
| HSV(B) | 350.35º | 0.64% | 0.87% | - |
| XYZ | 35.75 | 22.4 | 15.27 | - |
| YUV | 125.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 103 | 0 | 0.64 | 0.54 | 0.13 | 350.35 | 0.69 | 0.59 |
| Hex | DF | 50 | 67 | 0 | 40 | 36 | D | 15E | 45 | 3B |
| Octal | 337 | 120 | 147 | 0 | 100 | 66 | 15 | 536 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1100111 | 0 | 1000000 | 110110 | 1101 | 101011110 | 1000101 | 111011 |
Color Harmonies of #DF5067
Complementary color
Monochromatic Colors of #DF5067
Black with #DF5067
Text Example
Text Example
White with #DF5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5067; }
p { color: rgb(223,80,103); }
H1.HeaderClassName
{
color: #DF5067;
}
.AnyTagClassName
{
color: #DF5067;
}
</style>
background-color css
<style>
a { background-color: #DF5067; }
a { background-color: rgb(223,80,103); }
div.DivClassName
{
background-color: #DF5067;
}
.BgClassName
{
background-color: #DF5067;
}
</style>
border-color css
<style>
span { border-color: #DF5067; }
span { border-color: rgb(223,80,103); }
td.TdClassName
{
border-color: #DF5067;
}
.TagClassName
{
border-color: #DF5067;
}
</style>