Shades of Razzmatazz #D80162
Tints of Razzmatazz #D80162
RGB
CMYK
RGB Variations
Color information
#D80162 (or 0xD80162) is known color: Razzmatazz. HEX triplet: D8, 01 and 62. RGB value is (216,1,98). Sum of RGB (Red+Green+Blue) = 216+1+98=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D80162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80162 is #27FE9D. Grayscale: #4C4C4C. Windows color (decimal): -2621086 or 6423000. OLE color: 6423000.
HSL color Cylindrical-coordinate representation of color #D80162: hue angle of 332.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80162 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.15 |
| HSL | 332.93º | 0.99% | 0.43% | - |
| HSV(B) | 332.93º | 1% | 0.85% | - |
| XYZ | 30.53 | 15.5 | 12.94 | - |
| YUV | 76.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 98 | 0 | 1.00 | 0.55 | 0.15 | 332.93 | 0.99 | 0.43 |
| Hex | D8 | 1 | 62 | 0 | 64 | 37 | F | 14D | 63 | 2B |
| Octal | 330 | 1 | 142 | 0 | 144 | 67 | 17 | 515 | 143 | 53 |
| Binary | 11011000 | 1 | 1100010 | 0 | 1100100 | 110111 | 1111 | 101001101 | 1100011 | 101011 |
Color Harmonies of #D80162
Complementary color
Monochromatic Colors of #D80162
Black with #D80162
Text Example
Text Example
White with #D80162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80162; }
p { color: rgb(216,1,98); }
H1.HeaderClassName
{
color: #D80162;
}
.AnyTagClassName
{
color: #D80162;
}
</style>
background-color css
<style>
a { background-color: #D80162; }
a { background-color: rgb(216,1,98); }
div.DivClassName
{
background-color: #D80162;
}
.BgClassName
{
background-color: #D80162;
}
</style>
border-color css
<style>
span { border-color: #D80162; }
span { border-color: rgb(216,1,98); }
td.TdClassName
{
border-color: #D80162;
}
.TagClassName
{
border-color: #D80162;
}
</style>