Shades of Cabaret #DF5369
Tints of Cabaret #DF5369
RGB
CMYK
RGB Variations
Color information
#DF5369 (or 0xDF5369) is known color: Cabaret. HEX triplet: DF, 53 and 69. RGB value is (223,83,105). Sum of RGB (Red+Green+Blue) = 223+83+105=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5369 is #20AC96. Grayscale: #7F7F7F. Windows color (decimal): -2141335 or 6902751. OLE color: 6902751.
HSL color Cylindrical-coordinate representation of color #DF5369: hue angle of 350.57º 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 #DF5369 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 105 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.13 |
| HSL | 350.57º | 0.69% | 0.6% | - |
| HSV(B) | 350.57º | 0.63% | 0.87% | - |
| XYZ | 36.07 | 22.89 | 15.88 | - |
| YUV | 127.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 105 | 0 | 0.63 | 0.53 | 0.13 | 350.57 | 0.69 | 0.6 |
| Hex | DF | 53 | 69 | 0 | 3F | 35 | D | 15F | 45 | 3C |
| Octal | 337 | 123 | 151 | 0 | 77 | 65 | 15 | 537 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1101001 | 0 | 111111 | 110101 | 1101 | 101011111 | 1000101 | 111100 |
Color Harmonies of #DF5369
Complementary color
Monochromatic Colors of #DF5369
Black with #DF5369
Text Example
Text Example
White with #DF5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5369; }
p { color: rgb(223,83,105); }
H1.HeaderClassName
{
color: #DF5369;
}
.AnyTagClassName
{
color: #DF5369;
}
</style>
background-color css
<style>
a { background-color: #DF5369; }
a { background-color: rgb(223,83,105); }
div.DivClassName
{
background-color: #DF5369;
}
.BgClassName
{
background-color: #DF5369;
}
</style>
border-color css
<style>
span { border-color: #DF5369; }
span { border-color: rgb(223,83,105); }
td.TdClassName
{
border-color: #DF5369;
}
.TagClassName
{
border-color: #DF5369;
}
</style>