Shades of Cabaret #DF5065
Tints of Cabaret #DF5065
RGB
CMYK
RGB Variations
Color information
#DF5065 (or 0xDF5065) is known color: Cabaret. HEX triplet: DF, 50 and 65. RGB value is (223,80,101). Sum of RGB (Red+Green+Blue) = 223+80+101=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5065 is #20AF9A. Grayscale: #7D7D7D. Windows color (decimal): -2142107 or 6639839. OLE color: 6639839.
HSL color Cylindrical-coordinate representation of color #DF5065: hue angle of 351.19º 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 #DF5065 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 101 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.13 |
| HSL | 351.19º | 0.69% | 0.59% | - |
| HSV(B) | 351.19º | 0.64% | 0.87% | - |
| XYZ | 35.65 | 22.36 | 14.75 | - |
| YUV | 125.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 101 | 0 | 0.64 | 0.55 | 0.13 | 351.19 | 0.69 | 0.59 |
| Hex | DF | 50 | 65 | 0 | 40 | 37 | D | 15F | 45 | 3B |
| Octal | 337 | 120 | 145 | 0 | 100 | 67 | 15 | 537 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1100101 | 0 | 1000000 | 110111 | 1101 | 101011111 | 1000101 | 111011 |
Color Harmonies of #DF5065
Complementary color
Monochromatic Colors of #DF5065
Black with #DF5065
Text Example
Text Example
White with #DF5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5065; }
p { color: rgb(223,80,101); }
H1.HeaderClassName
{
color: #DF5065;
}
.AnyTagClassName
{
color: #DF5065;
}
</style>
background-color css
<style>
a { background-color: #DF5065; }
a { background-color: rgb(223,80,101); }
div.DivClassName
{
background-color: #DF5065;
}
.BgClassName
{
background-color: #DF5065;
}
</style>
border-color css
<style>
span { border-color: #DF5065; }
span { border-color: rgb(223,80,101); }
td.TdClassName
{
border-color: #DF5065;
}
.TagClassName
{
border-color: #DF5065;
}
</style>