Shades of Razzmatazz #D70356
Tints of Razzmatazz #D70356
RGB
CMYK
RGB Variations
Color information
#D70356 (or 0xD70356) is known color: Razzmatazz. HEX triplet: D7, 03 and 56. RGB value is (215,3,86). Sum of RGB (Red+Green+Blue) = 215+3+86=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D70356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70356 is #28FCA9. Grayscale: #4B4B4B. Windows color (decimal): -2686122 or 5637079. OLE color: 5637079.
HSL color Cylindrical-coordinate representation of color #D70356: hue angle of 336.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70356 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.16 |
| HSL | 336.51º | 0.97% | 0.43% | - |
| HSV(B) | 336.51º | 0.99% | 0.84% | - |
| XYZ | 29.74 | 15.18 | 10.17 | - |
| YUV | 75.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 86 | 0 | 0.99 | 0.6 | 0.16 | 336.51 | 0.97 | 0.43 |
| Hex | D7 | 3 | 56 | 0 | 63 | 3C | 10 | 151 | 61 | 2B |
| Octal | 327 | 3 | 126 | 0 | 143 | 74 | 20 | 521 | 141 | 53 |
| Binary | 11010111 | 11 | 1010110 | 0 | 1100011 | 111100 | 10000 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D70356
Complementary color
Monochromatic Colors of #D70356
Black with #D70356
Text Example
Text Example
White with #D70356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70356; }
p { color: rgb(215,3,86); }
H1.HeaderClassName
{
color: #D70356;
}
.AnyTagClassName
{
color: #D70356;
}
</style>
background-color css
<style>
a { background-color: #D70356; }
a { background-color: rgb(215,3,86); }
div.DivClassName
{
background-color: #D70356;
}
.BgClassName
{
background-color: #D70356;
}
</style>
border-color css
<style>
span { border-color: #D70356; }
span { border-color: rgb(215,3,86); }
td.TdClassName
{
border-color: #D70356;
}
.TagClassName
{
border-color: #D70356;
}
</style>