Shades of Cabaret #D95E6A
Tints of Cabaret #D95E6A
RGB
CMYK
RGB Variations
Color information
#D95E6A (or 0xD95E6A) is known color: Cabaret. HEX triplet: D9, 5E and 6A. RGB value is (217,94,106). Sum of RGB (Red+Green+Blue) = 217+94+106=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E6A is #26A195. Grayscale: #848484. Windows color (decimal): -2531734 or 6971097. OLE color: 6971097.
HSL color Cylindrical-coordinate representation of color #D95E6A: hue angle of 354.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95E6A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 94 | 106 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.15 |
| HSL | 354.15º | 0.62% | 0.61% | - |
| HSV(B) | 354.15º | 0.57% | 0.85% | - |
| XYZ | 35.22 | 23.8 | 16.37 | - |
| YUV | 132.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 106 | 0 | 0.57 | 0.51 | 0.15 | 354.15 | 0.62 | 0.61 |
| Hex | D9 | 5E | 6A | 0 | 39 | 33 | F | 162 | 3E | 3D |
| Octal | 331 | 136 | 152 | 0 | 71 | 63 | 17 | 542 | 76 | 75 |
| Binary | 11011001 | 1011110 | 1101010 | 0 | 111001 | 110011 | 1111 | 101100010 | 111110 | 111101 |
Color Harmonies of #D95E6A
Complementary color
Monochromatic Colors of #D95E6A
Black with #D95E6A
Text Example
Text Example
White with #D95E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95E6A; }
p { color: rgb(217,94,106); }
H1.HeaderClassName
{
color: #D95E6A;
}
.AnyTagClassName
{
color: #D95E6A;
}
</style>
background-color css
<style>
a { background-color: #D95E6A; }
a { background-color: rgb(217,94,106); }
div.DivClassName
{
background-color: #D95E6A;
}
.BgClassName
{
background-color: #D95E6A;
}
</style>
border-color css
<style>
span { border-color: #D95E6A; }
span { border-color: rgb(217,94,106); }
td.TdClassName
{
border-color: #D95E6A;
}
.TagClassName
{
border-color: #D95E6A;
}
</style>