Shades of Razzmatazz #D70462
Tints of Razzmatazz #D70462
RGB
CMYK
RGB Variations
Color information
#D70462 (or 0xD70462) is known color: Razzmatazz. HEX triplet: D7, 04 and 62. RGB value is (215,4,98). Sum of RGB (Red+Green+Blue) = 215+4+98=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D70462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70462 is #28FB9D. Grayscale: #4D4D4D. Windows color (decimal): -2685854 or 6423767. OLE color: 6423767.
HSL color Cylindrical-coordinate representation of color #D70462: hue angle of 333.27º 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 #D70462 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.16 |
| HSL | 333.27º | 0.96% | 0.43% | - |
| HSV(B) | 333.27º | 0.98% | 0.84% | - |
| XYZ | 30.27 | 15.42 | 12.94 | - |
| YUV | 77.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 98 | 0 | 0.98 | 0.54 | 0.16 | 333.27 | 0.96 | 0.43 |
| Hex | D7 | 4 | 62 | 0 | 62 | 36 | 10 | 14D | 60 | 2B |
| Octal | 327 | 4 | 142 | 0 | 142 | 66 | 20 | 515 | 140 | 53 |
| Binary | 11010111 | 100 | 1100010 | 0 | 1100010 | 110110 | 10000 | 101001101 | 1100000 | 101011 |
Color Harmonies of #D70462
Complementary color
Monochromatic Colors of #D70462
Black with #D70462
Text Example
Text Example
White with #D70462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70462; }
p { color: rgb(215,4,98); }
H1.HeaderClassName
{
color: #D70462;
}
.AnyTagClassName
{
color: #D70462;
}
</style>
background-color css
<style>
a { background-color: #D70462; }
a { background-color: rgb(215,4,98); }
div.DivClassName
{
background-color: #D70462;
}
.BgClassName
{
background-color: #D70462;
}
</style>
border-color css
<style>
span { border-color: #D70462; }
span { border-color: rgb(215,4,98); }
td.TdClassName
{
border-color: #D70462;
}
.TagClassName
{
border-color: #D70462;
}
</style>