Shades of Razzmatazz #D80858
Tints of Razzmatazz #D80858
RGB
CMYK
RGB Variations
Color information
#D80858 (or 0xD80858) is known color: Razzmatazz. HEX triplet: D8, 08 and 58. RGB value is (216,8,88). Sum of RGB (Red+Green+Blue) = 216+8+88=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D80858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80858 is #27F7A7. Grayscale: #4F4F4F. Windows color (decimal): -2619304 or 5769432. OLE color: 5769432.
HSL color Cylindrical-coordinate representation of color #D80858: hue angle of 336.92º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80858 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.15 |
| HSL | 336.92º | 0.93% | 0.44% | - |
| HSV(B) | 336.92º | 0.96% | 0.85% | - |
| XYZ | 30.17 | 15.48 | 10.63 | - |
| YUV | 79.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 88 | 0 | 0.96 | 0.59 | 0.15 | 336.92 | 0.93 | 0.44 |
| Hex | D8 | 8 | 58 | 0 | 60 | 3B | F | 151 | 5D | 2C |
| Octal | 330 | 10 | 130 | 0 | 140 | 73 | 17 | 521 | 135 | 54 |
| Binary | 11011000 | 1000 | 1011000 | 0 | 1100000 | 111011 | 1111 | 101010001 | 1011101 | 101100 |
Color Harmonies of #D80858
Complementary color
Monochromatic Colors of #D80858
Black with #D80858
Text Example
Text Example
White with #D80858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80858; }
p { color: rgb(216,8,88); }
H1.HeaderClassName
{
color: #D80858;
}
.AnyTagClassName
{
color: #D80858;
}
</style>
background-color css
<style>
a { background-color: #D80858; }
a { background-color: rgb(216,8,88); }
div.DivClassName
{
background-color: #D80858;
}
.BgClassName
{
background-color: #D80858;
}
</style>
border-color css
<style>
span { border-color: #D80858; }
span { border-color: rgb(216,8,88); }
td.TdClassName
{
border-color: #D80858;
}
.TagClassName
{
border-color: #D80858;
}
</style>