Shades of Cabaret #D74E6C
Tints of Cabaret #D74E6C
RGB
CMYK
RGB Variations
Color information
#D74E6C (or 0xD74E6C) is known color: Cabaret. HEX triplet: D7, 4E and 6C. RGB value is (215,78,108). Sum of RGB (Red+Green+Blue) = 215+78+108=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E6C is #28B193. Grayscale: #7A7A7A. Windows color (decimal): -2666900 or 7098071. OLE color: 7098071.
HSL color Cylindrical-coordinate representation of color #D74E6C: hue angle of 346.86º 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 #D74E6C is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 108 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 346.86º | 0.63% | 0.57% | - |
| HSV(B) | 346.86º | 0.64% | 0.84% | - |
| XYZ | 33.46 | 20.98 | 16.47 | - |
| YUV | 122.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 108 | 0 | 0.64 | 0.50 | 0.16 | 346.86 | 0.63 | 0.57 |
| Hex | D7 | 4E | 6C | 0 | 40 | 32 | 10 | 15B | 3F | 39 |
| Octal | 327 | 116 | 154 | 0 | 100 | 62 | 20 | 533 | 77 | 71 |
| Binary | 11010111 | 1001110 | 1101100 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111111 | 111001 |
Color Harmonies of #D74E6C
Complementary color
Monochromatic Colors of #D74E6C
Black with #D74E6C
Text Example
Text Example
White with #D74E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E6C; }
p { color: rgb(215,78,108); }
H1.HeaderClassName
{
color: #D74E6C;
}
.AnyTagClassName
{
color: #D74E6C;
}
</style>
background-color css
<style>
a { background-color: #D74E6C; }
a { background-color: rgb(215,78,108); }
div.DivClassName
{
background-color: #D74E6C;
}
.BgClassName
{
background-color: #D74E6C;
}
</style>
border-color css
<style>
span { border-color: #D74E6C; }
span { border-color: rgb(215,78,108); }
td.TdClassName
{
border-color: #D74E6C;
}
.TagClassName
{
border-color: #D74E6C;
}
</style>