Shades of Cabaret #D94964
Tints of Cabaret #D94964
RGB
CMYK
RGB Variations
Color information
#D94964 (or 0xD94964) is known color: Cabaret. HEX triplet: D9, 49 and 64. RGB value is (217,73,100). Sum of RGB (Red+Green+Blue) = 217+73+100=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D94964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94964 is #26B69B. Grayscale: #777777. Windows color (decimal): -2537116 or 6572505. OLE color: 6572505.
HSL color Cylindrical-coordinate representation of color #D94964: hue angle of 348.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94964 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 100 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.15 |
| HSL | 348.75º | 0.65% | 0.57% | - |
| HSV(B) | 348.75º | 0.66% | 0.85% | - |
| XYZ | 33.3 | 20.44 | 14.25 | - |
| YUV | 119.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 100 | 0 | 0.66 | 0.54 | 0.15 | 348.75 | 0.65 | 0.57 |
| Hex | D9 | 49 | 64 | 0 | 42 | 36 | F | 15D | 41 | 39 |
| Octal | 331 | 111 | 144 | 0 | 102 | 66 | 17 | 535 | 101 | 71 |
| Binary | 11011001 | 1001001 | 1100100 | 0 | 1000010 | 110110 | 1111 | 101011101 | 1000001 | 111001 |
Color Harmonies of #D94964
Complementary color
Monochromatic Colors of #D94964
Black with #D94964
Text Example
Text Example
White with #D94964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94964; }
p { color: rgb(217,73,100); }
H1.HeaderClassName
{
color: #D94964;
}
.AnyTagClassName
{
color: #D94964;
}
</style>
background-color css
<style>
a { background-color: #D94964; }
a { background-color: rgb(217,73,100); }
div.DivClassName
{
background-color: #D94964;
}
.BgClassName
{
background-color: #D94964;
}
</style>
border-color css
<style>
span { border-color: #D94964; }
span { border-color: rgb(217,73,100); }
td.TdClassName
{
border-color: #D94964;
}
.TagClassName
{
border-color: #D94964;
}
</style>