Shades of Razzmatazz #D80F51
Tints of Razzmatazz #D80F51
RGB
CMYK
RGB Variations
Color information
#D80F51 (or 0xD80F51) is known color: Razzmatazz. HEX triplet: D8, 0F and 51. RGB value is (216,15,81). Sum of RGB (Red+Green+Blue) = 216+15+81=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F51 is #27F0AE. Grayscale: #525252. Windows color (decimal): -2617519 or 5312472. OLE color: 5312472.
HSL color Cylindrical-coordinate representation of color #D80F51: hue angle of 340.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F51 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 81 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.15 |
| HSL | 340.3º | 0.87% | 0.45% | - |
| HSV(B) | 340.3º | 0.93% | 0.85% | - |
| XYZ | 29.97 | 15.53 | 9.2 | - |
| YUV | 82.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 81 | 0 | 0.93 | 0.62 | 0.15 | 340.3 | 0.87 | 0.45 |
| Hex | D8 | F | 51 | 0 | 5D | 3E | F | 154 | 57 | 2D |
| Octal | 330 | 17 | 121 | 0 | 135 | 76 | 17 | 524 | 127 | 55 |
| Binary | 11011000 | 1111 | 1010001 | 0 | 1011101 | 111110 | 1111 | 101010100 | 1010111 | 101101 |
Color Harmonies of #D80F51
Complementary color
Monochromatic Colors of #D80F51
Black with #D80F51
Text Example
Text Example
White with #D80F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F51; }
p { color: rgb(216,15,81); }
H1.HeaderClassName
{
color: #D80F51;
}
.AnyTagClassName
{
color: #D80F51;
}
</style>
background-color css
<style>
a { background-color: #D80F51; }
a { background-color: rgb(216,15,81); }
div.DivClassName
{
background-color: #D80F51;
}
.BgClassName
{
background-color: #D80F51;
}
</style>
border-color css
<style>
span { border-color: #D80F51; }
span { border-color: rgb(216,15,81); }
td.TdClassName
{
border-color: #D80F51;
}
.TagClassName
{
border-color: #D80F51;
}
</style>