Shades of Razzmatazz #D80D51
Tints of Razzmatazz #D80D51
RGB
CMYK
RGB Variations
Color information
#D80D51 (or 0xD80D51) is known color: Razzmatazz. HEX triplet: D8, 0D and 51. RGB value is (216,13,81). Sum of RGB (Red+Green+Blue) = 216+13+81=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D51 is #27F2AE. Grayscale: #515151. Windows color (decimal): -2618031 or 5311960. OLE color: 5311960.
HSL color Cylindrical-coordinate representation of color #D80D51: hue angle of 339.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D51 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.15 |
| HSL | 339.9º | 0.89% | 0.45% | - |
| HSV(B) | 339.9º | 0.94% | 0.85% | - |
| XYZ | 29.95 | 15.48 | 9.19 | - |
| YUV | 81.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 81 | 0 | 0.94 | 0.62 | 0.15 | 339.9 | 0.89 | 0.45 |
| Hex | D8 | D | 51 | 0 | 5E | 3E | F | 154 | 59 | 2D |
| Octal | 330 | 15 | 121 | 0 | 136 | 76 | 17 | 524 | 131 | 55 |
| Binary | 11011000 | 1101 | 1010001 | 0 | 1011110 | 111110 | 1111 | 101010100 | 1011001 | 101101 |
Color Harmonies of #D80D51
Complementary color
Monochromatic Colors of #D80D51
Black with #D80D51
Text Example
Text Example
White with #D80D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D51; }
p { color: rgb(216,13,81); }
H1.HeaderClassName
{
color: #D80D51;
}
.AnyTagClassName
{
color: #D80D51;
}
</style>
background-color css
<style>
a { background-color: #D80D51; }
a { background-color: rgb(216,13,81); }
div.DivClassName
{
background-color: #D80D51;
}
.BgClassName
{
background-color: #D80D51;
}
</style>
border-color css
<style>
span { border-color: #D80D51; }
span { border-color: rgb(216,13,81); }
td.TdClassName
{
border-color: #D80D51;
}
.TagClassName
{
border-color: #D80D51;
}
</style>