Shades of Cabaret #DF5366
Tints of Cabaret #DF5366
RGB
CMYK
RGB Variations
Color information
#DF5366 (or 0xDF5366) is known color: Cabaret. HEX triplet: DF, 53 and 66. RGB value is (223,83,102). Sum of RGB (Red+Green+Blue) = 223+83+102=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5366 is #20AC99. Grayscale: #7F7F7F. Windows color (decimal): -2141338 or 6706143. OLE color: 6706143.
HSL color Cylindrical-coordinate representation of color #DF5366: hue angle of 351.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5366 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 102 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.13 |
| HSL | 351.86º | 0.69% | 0.6% | - |
| HSV(B) | 351.86º | 0.63% | 0.87% | - |
| XYZ | 35.92 | 22.83 | 15.08 | - |
| YUV | 127.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 102 | 0 | 0.63 | 0.54 | 0.13 | 351.86 | 0.69 | 0.6 |
| Hex | DF | 53 | 66 | 0 | 3F | 36 | D | 160 | 45 | 3C |
| Octal | 337 | 123 | 146 | 0 | 77 | 66 | 15 | 540 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1100110 | 0 | 111111 | 110110 | 1101 | 101100000 | 1000101 | 111100 |
Color Harmonies of #DF5366
Complementary color
Monochromatic Colors of #DF5366
Black with #DF5366
Text Example
Text Example
White with #DF5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5366; }
p { color: rgb(223,83,102); }
H1.HeaderClassName
{
color: #DF5366;
}
.AnyTagClassName
{
color: #DF5366;
}
</style>
background-color css
<style>
a { background-color: #DF5366; }
a { background-color: rgb(223,83,102); }
div.DivClassName
{
background-color: #DF5366;
}
.BgClassName
{
background-color: #DF5366;
}
</style>
border-color css
<style>
span { border-color: #DF5366; }
span { border-color: rgb(223,83,102); }
td.TdClassName
{
border-color: #DF5366;
}
.TagClassName
{
border-color: #DF5366;
}
</style>