Shades of Cabaret #D94563
Tints of Cabaret #D94563
RGB
CMYK
RGB Variations
Color information
#D94563 (or 0xD94563) is known color: Cabaret. HEX triplet: D9, 45 and 63. RGB value is (217,69,99). Sum of RGB (Red+Green+Blue) = 217+69+99=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D94563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94563 is #26BA9C. Grayscale: #747474. Windows color (decimal): -2538141 or 6505945. OLE color: 6505945.
HSL color Cylindrical-coordinate representation of color #D94563: hue angle of 347.84º 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 #D94563 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 99 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.15 |
| HSL | 347.84º | 0.66% | 0.56% | - |
| HSV(B) | 347.84º | 0.68% | 0.85% | - |
| XYZ | 33 | 19.91 | 13.91 | - |
| YUV | 116.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 99 | 0 | 0.68 | 0.54 | 0.15 | 347.84 | 0.66 | 0.56 |
| Hex | D9 | 45 | 63 | 0 | 44 | 36 | F | 15C | 42 | 38 |
| Octal | 331 | 105 | 143 | 0 | 104 | 66 | 17 | 534 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1100011 | 0 | 1000100 | 110110 | 1111 | 101011100 | 1000010 | 111000 |
Color Harmonies of #D94563
Complementary color
Monochromatic Colors of #D94563
Black with #D94563
Text Example
Text Example
White with #D94563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94563; }
p { color: rgb(217,69,99); }
H1.HeaderClassName
{
color: #D94563;
}
.AnyTagClassName
{
color: #D94563;
}
</style>
background-color css
<style>
a { background-color: #D94563; }
a { background-color: rgb(217,69,99); }
div.DivClassName
{
background-color: #D94563;
}
.BgClassName
{
background-color: #D94563;
}
</style>
border-color css
<style>
span { border-color: #D94563; }
span { border-color: rgb(217,69,99); }
td.TdClassName
{
border-color: #D94563;
}
.TagClassName
{
border-color: #D94563;
}
</style>