Shades of Cabaret #D74E64
Tints of Cabaret #D74E64
RGB
CMYK
RGB Variations
Color information
#D74E64 (or 0xD74E64) is known color: Cabaret. HEX triplet: D7, 4E and 64. RGB value is (215,78,100). Sum of RGB (Red+Green+Blue) = 215+78+100=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E64 is #28B19B. Grayscale: #797979. Windows color (decimal): -2666908 or 6573783. OLE color: 6573783.
HSL color Cylindrical-coordinate representation of color #D74E64: hue angle of 350.36º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74E64 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 100 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.16 |
| HSL | 350.37º | 0.63% | 0.57% | - |
| HSV(B) | 350.37º | 0.64% | 0.84% | - |
| XYZ | 33.05 | 20.82 | 14.33 | - |
| YUV | 121.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 100 | 0 | 0.64 | 0.53 | 0.16 | 350.37 | 0.63 | 0.57 |
| Hex | D7 | 4E | 64 | 0 | 40 | 35 | 10 | 15E | 3F | 39 |
| Octal | 327 | 116 | 144 | 0 | 100 | 65 | 20 | 536 | 77 | 71 |
| Binary | 11010111 | 1001110 | 1100100 | 0 | 1000000 | 110101 | 10000 | 101011110 | 111111 | 111001 |
Color Harmonies of #D74E64
Complementary color
Monochromatic Colors of #D74E64
Black with #D74E64
Text Example
Text Example
White with #D74E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E64; }
p { color: rgb(215,78,100); }
H1.HeaderClassName
{
color: #D74E64;
}
.AnyTagClassName
{
color: #D74E64;
}
</style>
background-color css
<style>
a { background-color: #D74E64; }
a { background-color: rgb(215,78,100); }
div.DivClassName
{
background-color: #D74E64;
}
.BgClassName
{
background-color: #D74E64;
}
</style>
border-color css
<style>
span { border-color: #D74E64; }
span { border-color: rgb(215,78,100); }
td.TdClassName
{
border-color: #D74E64;
}
.TagClassName
{
border-color: #D74E64;
}
</style>