Shades of Cabaret #D94D6D
Tints of Cabaret #D94D6D
RGB
CMYK
RGB Variations
Color information
#D94D6D (or 0xD94D6D) is known color: Cabaret. HEX triplet: D9, 4D and 6D. RGB value is (217,77,109). Sum of RGB (Red+Green+Blue) = 217+77+109=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D6D is #26B292. Grayscale: #7A7A7A. Windows color (decimal): -2536083 or 7163353. OLE color: 7163353.
HSL color Cylindrical-coordinate representation of color #D94D6D: hue angle of 346.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D6D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 109 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.15 |
| HSL | 346.29º | 0.65% | 0.58% | - |
| HSV(B) | 346.29º | 0.65% | 0.85% | - |
| XYZ | 34.03 | 21.16 | 16.76 | - |
| YUV | 122.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 109 | 0 | 0.65 | 0.50 | 0.15 | 346.29 | 0.65 | 0.58 |
| Hex | D9 | 4D | 6D | 0 | 41 | 32 | F | 15A | 41 | 3A |
| Octal | 331 | 115 | 155 | 0 | 101 | 62 | 17 | 532 | 101 | 72 |
| Binary | 11011001 | 1001101 | 1101101 | 0 | 1000001 | 110010 | 1111 | 101011010 | 1000001 | 111010 |
Color Harmonies of #D94D6D
Complementary color
Monochromatic Colors of #D94D6D
Black with #D94D6D
Text Example
Text Example
White with #D94D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D6D; }
p { color: rgb(217,77,109); }
H1.HeaderClassName
{
color: #D94D6D;
}
.AnyTagClassName
{
color: #D94D6D;
}
</style>
background-color css
<style>
a { background-color: #D94D6D; }
a { background-color: rgb(217,77,109); }
div.DivClassName
{
background-color: #D94D6D;
}
.BgClassName
{
background-color: #D94D6D;
}
</style>
border-color css
<style>
span { border-color: #D94D6D; }
span { border-color: rgb(217,77,109); }
td.TdClassName
{
border-color: #D94D6D;
}
.TagClassName
{
border-color: #D94D6D;
}
</style>