Shades of Cabaret #D85A6E
Tints of Cabaret #D85A6E
RGB
CMYK
RGB Variations
Color information
#D85A6E (or 0xD85A6E) is known color: Cabaret. HEX triplet: D8, 5A and 6E. RGB value is (216,90,110). Sum of RGB (Red+Green+Blue) = 216+90+110=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A6E is #27A591. Grayscale: #828282. Windows color (decimal): -2598290 or 7232216. OLE color: 7232216.
HSL color Cylindrical-coordinate representation of color #D85A6E: hue angle of 350.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A6E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 110 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.15 |
| HSL | 350.48º | 0.62% | 0.6% | - |
| HSV(B) | 350.48º | 0.58% | 0.85% | - |
| XYZ | 34.79 | 23.04 | 17.36 | - |
| YUV | 129.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 110 | 0 | 0.58 | 0.49 | 0.15 | 350.48 | 0.62 | 0.6 |
| Hex | D8 | 5A | 6E | 0 | 3A | 31 | F | 15E | 3E | 3C |
| Octal | 330 | 132 | 156 | 0 | 72 | 61 | 17 | 536 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1101110 | 0 | 111010 | 110001 | 1111 | 101011110 | 111110 | 111100 |
Color Harmonies of #D85A6E
Complementary color
Monochromatic Colors of #D85A6E
Black with #D85A6E
Text Example
Text Example
White with #D85A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A6E; }
p { color: rgb(216,90,110); }
H1.HeaderClassName
{
color: #D85A6E;
}
.AnyTagClassName
{
color: #D85A6E;
}
</style>
background-color css
<style>
a { background-color: #D85A6E; }
a { background-color: rgb(216,90,110); }
div.DivClassName
{
background-color: #D85A6E;
}
.BgClassName
{
background-color: #D85A6E;
}
</style>
border-color css
<style>
span { border-color: #D85A6E; }
span { border-color: rgb(216,90,110); }
td.TdClassName
{
border-color: #D85A6E;
}
.TagClassName
{
border-color: #D85A6E;
}
</style>