Shades of Razzmatazz #D80561
Tints of Razzmatazz #D80561
RGB
CMYK
RGB Variations
Color information
#D80561 (or 0xD80561) is known color: Razzmatazz. HEX triplet: D8, 05 and 61. RGB value is (216,5,97). Sum of RGB (Red+Green+Blue) = 216+5+97=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D80561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80561 is #27FA9E. Grayscale: #4E4E4E. Windows color (decimal): -2620063 or 6358488. OLE color: 6358488.
HSL color Cylindrical-coordinate representation of color #D80561: hue angle of 333.84º 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 #D80561 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 97 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.15 |
| HSL | 333.84º | 0.95% | 0.43% | - |
| HSV(B) | 333.84º | 0.98% | 0.85% | - |
| XYZ | 30.53 | 15.57 | 12.71 | - |
| YUV | 78.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 97 | 0 | 0.98 | 0.55 | 0.15 | 333.84 | 0.95 | 0.43 |
| Hex | D8 | 5 | 61 | 0 | 62 | 37 | F | 14E | 5F | 2B |
| Octal | 330 | 5 | 141 | 0 | 142 | 67 | 17 | 516 | 137 | 53 |
| Binary | 11011000 | 101 | 1100001 | 0 | 1100010 | 110111 | 1111 | 101001110 | 1011111 | 101011 |
Color Harmonies of #D80561
Complementary color
Monochromatic Colors of #D80561
Black with #D80561
Text Example
Text Example
White with #D80561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80561; }
p { color: rgb(216,5,97); }
H1.HeaderClassName
{
color: #D80561;
}
.AnyTagClassName
{
color: #D80561;
}
</style>
background-color css
<style>
a { background-color: #D80561; }
a { background-color: rgb(216,5,97); }
div.DivClassName
{
background-color: #D80561;
}
.BgClassName
{
background-color: #D80561;
}
</style>
border-color css
<style>
span { border-color: #D80561; }
span { border-color: rgb(216,5,97); }
td.TdClassName
{
border-color: #D80561;
}
.TagClassName
{
border-color: #D80561;
}
</style>