Shades of Razzmatazz #D70162
Tints of Razzmatazz #D70162
RGB
CMYK
RGB Variations
Color information
#D70162 (or 0xD70162) is known color: Razzmatazz. HEX triplet: D7, 01 and 62. RGB value is (215,1,98). Sum of RGB (Red+Green+Blue) = 215+1+98=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D70162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70162 is #28FE9D. Grayscale: #4B4B4B. Windows color (decimal): -2686622 or 6422999. OLE color: 6422999.
HSL color Cylindrical-coordinate representation of color #D70162: hue angle of 332.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70162 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.16 |
| HSL | 332.8º | 0.99% | 0.42% | - |
| HSV(B) | 332.8º | 1% | 0.84% | - |
| XYZ | 30.24 | 15.35 | 12.92 | - |
| YUV | 76.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 98 | 0 | 1.00 | 0.54 | 0.16 | 332.8 | 0.99 | 0.42 |
| Hex | D7 | 1 | 62 | 0 | 64 | 36 | 10 | 14D | 63 | 2A |
| Octal | 327 | 1 | 142 | 0 | 144 | 66 | 20 | 515 | 143 | 52 |
| Binary | 11010111 | 1 | 1100010 | 0 | 1100100 | 110110 | 10000 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D70162
Complementary color
Monochromatic Colors of #D70162
Black with #D70162
Text Example
Text Example
White with #D70162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70162; }
p { color: rgb(215,1,98); }
H1.HeaderClassName
{
color: #D70162;
}
.AnyTagClassName
{
color: #D70162;
}
</style>
background-color css
<style>
a { background-color: #D70162; }
a { background-color: rgb(215,1,98); }
div.DivClassName
{
background-color: #D70162;
}
.BgClassName
{
background-color: #D70162;
}
</style>
border-color css
<style>
span { border-color: #D70162; }
span { border-color: rgb(215,1,98); }
td.TdClassName
{
border-color: #D70162;
}
.TagClassName
{
border-color: #D70162;
}
</style>