Shades of Razzmatazz #D70461
Tints of Razzmatazz #D70461
RGB
CMYK
RGB Variations
Color information
#D70461 (or 0xD70461) is known color: Razzmatazz. HEX triplet: D7, 04 and 61. RGB value is (215,4,97). Sum of RGB (Red+Green+Blue) = 215+4+97=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D70461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70461 is #28FB9E. Grayscale: #4D4D4D. Windows color (decimal): -2685855 or 6358231. OLE color: 6358231.
HSL color Cylindrical-coordinate representation of color #D70461: hue angle of 333.55º degrees, saturation: 0.96, 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 #D70461 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.16 |
| HSL | 333.55º | 0.96% | 0.43% | - |
| HSV(B) | 333.55º | 0.98% | 0.84% | - |
| XYZ | 30.23 | 15.4 | 12.69 | - |
| YUV | 77.69 | 138.9 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 97 | 0 | 0.98 | 0.55 | 0.16 | 333.55 | 0.96 | 0.43 |
| Hex | D7 | 4 | 61 | 0 | 62 | 37 | 10 | 14E | 60 | 2B |
| Octal | 327 | 4 | 141 | 0 | 142 | 67 | 20 | 516 | 140 | 53 |
| Binary | 11010111 | 100 | 1100001 | 0 | 1100010 | 110111 | 10000 | 101001110 | 1100000 | 101011 |
Color Harmonies of #D70461
Complementary color
Monochromatic Colors of #D70461
Black with #D70461
Text Example
Text Example
White with #D70461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70461; }
p { color: rgb(215,4,97); }
H1.HeaderClassName
{
color: #D70461;
}
.AnyTagClassName
{
color: #D70461;
}
</style>
background-color css
<style>
a { background-color: #D70461; }
a { background-color: rgb(215,4,97); }
div.DivClassName
{
background-color: #D70461;
}
.BgClassName
{
background-color: #D70461;
}
</style>
border-color css
<style>
span { border-color: #D70461; }
span { border-color: rgb(215,4,97); }
td.TdClassName
{
border-color: #D70461;
}
.TagClassName
{
border-color: #D70461;
}
</style>