Shades of Cabaret #D85E6A
Tints of Cabaret #D85E6A
RGB
CMYK
RGB Variations
Color information
#D85E6A (or 0xD85E6A) is known color: Cabaret. HEX triplet: D8, 5E and 6A. RGB value is (216,94,106). Sum of RGB (Red+Green+Blue) = 216+94+106=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E6A is #27A195. Grayscale: #838383. Windows color (decimal): -2597270 or 6971096. OLE color: 6971096.
HSL color Cylindrical-coordinate representation of color #D85E6A: hue angle of 354.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E6A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 106 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.15 |
| HSL | 354.1º | 0.61% | 0.61% | - |
| HSV(B) | 354.1º | 0.56% | 0.85% | - |
| XYZ | 34.92 | 23.64 | 16.36 | - |
| YUV | 131.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 106 | 0 | 0.56 | 0.51 | 0.15 | 354.1 | 0.61 | 0.61 |
| Hex | D8 | 5E | 6A | 0 | 38 | 33 | F | 162 | 3D | 3D |
| Octal | 330 | 136 | 152 | 0 | 70 | 63 | 17 | 542 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1101010 | 0 | 111000 | 110011 | 1111 | 101100010 | 111101 | 111101 |
Color Harmonies of #D85E6A
Complementary color
Monochromatic Colors of #D85E6A
Black with #D85E6A
Text Example
Text Example
White with #D85E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E6A; }
p { color: rgb(216,94,106); }
H1.HeaderClassName
{
color: #D85E6A;
}
.AnyTagClassName
{
color: #D85E6A;
}
</style>
background-color css
<style>
a { background-color: #D85E6A; }
a { background-color: rgb(216,94,106); }
div.DivClassName
{
background-color: #D85E6A;
}
.BgClassName
{
background-color: #D85E6A;
}
</style>
border-color css
<style>
span { border-color: #D85E6A; }
span { border-color: rgb(216,94,106); }
td.TdClassName
{
border-color: #D85E6A;
}
.TagClassName
{
border-color: #D85E6A;
}
</style>