Shades of Razzmatazz #D80151
Tints of Razzmatazz #D80151
RGB
CMYK
RGB Variations
Color information
#D80151 (or 0xD80151) is known color: Razzmatazz. HEX triplet: D8, 01 and 51. RGB value is (216,1,81). Sum of RGB (Red+Green+Blue) = 216+1+81=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D80151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80151 is #27FEAE. Grayscale: #4A4A4A. Windows color (decimal): -2621103 or 5308888. OLE color: 5308888.
HSL color Cylindrical-coordinate representation of color #D80151: hue angle of 337.67º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80151 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.15 |
| HSL | 337.67º | 0.99% | 0.43% | - |
| HSV(B) | 337.67º | 1% | 0.85% | - |
| XYZ | 29.81 | 15.21 | 9.15 | - |
| YUV | 74.41 | 131.73 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 81 | 0 | 1.00 | 0.62 | 0.15 | 337.67 | 0.99 | 0.43 |
| Hex | D8 | 1 | 51 | 0 | 64 | 3E | F | 152 | 63 | 2B |
| Octal | 330 | 1 | 121 | 0 | 144 | 76 | 17 | 522 | 143 | 53 |
| Binary | 11011000 | 1 | 1010001 | 0 | 1100100 | 111110 | 1111 | 101010010 | 1100011 | 101011 |
Color Harmonies of #D80151
Complementary color
Monochromatic Colors of #D80151
Black with #D80151
Text Example
Text Example
White with #D80151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80151; }
p { color: rgb(216,1,81); }
H1.HeaderClassName
{
color: #D80151;
}
.AnyTagClassName
{
color: #D80151;
}
</style>
background-color css
<style>
a { background-color: #D80151; }
a { background-color: rgb(216,1,81); }
div.DivClassName
{
background-color: #D80151;
}
.BgClassName
{
background-color: #D80151;
}
</style>
border-color css
<style>
span { border-color: #D80151; }
span { border-color: rgb(216,1,81); }
td.TdClassName
{
border-color: #D80151;
}
.TagClassName
{
border-color: #D80151;
}
</style>