Shades of Cabaret #D5586C
Tints of Cabaret #D5586C
RGB
CMYK
RGB Variations
Color information
#D5586C (or 0xD5586C) is known color: Cabaret. HEX triplet: D5, 58 and 6C. RGB value is (213,88,108). Sum of RGB (Red+Green+Blue) = 213+88+108=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5586C is #2AA793. Grayscale: #7F7F7F. Windows color (decimal): -2795412 or 7100629. OLE color: 7100629.
HSL color Cylindrical-coordinate representation of color #D5586C: hue angle of 350.4º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5586C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 108 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.16 |
| HSL | 350.4º | 0.6% | 0.59% | - |
| HSV(B) | 350.4º | 0.59% | 0.84% | - |
| XYZ | 33.64 | 22.21 | 16.7 | - |
| YUV | 127.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 108 | 0 | 0.59 | 0.49 | 0.16 | 350.4 | 0.6 | 0.59 |
| Hex | D5 | 58 | 6C | 0 | 3B | 31 | 10 | 15E | 3C | 3B |
| Octal | 325 | 130 | 154 | 0 | 73 | 61 | 20 | 536 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1101100 | 0 | 111011 | 110001 | 10000 | 101011110 | 111100 | 111011 |
Color Harmonies of #D5586C
Complementary color
Monochromatic Colors of #D5586C
Black with #D5586C
Text Example
Text Example
White with #D5586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5586C; }
p { color: rgb(213,88,108); }
H1.HeaderClassName
{
color: #D5586C;
}
.AnyTagClassName
{
color: #D5586C;
}
</style>
background-color css
<style>
a { background-color: #D5586C; }
a { background-color: rgb(213,88,108); }
div.DivClassName
{
background-color: #D5586C;
}
.BgClassName
{
background-color: #D5586C;
}
</style>
border-color css
<style>
span { border-color: #D5586C; }
span { border-color: rgb(213,88,108); }
td.TdClassName
{
border-color: #D5586C;
}
.TagClassName
{
border-color: #D5586C;
}
</style>