Shades of Razzmatazz #D80451
Tints of Razzmatazz #D80451
RGB
CMYK
RGB Variations
Color information
#D80451 (or 0xD80451) is known color: Razzmatazz. HEX triplet: D8, 04 and 51. RGB value is (216,4,81). Sum of RGB (Red+Green+Blue) = 216+4+81=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D80451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80451 is #27FBAE. Grayscale: #4C4C4C. Windows color (decimal): -2620335 or 5309656. OLE color: 5309656.
HSL color Cylindrical-coordinate representation of color #D80451: hue angle of 338.21º degrees, saturation: 0.96, 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 #D80451 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.15 |
| HSL | 338.21º | 0.96% | 0.43% | - |
| HSV(B) | 338.21º | 0.98% | 0.85% | - |
| XYZ | 29.85 | 15.28 | 9.16 | - |
| YUV | 76.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 81 | 0 | 0.98 | 0.62 | 0.15 | 338.21 | 0.96 | 0.43 |
| Hex | D8 | 4 | 51 | 0 | 62 | 3E | F | 152 | 60 | 2B |
| Octal | 330 | 4 | 121 | 0 | 142 | 76 | 17 | 522 | 140 | 53 |
| Binary | 11011000 | 100 | 1010001 | 0 | 1100010 | 111110 | 1111 | 101010010 | 1100000 | 101011 |
Color Harmonies of #D80451
Complementary color
Monochromatic Colors of #D80451
Black with #D80451
Text Example
Text Example
White with #D80451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80451; }
p { color: rgb(216,4,81); }
H1.HeaderClassName
{
color: #D80451;
}
.AnyTagClassName
{
color: #D80451;
}
</style>
background-color css
<style>
a { background-color: #D80451; }
a { background-color: rgb(216,4,81); }
div.DivClassName
{
background-color: #D80451;
}
.BgClassName
{
background-color: #D80451;
}
</style>
border-color css
<style>
span { border-color: #D80451; }
span { border-color: rgb(216,4,81); }
td.TdClassName
{
border-color: #D80451;
}
.TagClassName
{
border-color: #D80451;
}
</style>