Shades of Cabaret #D6586B
Tints of Cabaret #D6586B
RGB
CMYK
RGB Variations
Color information
#D6586B (or 0xD6586B) is known color: Cabaret. HEX triplet: D6, 58 and 6B. RGB value is (214,88,107). Sum of RGB (Red+Green+Blue) = 214+88+107=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6586B is #29A794. Grayscale: #7F7F7F. Windows color (decimal): -2729877 or 7035094. OLE color: 7035094.
HSL color Cylindrical-coordinate representation of color #D6586B: hue angle of 350.95º degrees, saturation: 0.61, 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 #D6586B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 107 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.16 |
| HSL | 350.95º | 0.61% | 0.59% | - |
| HSV(B) | 350.95º | 0.59% | 0.84% | - |
| XYZ | 33.88 | 22.34 | 16.44 | - |
| YUV | 127.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 107 | 0 | 0.59 | 0.50 | 0.16 | 350.95 | 0.61 | 0.59 |
| Hex | D6 | 58 | 6B | 0 | 3B | 32 | 10 | 15F | 3D | 3B |
| Octal | 326 | 130 | 153 | 0 | 73 | 62 | 20 | 537 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1101011 | 0 | 111011 | 110010 | 10000 | 101011111 | 111101 | 111011 |
Color Harmonies of #D6586B
Complementary color
Monochromatic Colors of #D6586B
Black with #D6586B
Text Example
Text Example
White with #D6586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6586B; }
p { color: rgb(214,88,107); }
H1.HeaderClassName
{
color: #D6586B;
}
.AnyTagClassName
{
color: #D6586B;
}
</style>
background-color css
<style>
a { background-color: #D6586B; }
a { background-color: rgb(214,88,107); }
div.DivClassName
{
background-color: #D6586B;
}
.BgClassName
{
background-color: #D6586B;
}
</style>
border-color css
<style>
span { border-color: #D6586B; }
span { border-color: rgb(214,88,107); }
td.TdClassName
{
border-color: #D6586B;
}
.TagClassName
{
border-color: #D6586B;
}
</style>