Shades of Cabaret #D74562
Tints of Cabaret #D74562
RGB
CMYK
RGB Variations
Color information
#D74562 (or 0xD74562) is known color: Cabaret. HEX triplet: D7, 45 and 62. RGB value is (215,69,98). Sum of RGB (Red+Green+Blue) = 215+69+98=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D74562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74562 is #28BA9D. Grayscale: #737373. Windows color (decimal): -2669214 or 6440407. OLE color: 6440407.
HSL color Cylindrical-coordinate representation of color #D74562: hue angle of 348.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74562 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 98 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.16 |
| HSL | 348.08º | 0.65% | 0.56% | - |
| HSV(B) | 348.08º | 0.68% | 0.84% | - |
| XYZ | 32.36 | 19.59 | 13.63 | - |
| YUV | 115.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 98 | 0 | 0.68 | 0.54 | 0.16 | 348.08 | 0.65 | 0.56 |
| Hex | D7 | 45 | 62 | 0 | 44 | 36 | 10 | 15C | 41 | 38 |
| Octal | 327 | 105 | 142 | 0 | 104 | 66 | 20 | 534 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1100010 | 0 | 1000100 | 110110 | 10000 | 101011100 | 1000001 | 111000 |
Color Harmonies of #D74562
Complementary color
Monochromatic Colors of #D74562
Black with #D74562
Text Example
Text Example
White with #D74562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74562; }
p { color: rgb(215,69,98); }
H1.HeaderClassName
{
color: #D74562;
}
.AnyTagClassName
{
color: #D74562;
}
</style>
background-color css
<style>
a { background-color: #D74562; }
a { background-color: rgb(215,69,98); }
div.DivClassName
{
background-color: #D74562;
}
.BgClassName
{
background-color: #D74562;
}
</style>
border-color css
<style>
span { border-color: #D74562; }
span { border-color: rgb(215,69,98); }
td.TdClassName
{
border-color: #D74562;
}
.TagClassName
{
border-color: #D74562;
}
</style>