Shades of Razzmatazz #D70049
Tints of Razzmatazz #D70049
RGB
CMYK
RGB Variations
Color information
#D70049 (or 0xD70049) is known color: Razzmatazz. HEX triplet: D7, 00 and 49. RGB value is (215,0,73). Sum of RGB (Red+Green+Blue) = 215+0+73=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D70049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70049 is #28FFB6. Grayscale: #484848. Windows color (decimal): -2686903 or 4784343. OLE color: 4784343.
HSL color Cylindrical-coordinate representation of color #D70049: hue angle of 339.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70049 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.66 | 0.16 |
| HSL | 339.63º | 1% | 0.42% | - |
| HSV(B) | 339.63º | 1% | 0.84% | - |
| XYZ | 29.23 | 14.93 | 7.64 | - |
| YUV | 72.61 | 128.23 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 73 | 0 | 1 | 0.66 | 0.16 | 339.63 | 1 | 0.42 |
| Hex | D7 | 0 | 49 | 0 | 64 | 42 | 10 | 154 | 64 | 2A |
| Octal | 327 | 0 | 111 | 0 | 144 | 102 | 20 | 524 | 144 | 52 |
| Binary | 11010111 | 0 | 1001001 | 0 | 1100100 | 1000010 | 10000 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D70049
Complementary color
Monochromatic Colors of #D70049
Black with #D70049
Text Example
Text Example
White with #D70049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70049; }
p { color: rgb(215,0,73); }
H1.HeaderClassName
{
color: #D70049;
}
.AnyTagClassName
{
color: #D70049;
}
</style>
background-color css
<style>
a { background-color: #D70049; }
a { background-color: rgb(215,0,73); }
div.DivClassName
{
background-color: #D70049;
}
.BgClassName
{
background-color: #D70049;
}
</style>
border-color css
<style>
span { border-color: #D70049; }
span { border-color: rgb(215,0,73); }
td.TdClassName
{
border-color: #D70049;
}
.TagClassName
{
border-color: #D70049;
}
</style>