Shades of Cabaret #DF586B
Tints of Cabaret #DF586B
RGB
CMYK
RGB Variations
Color information
#DF586B (or 0xDF586B) is known color: Cabaret. HEX triplet: DF, 58 and 6B. RGB value is (223,88,107). Sum of RGB (Red+Green+Blue) = 223+88+107=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF586B is #20A794. Grayscale: #828282. Windows color (decimal): -2140053 or 7035103. OLE color: 7035103.
HSL color Cylindrical-coordinate representation of color #DF586B: hue angle of 351.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF586B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 107 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.13 |
| HSL | 351.56º | 0.68% | 0.61% | - |
| HSV(B) | 351.56º | 0.61% | 0.87% | - |
| XYZ | 36.58 | 23.73 | 16.56 | - |
| YUV | 130.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 107 | 0 | 0.61 | 0.52 | 0.13 | 351.56 | 0.68 | 0.61 |
| Hex | DF | 58 | 6B | 0 | 3D | 34 | D | 160 | 44 | 3D |
| Octal | 337 | 130 | 153 | 0 | 75 | 64 | 15 | 540 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1101011 | 0 | 111101 | 110100 | 1101 | 101100000 | 1000100 | 111101 |
Color Harmonies of #DF586B
Complementary color
Monochromatic Colors of #DF586B
Black with #DF586B
Text Example
Text Example
White with #DF586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF586B; }
p { color: rgb(223,88,107); }
H1.HeaderClassName
{
color: #DF586B;
}
.AnyTagClassName
{
color: #DF586B;
}
</style>
background-color css
<style>
a { background-color: #DF586B; }
a { background-color: rgb(223,88,107); }
div.DivClassName
{
background-color: #DF586B;
}
.BgClassName
{
background-color: #DF586B;
}
</style>
border-color css
<style>
span { border-color: #DF586B; }
span { border-color: rgb(223,88,107); }
td.TdClassName
{
border-color: #DF586B;
}
.TagClassName
{
border-color: #DF586B;
}
</style>