Shades of Cabaret #D74D6D
Tints of Cabaret #D74D6D
RGB
CMYK
RGB Variations
Color information
#D74D6D (or 0xD74D6D) is known color: Cabaret. HEX triplet: D7, 4D and 6D. RGB value is (215,77,109). Sum of RGB (Red+Green+Blue) = 215+77+109=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D6D is #28B292. Grayscale: #797979. Windows color (decimal): -2667155 or 7163351. OLE color: 7163351.
HSL color Cylindrical-coordinate representation of color #D74D6D: hue angle of 346.09º 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 #D74D6D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 109 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.16 |
| HSL | 346.09º | 0.63% | 0.57% | - |
| HSV(B) | 346.09º | 0.64% | 0.84% | - |
| XYZ | 33.44 | 20.86 | 16.73 | - |
| YUV | 121.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 109 | 0 | 0.64 | 0.49 | 0.16 | 346.09 | 0.63 | 0.57 |
| Hex | D7 | 4D | 6D | 0 | 40 | 31 | 10 | 15A | 3F | 39 |
| Octal | 327 | 115 | 155 | 0 | 100 | 61 | 20 | 532 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1101101 | 0 | 1000000 | 110001 | 10000 | 101011010 | 111111 | 111001 |
Color Harmonies of #D74D6D
Complementary color
Monochromatic Colors of #D74D6D
Black with #D74D6D
Text Example
Text Example
White with #D74D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D6D; }
p { color: rgb(215,77,109); }
H1.HeaderClassName
{
color: #D74D6D;
}
.AnyTagClassName
{
color: #D74D6D;
}
</style>
background-color css
<style>
a { background-color: #D74D6D; }
a { background-color: rgb(215,77,109); }
div.DivClassName
{
background-color: #D74D6D;
}
.BgClassName
{
background-color: #D74D6D;
}
</style>
border-color css
<style>
span { border-color: #D74D6D; }
span { border-color: rgb(215,77,109); }
td.TdClassName
{
border-color: #D74D6D;
}
.TagClassName
{
border-color: #D74D6D;
}
</style>