Shades of Cabaret #D54764
Tints of Cabaret #D54764
RGB
CMYK
RGB Variations
Color information
#D54764 (or 0xD54764) is known color: Cabaret. HEX triplet: D5, 47 and 64. RGB value is (213,71,100). Sum of RGB (Red+Green+Blue) = 213+71+100=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54764 is #2AB89B. Grayscale: #747474. Windows color (decimal): -2799772 or 6571989. OLE color: 6571989.
HSL color Cylindrical-coordinate representation of color #D54764: hue angle of 347.75º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54764 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 100 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.16 |
| HSL | 347.75º | 0.63% | 0.56% | - |
| HSV(B) | 347.75º | 0.67% | 0.84% | - |
| XYZ | 31.99 | 19.57 | 14.15 | - |
| YUV | 116.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 100 | 0 | 0.67 | 0.53 | 0.16 | 347.75 | 0.63 | 0.56 |
| Hex | D5 | 47 | 64 | 0 | 43 | 35 | 10 | 15C | 3F | 38 |
| Octal | 325 | 107 | 144 | 0 | 103 | 65 | 20 | 534 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1100100 | 0 | 1000011 | 110101 | 10000 | 101011100 | 111111 | 111000 |
Color Harmonies of #D54764
Complementary color
Monochromatic Colors of #D54764
Black with #D54764
Text Example
Text Example
White with #D54764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54764; }
p { color: rgb(213,71,100); }
H1.HeaderClassName
{
color: #D54764;
}
.AnyTagClassName
{
color: #D54764;
}
</style>
background-color css
<style>
a { background-color: #D54764; }
a { background-color: rgb(213,71,100); }
div.DivClassName
{
background-color: #D54764;
}
.BgClassName
{
background-color: #D54764;
}
</style>
border-color css
<style>
span { border-color: #D54764; }
span { border-color: rgb(213,71,100); }
td.TdClassName
{
border-color: #D54764;
}
.TagClassName
{
border-color: #D54764;
}
</style>