Shades of Cabaret #D74E6D
Tints of Cabaret #D74E6D
RGB
CMYK
RGB Variations
Color information
#D74E6D (or 0xD74E6D) is known color: Cabaret. HEX triplet: D7, 4E and 6D. RGB value is (215,78,109). Sum of RGB (Red+Green+Blue) = 215+78+109=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E6D is #28B192. Grayscale: #7A7A7A. Windows color (decimal): -2666899 or 7163607. OLE color: 7163607.
HSL color Cylindrical-coordinate representation of color #D74E6D: hue angle of 346.42º 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 #D74E6D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 109 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.16 |
| HSL | 346.42º | 0.63% | 0.57% | - |
| HSV(B) | 346.42º | 0.64% | 0.84% | - |
| XYZ | 33.51 | 21 | 16.76 | - |
| YUV | 122.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 109 | 0 | 0.64 | 0.49 | 0.16 | 346.42 | 0.63 | 0.57 |
| Hex | D7 | 4E | 6D | 0 | 40 | 31 | 10 | 15A | 3F | 39 |
| Octal | 327 | 116 | 155 | 0 | 100 | 61 | 20 | 532 | 77 | 71 |
| Binary | 11010111 | 1001110 | 1101101 | 0 | 1000000 | 110001 | 10000 | 101011010 | 111111 | 111001 |
Color Harmonies of #D74E6D
Complementary color
Monochromatic Colors of #D74E6D
Black with #D74E6D
Text Example
Text Example
White with #D74E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E6D; }
p { color: rgb(215,78,109); }
H1.HeaderClassName
{
color: #D74E6D;
}
.AnyTagClassName
{
color: #D74E6D;
}
</style>
background-color css
<style>
a { background-color: #D74E6D; }
a { background-color: rgb(215,78,109); }
div.DivClassName
{
background-color: #D74E6D;
}
.BgClassName
{
background-color: #D74E6D;
}
</style>
border-color css
<style>
span { border-color: #D74E6D; }
span { border-color: rgb(215,78,109); }
td.TdClassName
{
border-color: #D74E6D;
}
.TagClassName
{
border-color: #D74E6D;
}
</style>