Shades of Cabaret #D94E68
Tints of Cabaret #D94E68
RGB
CMYK
RGB Variations
Color information
#D94E68 (or 0xD94E68) is known color: Cabaret. HEX triplet: D9, 4E and 68. RGB value is (217,78,104). Sum of RGB (Red+Green+Blue) = 217+78+104=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E68 is #26B197. Grayscale: #7A7A7A. Windows color (decimal): -2535832 or 6835929. OLE color: 6835929.
HSL color Cylindrical-coordinate representation of color #D94E68: hue angle of 348.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94E68 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 104 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.15 |
| HSL | 348.78º | 0.65% | 0.58% | - |
| HSV(B) | 348.78º | 0.64% | 0.85% | - |
| XYZ | 33.84 | 21.2 | 15.41 | - |
| YUV | 122.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 104 | 0 | 0.64 | 0.52 | 0.15 | 348.78 | 0.65 | 0.58 |
| Hex | D9 | 4E | 68 | 0 | 40 | 34 | F | 15D | 41 | 3A |
| Octal | 331 | 116 | 150 | 0 | 100 | 64 | 17 | 535 | 101 | 72 |
| Binary | 11011001 | 1001110 | 1101000 | 0 | 1000000 | 110100 | 1111 | 101011101 | 1000001 | 111010 |
Color Harmonies of #D94E68
Complementary color
Monochromatic Colors of #D94E68
Black with #D94E68
Text Example
Text Example
White with #D94E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E68; }
p { color: rgb(217,78,104); }
H1.HeaderClassName
{
color: #D94E68;
}
.AnyTagClassName
{
color: #D94E68;
}
</style>
background-color css
<style>
a { background-color: #D94E68; }
a { background-color: rgb(217,78,104); }
div.DivClassName
{
background-color: #D94E68;
}
.BgClassName
{
background-color: #D94E68;
}
</style>
border-color css
<style>
span { border-color: #D94E68; }
span { border-color: rgb(217,78,104); }
td.TdClassName
{
border-color: #D94E68;
}
.TagClassName
{
border-color: #D94E68;
}
</style>