Shades of Razzmatazz #D70054
Tints of Razzmatazz #D70054
RGB
CMYK
RGB Variations
Color information
#D70054 (or 0xD70054) is known color: Razzmatazz. HEX triplet: D7, 00 and 54. RGB value is (215,0,84). Sum of RGB (Red+Green+Blue) = 215+0+84=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D70054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70054 is #28FFAB. Grayscale: #494949. Windows color (decimal): -2686892 or 5505239. OLE color: 5505239.
HSL color Cylindrical-coordinate representation of color #D70054: hue angle of 336.56º 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 #D70054 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.61 | 0.16 |
| HSL | 336.56º | 1% | 0.42% | - |
| HSV(B) | 336.56º | 1% | 0.84% | - |
| XYZ | 29.62 | 15.09 | 9.74 | - |
| YUV | 73.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 84 | 0 | 1 | 0.61 | 0.16 | 336.56 | 1 | 0.42 |
| Hex | D7 | 0 | 54 | 0 | 64 | 3D | 10 | 151 | 64 | 2A |
| Octal | 327 | 0 | 124 | 0 | 144 | 75 | 20 | 521 | 144 | 52 |
| Binary | 11010111 | 0 | 1010100 | 0 | 1100100 | 111101 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D70054
Complementary color
Monochromatic Colors of #D70054
Black with #D70054
Text Example
Text Example
White with #D70054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70054; }
p { color: rgb(215,0,84); }
H1.HeaderClassName
{
color: #D70054;
}
.AnyTagClassName
{
color: #D70054;
}
</style>
background-color css
<style>
a { background-color: #D70054; }
a { background-color: rgb(215,0,84); }
div.DivClassName
{
background-color: #D70054;
}
.BgClassName
{
background-color: #D70054;
}
</style>
border-color css
<style>
span { border-color: #D70054; }
span { border-color: rgb(215,0,84); }
td.TdClassName
{
border-color: #D70054;
}
.TagClassName
{
border-color: #D70054;
}
</style>