Shades of Razzmatazz #D70754
Tints of Razzmatazz #D70754
RGB
CMYK
RGB Variations
Color information
#D70754 (or 0xD70754) is known color: Razzmatazz. HEX triplet: D7, 07 and 54. RGB value is (215,7,84). Sum of RGB (Red+Green+Blue) = 215+7+84=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D70754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70754 is #28F8AB. Grayscale: #4D4D4D. Windows color (decimal): -2685100 or 5507031. OLE color: 5507031.
HSL color Cylindrical-coordinate representation of color #D70754: hue angle of 337.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70754 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.16 |
| HSL | 337.79º | 0.94% | 0.44% | - |
| HSV(B) | 337.79º | 0.97% | 0.84% | - |
| XYZ | 29.7 | 15.24 | 9.76 | - |
| YUV | 77.97 | 131.41 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 84 | 0 | 0.97 | 0.61 | 0.16 | 337.79 | 0.94 | 0.44 |
| Hex | D7 | 7 | 54 | 0 | 61 | 3D | 10 | 152 | 5E | 2C |
| Octal | 327 | 7 | 124 | 0 | 141 | 75 | 20 | 522 | 136 | 54 |
| Binary | 11010111 | 111 | 1010100 | 0 | 1100001 | 111101 | 10000 | 101010010 | 1011110 | 101100 |
Color Harmonies of #D70754
Complementary color
Monochromatic Colors of #D70754
Black with #D70754
Text Example
Text Example
White with #D70754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70754; }
p { color: rgb(215,7,84); }
H1.HeaderClassName
{
color: #D70754;
}
.AnyTagClassName
{
color: #D70754;
}
</style>
background-color css
<style>
a { background-color: #D70754; }
a { background-color: rgb(215,7,84); }
div.DivClassName
{
background-color: #D70754;
}
.BgClassName
{
background-color: #D70754;
}
</style>
border-color css
<style>
span { border-color: #D70754; }
span { border-color: rgb(215,7,84); }
td.TdClassName
{
border-color: #D70754;
}
.TagClassName
{
border-color: #D70754;
}
</style>