Shades of Cabaret #D74E6A
Tints of Cabaret #D74E6A
RGB
CMYK
RGB Variations
Color information
#D74E6A (or 0xD74E6A) is known color: Cabaret. HEX triplet: D7, 4E and 6A. RGB value is (215,78,106). Sum of RGB (Red+Green+Blue) = 215+78+106=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E6A is #28B195. Grayscale: #7A7A7A. Windows color (decimal): -2666902 or 6966999. OLE color: 6966999.
HSL color Cylindrical-coordinate representation of color #D74E6A: hue angle of 347.74º 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 #D74E6A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 106 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.16 |
| HSL | 347.74º | 0.63% | 0.57% | - |
| HSV(B) | 347.74º | 0.64% | 0.84% | - |
| XYZ | 33.35 | 20.94 | 15.92 | - |
| YUV | 122.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 106 | 0 | 0.64 | 0.51 | 0.16 | 347.74 | 0.63 | 0.57 |
| Hex | D7 | 4E | 6A | 0 | 40 | 33 | 10 | 15C | 3F | 39 |
| Octal | 327 | 116 | 152 | 0 | 100 | 63 | 20 | 534 | 77 | 71 |
| Binary | 11010111 | 1001110 | 1101010 | 0 | 1000000 | 110011 | 10000 | 101011100 | 111111 | 111001 |
Color Harmonies of #D74E6A
Complementary color
Monochromatic Colors of #D74E6A
Black with #D74E6A
Text Example
Text Example
White with #D74E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E6A; }
p { color: rgb(215,78,106); }
H1.HeaderClassName
{
color: #D74E6A;
}
.AnyTagClassName
{
color: #D74E6A;
}
</style>
background-color css
<style>
a { background-color: #D74E6A; }
a { background-color: rgb(215,78,106); }
div.DivClassName
{
background-color: #D74E6A;
}
.BgClassName
{
background-color: #D74E6A;
}
</style>
border-color css
<style>
span { border-color: #D74E6A; }
span { border-color: rgb(215,78,106); }
td.TdClassName
{
border-color: #D74E6A;
}
.TagClassName
{
border-color: #D74E6A;
}
</style>