Shades of Razzmatazz #D80058
Tints of Razzmatazz #D80058
RGB
CMYK
RGB Variations
Color information
#D80058 (or 0xD80058) is known color: Razzmatazz. HEX triplet: D8, 00 and 58. RGB value is (216,0,88). Sum of RGB (Red+Green+Blue) = 216+0+88=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D80058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80058 is #27FFA7. Grayscale: #4A4A4A. Windows color (decimal): -2621352 or 5767384. OLE color: 5767384.
HSL color Cylindrical-coordinate representation of color #D80058: hue angle of 335.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80058 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.59 | 0.15 |
| HSL | 335.56º | 1% | 0.42% | - |
| HSV(B) | 335.56º | 1% | 0.85% | - |
| XYZ | 30.08 | 15.3 | 10.6 | - |
| YUV | 74.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 88 | 0 | 1 | 0.59 | 0.15 | 335.56 | 1 | 0.42 |
| Hex | D8 | 0 | 58 | 0 | 64 | 3B | F | 150 | 64 | 2A |
| Octal | 330 | 0 | 130 | 0 | 144 | 73 | 17 | 520 | 144 | 52 |
| Binary | 11011000 | 0 | 1011000 | 0 | 1100100 | 111011 | 1111 | 101010000 | 1100100 | 101010 |
Color Harmonies of #D80058
Complementary color
Monochromatic Colors of #D80058
Black with #D80058
Text Example
Text Example
White with #D80058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80058; }
p { color: rgb(216,0,88); }
H1.HeaderClassName
{
color: #D80058;
}
.AnyTagClassName
{
color: #D80058;
}
</style>
background-color css
<style>
a { background-color: #D80058; }
a { background-color: rgb(216,0,88); }
div.DivClassName
{
background-color: #D80058;
}
.BgClassName
{
background-color: #D80058;
}
</style>
border-color css
<style>
span { border-color: #D80058; }
span { border-color: rgb(216,0,88); }
td.TdClassName
{
border-color: #D80058;
}
.TagClassName
{
border-color: #D80058;
}
</style>