Shades of Cabaret #D74E6B
Tints of Cabaret #D74E6B
RGB
CMYK
RGB Variations
Color information
#D74E6B (or 0xD74E6B) is known color: Cabaret. HEX triplet: D7, 4E and 6B. RGB value is (215,78,107). Sum of RGB (Red+Green+Blue) = 215+78+107=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E6B is #28B194. Grayscale: #7A7A7A. Windows color (decimal): -2666901 or 7032535. OLE color: 7032535.
HSL color Cylindrical-coordinate representation of color #D74E6B: hue angle of 347.3º 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 #D74E6B is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 107 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 347.3º | 0.63% | 0.57% | - |
| HSV(B) | 347.3º | 0.64% | 0.84% | - |
| XYZ | 33.4 | 20.96 | 16.19 | - |
| YUV | 122.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 107 | 0 | 0.64 | 0.50 | 0.16 | 347.3 | 0.63 | 0.57 |
| Hex | D7 | 4E | 6B | 0 | 40 | 32 | 10 | 15B | 3F | 39 |
| Octal | 327 | 116 | 153 | 0 | 100 | 62 | 20 | 533 | 77 | 71 |
| Binary | 11010111 | 1001110 | 1101011 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111111 | 111001 |
Color Harmonies of #D74E6B
Complementary color
Monochromatic Colors of #D74E6B
Black with #D74E6B
Text Example
Text Example
White with #D74E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E6B; }
p { color: rgb(215,78,107); }
H1.HeaderClassName
{
color: #D74E6B;
}
.AnyTagClassName
{
color: #D74E6B;
}
</style>
background-color css
<style>
a { background-color: #D74E6B; }
a { background-color: rgb(215,78,107); }
div.DivClassName
{
background-color: #D74E6B;
}
.BgClassName
{
background-color: #D74E6B;
}
</style>
border-color css
<style>
span { border-color: #D74E6B; }
span { border-color: rgb(215,78,107); }
td.TdClassName
{
border-color: #D74E6B;
}
.TagClassName
{
border-color: #D74E6B;
}
</style>