Shades of Cabaret #D74F6B
Tints of Cabaret #D74F6B
RGB
CMYK
RGB Variations
Color information
#D74F6B (or 0xD74F6B) is known color: Cabaret. HEX triplet: D7, 4F and 6B. RGB value is (215,79,107). Sum of RGB (Red+Green+Blue) = 215+79+107=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F6B is #28B094. Grayscale: #7A7A7A. Windows color (decimal): -2666645 or 7032791. OLE color: 7032791.
HSL color Cylindrical-coordinate representation of color #D74F6B: hue angle of 347.65º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F6B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 107 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.16 |
| HSL | 347.65º | 0.63% | 0.58% | - |
| HSV(B) | 347.65º | 0.63% | 0.84% | - |
| XYZ | 33.47 | 21.1 | 16.22 | - |
| YUV | 122.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 107 | 0 | 0.63 | 0.50 | 0.16 | 347.65 | 0.63 | 0.58 |
| Hex | D7 | 4F | 6B | 0 | 3F | 32 | 10 | 15C | 3F | 3A |
| Octal | 327 | 117 | 153 | 0 | 77 | 62 | 20 | 534 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1101011 | 0 | 111111 | 110010 | 10000 | 101011100 | 111111 | 111010 |
Color Harmonies of #D74F6B
Complementary color
Monochromatic Colors of #D74F6B
Black with #D74F6B
Text Example
Text Example
White with #D74F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F6B; }
p { color: rgb(215,79,107); }
H1.HeaderClassName
{
color: #D74F6B;
}
.AnyTagClassName
{
color: #D74F6B;
}
</style>
background-color css
<style>
a { background-color: #D74F6B; }
a { background-color: rgb(215,79,107); }
div.DivClassName
{
background-color: #D74F6B;
}
.BgClassName
{
background-color: #D74F6B;
}
</style>
border-color css
<style>
span { border-color: #D74F6B; }
span { border-color: rgb(215,79,107); }
td.TdClassName
{
border-color: #D74F6B;
}
.TagClassName
{
border-color: #D74F6B;
}
</style>