Shades of Razzmatazz #D80562
Tints of Razzmatazz #D80562
RGB
CMYK
RGB Variations
Color information
#D80562 (or 0xD80562) is known color: Razzmatazz. HEX triplet: D8, 05 and 62. RGB value is (216,5,98). Sum of RGB (Red+Green+Blue) = 216+5+98=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D80562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80562 is #27FA9D. Grayscale: #4E4E4E. Windows color (decimal): -2620062 or 6424024. OLE color: 6424024.
HSL color Cylindrical-coordinate representation of color #D80562: hue angle of 333.55º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80562 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.15 |
| HSL | 333.55º | 0.95% | 0.43% | - |
| HSV(B) | 333.55º | 0.98% | 0.85% | - |
| XYZ | 30.58 | 15.59 | 12.95 | - |
| YUV | 78.69 | 138.9 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 98 | 0 | 0.98 | 0.55 | 0.15 | 333.55 | 0.95 | 0.43 |
| Hex | D8 | 5 | 62 | 0 | 62 | 37 | F | 14E | 5F | 2B |
| Octal | 330 | 5 | 142 | 0 | 142 | 67 | 17 | 516 | 137 | 53 |
| Binary | 11011000 | 101 | 1100010 | 0 | 1100010 | 110111 | 1111 | 101001110 | 1011111 | 101011 |
Color Harmonies of #D80562
Complementary color
Monochromatic Colors of #D80562
Black with #D80562
Text Example
Text Example
White with #D80562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80562; }
p { color: rgb(216,5,98); }
H1.HeaderClassName
{
color: #D80562;
}
.AnyTagClassName
{
color: #D80562;
}
</style>
background-color css
<style>
a { background-color: #D80562; }
a { background-color: rgb(216,5,98); }
div.DivClassName
{
background-color: #D80562;
}
.BgClassName
{
background-color: #D80562;
}
</style>
border-color css
<style>
span { border-color: #D80562; }
span { border-color: rgb(216,5,98); }
td.TdClassName
{
border-color: #D80562;
}
.TagClassName
{
border-color: #D80562;
}
</style>