Shades of Razzmatazz #D70464
Tints of Razzmatazz #D70464
RGB
CMYK
RGB Variations
Color information
#D70464 (or 0xD70464) is known color: Razzmatazz. HEX triplet: D7, 04 and 64. RGB value is (215,4,100). Sum of RGB (Red+Green+Blue) = 215+4+100=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70464 is #28FB9B. Grayscale: #4D4D4D. Windows color (decimal): -2685852 or 6554839. OLE color: 6554839.
HSL color Cylindrical-coordinate representation of color #D70464: hue angle of 332.7º 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 #D70464 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.16 |
| HSL | 332.7º | 0.96% | 0.43% | - |
| HSV(B) | 332.7º | 0.98% | 0.84% | - |
| XYZ | 30.37 | 15.45 | 13.44 | - |
| YUV | 78.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 100 | 0 | 0.98 | 0.53 | 0.16 | 332.7 | 0.96 | 0.43 |
| Hex | D7 | 4 | 64 | 0 | 62 | 35 | 10 | 14D | 60 | 2B |
| Octal | 327 | 4 | 144 | 0 | 142 | 65 | 20 | 515 | 140 | 53 |
| Binary | 11010111 | 100 | 1100100 | 0 | 1100010 | 110101 | 10000 | 101001101 | 1100000 | 101011 |
Color Harmonies of #D70464
Complementary color
Monochromatic Colors of #D70464
Black with #D70464
Text Example
Text Example
White with #D70464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70464; }
p { color: rgb(215,4,100); }
H1.HeaderClassName
{
color: #D70464;
}
.AnyTagClassName
{
color: #D70464;
}
</style>
background-color css
<style>
a { background-color: #D70464; }
a { background-color: rgb(215,4,100); }
div.DivClassName
{
background-color: #D70464;
}
.BgClassName
{
background-color: #D70464;
}
</style>
border-color css
<style>
span { border-color: #D70464; }
span { border-color: rgb(215,4,100); }
td.TdClassName
{
border-color: #D70464;
}
.TagClassName
{
border-color: #D70464;
}
</style>