Shades of Cabaret #D94564
Tints of Cabaret #D94564
RGB
CMYK
RGB Variations
Color information
#D94564 (or 0xD94564) is known color: Cabaret. HEX triplet: D9, 45 and 64. RGB value is (217,69,100). Sum of RGB (Red+Green+Blue) = 217+69+100=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94564 is #26BA9B. Grayscale: #747474. Windows color (decimal): -2538140 or 6571481. OLE color: 6571481.
HSL color Cylindrical-coordinate representation of color #D94564: hue angle of 347.43º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94564 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 100 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.15 |
| HSL | 347.43º | 0.66% | 0.56% | - |
| HSV(B) | 347.43º | 0.68% | 0.85% | - |
| XYZ | 33.04 | 19.93 | 14.16 | - |
| YUV | 116.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 100 | 0 | 0.68 | 0.54 | 0.15 | 347.43 | 0.66 | 0.56 |
| Hex | D9 | 45 | 64 | 0 | 44 | 36 | F | 15B | 42 | 38 |
| Octal | 331 | 105 | 144 | 0 | 104 | 66 | 17 | 533 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1100100 | 0 | 1000100 | 110110 | 1111 | 101011011 | 1000010 | 111000 |
Color Harmonies of #D94564
Complementary color
Monochromatic Colors of #D94564
Black with #D94564
Text Example
Text Example
White with #D94564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94564; }
p { color: rgb(217,69,100); }
H1.HeaderClassName
{
color: #D94564;
}
.AnyTagClassName
{
color: #D94564;
}
</style>
background-color css
<style>
a { background-color: #D94564; }
a { background-color: rgb(217,69,100); }
div.DivClassName
{
background-color: #D94564;
}
.BgClassName
{
background-color: #D94564;
}
</style>
border-color css
<style>
span { border-color: #D94564; }
span { border-color: rgb(217,69,100); }
td.TdClassName
{
border-color: #D94564;
}
.TagClassName
{
border-color: #D94564;
}
</style>