Shades of Razzmatazz #D70554
Tints of Razzmatazz #D70554
RGB
CMYK
RGB Variations
Color information
#D70554 (or 0xD70554) is known color: Razzmatazz. HEX triplet: D7, 05 and 54. RGB value is (215,5,84). Sum of RGB (Red+Green+Blue) = 215+5+84=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D70554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70554 is #28FAAB. Grayscale: #4C4C4C. Windows color (decimal): -2685612 or 5506519. OLE color: 5506519.
HSL color Cylindrical-coordinate representation of color #D70554: hue angle of 337.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70554 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.16 |
| HSL | 337.43º | 0.95% | 0.43% | - |
| HSV(B) | 337.43º | 0.98% | 0.84% | - |
| XYZ | 29.68 | 15.2 | 9.76 | - |
| YUV | 76.8 | 132.07 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 84 | 0 | 0.98 | 0.61 | 0.16 | 337.43 | 0.95 | 0.43 |
| Hex | D7 | 5 | 54 | 0 | 62 | 3D | 10 | 151 | 5F | 2B |
| Octal | 327 | 5 | 124 | 0 | 142 | 75 | 20 | 521 | 137 | 53 |
| Binary | 11010111 | 101 | 1010100 | 0 | 1100010 | 111101 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D70554
Complementary color
Monochromatic Colors of #D70554
Black with #D70554
Text Example
Text Example
White with #D70554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70554; }
p { color: rgb(215,5,84); }
H1.HeaderClassName
{
color: #D70554;
}
.AnyTagClassName
{
color: #D70554;
}
</style>
background-color css
<style>
a { background-color: #D70554; }
a { background-color: rgb(215,5,84); }
div.DivClassName
{
background-color: #D70554;
}
.BgClassName
{
background-color: #D70554;
}
</style>
border-color css
<style>
span { border-color: #D70554; }
span { border-color: rgb(215,5,84); }
td.TdClassName
{
border-color: #D70554;
}
.TagClassName
{
border-color: #D70554;
}
</style>