Shades of Cabaret #D94D6A
Tints of Cabaret #D94D6A
RGB
CMYK
RGB Variations
Color information
#D94D6A (or 0xD94D6A) is known color: Cabaret. HEX triplet: D9, 4D and 6A. RGB value is (217,77,106). Sum of RGB (Red+Green+Blue) = 217+77+106=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D6A is #26B295. Grayscale: #7A7A7A. Windows color (decimal): -2536086 or 6966745. OLE color: 6966745.
HSL color Cylindrical-coordinate representation of color #D94D6A: hue angle of 347.57º 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 #D94D6A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 106 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.15 |
| HSL | 347.57º | 0.65% | 0.58% | - |
| HSV(B) | 347.57º | 0.65% | 0.85% | - |
| XYZ | 33.87 | 21.1 | 15.92 | - |
| YUV | 122.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 106 | 0 | 0.65 | 0.51 | 0.15 | 347.57 | 0.65 | 0.58 |
| Hex | D9 | 4D | 6A | 0 | 41 | 33 | F | 15C | 41 | 3A |
| Octal | 331 | 115 | 152 | 0 | 101 | 63 | 17 | 534 | 101 | 72 |
| Binary | 11011001 | 1001101 | 1101010 | 0 | 1000001 | 110011 | 1111 | 101011100 | 1000001 | 111010 |
Color Harmonies of #D94D6A
Complementary color
Monochromatic Colors of #D94D6A
Black with #D94D6A
Text Example
Text Example
White with #D94D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D6A; }
p { color: rgb(217,77,106); }
H1.HeaderClassName
{
color: #D94D6A;
}
.AnyTagClassName
{
color: #D94D6A;
}
</style>
background-color css
<style>
a { background-color: #D94D6A; }
a { background-color: rgb(217,77,106); }
div.DivClassName
{
background-color: #D94D6A;
}
.BgClassName
{
background-color: #D94D6A;
}
</style>
border-color css
<style>
span { border-color: #D94D6A; }
span { border-color: rgb(217,77,106); }
td.TdClassName
{
border-color: #D94D6A;
}
.TagClassName
{
border-color: #D94D6A;
}
</style>