Shades of Cabaret #D94763
Tints of Cabaret #D94763
RGB
CMYK
RGB Variations
Color information
#D94763 (or 0xD94763) is known color: Cabaret. HEX triplet: D9, 47 and 63. RGB value is (217,71,99). Sum of RGB (Red+Green+Blue) = 217+71+99=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D94763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94763 is #26B89C. Grayscale: #757575. Windows color (decimal): -2537629 or 6506457. OLE color: 6506457.
HSL color Cylindrical-coordinate representation of color #D94763: hue angle of 348.49º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94763 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 99 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.15 |
| HSL | 348.49º | 0.66% | 0.56% | - |
| HSV(B) | 348.49º | 0.67% | 0.85% | - |
| XYZ | 33.12 | 20.16 | 13.95 | - |
| YUV | 117.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 99 | 0 | 0.67 | 0.54 | 0.15 | 348.49 | 0.66 | 0.56 |
| Hex | D9 | 47 | 63 | 0 | 43 | 36 | F | 15C | 42 | 38 |
| Octal | 331 | 107 | 143 | 0 | 103 | 66 | 17 | 534 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1100011 | 0 | 1000011 | 110110 | 1111 | 101011100 | 1000010 | 111000 |
Color Harmonies of #D94763
Complementary color
Monochromatic Colors of #D94763
Black with #D94763
Text Example
Text Example
White with #D94763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94763; }
p { color: rgb(217,71,99); }
H1.HeaderClassName
{
color: #D94763;
}
.AnyTagClassName
{
color: #D94763;
}
</style>
background-color css
<style>
a { background-color: #D94763; }
a { background-color: rgb(217,71,99); }
div.DivClassName
{
background-color: #D94763;
}
.BgClassName
{
background-color: #D94763;
}
</style>
border-color css
<style>
span { border-color: #D94763; }
span { border-color: rgb(217,71,99); }
td.TdClassName
{
border-color: #D94763;
}
.TagClassName
{
border-color: #D94763;
}
</style>