Shades of Razzmatazz #D70556
Tints of Razzmatazz #D70556
RGB
CMYK
RGB Variations
Color information
#D70556 (or 0xD70556) is known color: Razzmatazz. HEX triplet: D7, 05 and 56. RGB value is (215,5,86). Sum of RGB (Red+Green+Blue) = 215+5+86=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D70556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70556 is #28FAA9. Grayscale: #4C4C4C. Windows color (decimal): -2685610 or 5637591. OLE color: 5637591.
HSL color Cylindrical-coordinate representation of color #D70556: hue angle of 336.86º 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 #D70556 is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.6 | 0.16 |
| HSL | 336.86º | 0.95% | 0.43% | - |
| HSV(B) | 336.86º | 0.98% | 0.84% | - |
| XYZ | 29.76 | 15.23 | 10.17 | - |
| YUV | 77.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 86 | 0 | 0.98 | 0.6 | 0.16 | 336.86 | 0.95 | 0.43 |
| Hex | D7 | 5 | 56 | 0 | 62 | 3C | 10 | 151 | 5F | 2B |
| Octal | 327 | 5 | 126 | 0 | 142 | 74 | 20 | 521 | 137 | 53 |
| Binary | 11010111 | 101 | 1010110 | 0 | 1100010 | 111100 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D70556
Complementary color
Monochromatic Colors of #D70556
Black with #D70556
Text Example
Text Example
White with #D70556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70556; }
p { color: rgb(215,5,86); }
H1.HeaderClassName
{
color: #D70556;
}
.AnyTagClassName
{
color: #D70556;
}
</style>
background-color css
<style>
a { background-color: #D70556; }
a { background-color: rgb(215,5,86); }
div.DivClassName
{
background-color: #D70556;
}
.BgClassName
{
background-color: #D70556;
}
</style>
border-color css
<style>
span { border-color: #D70556; }
span { border-color: rgb(215,5,86); }
td.TdClassName
{
border-color: #D70556;
}
.TagClassName
{
border-color: #D70556;
}
</style>