Shades of Razzmatazz #D80258
Tints of Razzmatazz #D80258
RGB
CMYK
RGB Variations
Color information
#D80258 (or 0xD80258) is known color: Razzmatazz. HEX triplet: D8, 02 and 58. RGB value is (216,2,88). Sum of RGB (Red+Green+Blue) = 216+2+88=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D80258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80258 is #27FDA7. Grayscale: #4B4B4B. Windows color (decimal): -2620840 or 5767896. OLE color: 5767896.
HSL color Cylindrical-coordinate representation of color #D80258: hue angle of 335.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80258 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.15 |
| HSL | 335.89º | 0.98% | 0.43% | - |
| HSV(B) | 335.89º | 0.99% | 0.85% | - |
| XYZ | 30.1 | 15.35 | 10.61 | - |
| YUV | 75.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 88 | 0 | 0.99 | 0.59 | 0.15 | 335.89 | 0.98 | 0.43 |
| Hex | D8 | 2 | 58 | 0 | 63 | 3B | F | 150 | 62 | 2B |
| Octal | 330 | 2 | 130 | 0 | 143 | 73 | 17 | 520 | 142 | 53 |
| Binary | 11011000 | 10 | 1011000 | 0 | 1100011 | 111011 | 1111 | 101010000 | 1100010 | 101011 |
Color Harmonies of #D80258
Complementary color
Monochromatic Colors of #D80258
Black with #D80258
Text Example
Text Example
White with #D80258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80258; }
p { color: rgb(216,2,88); }
H1.HeaderClassName
{
color: #D80258;
}
.AnyTagClassName
{
color: #D80258;
}
</style>
background-color css
<style>
a { background-color: #D80258; }
a { background-color: rgb(216,2,88); }
div.DivClassName
{
background-color: #D80258;
}
.BgClassName
{
background-color: #D80258;
}
</style>
border-color css
<style>
span { border-color: #D80258; }
span { border-color: rgb(216,2,88); }
td.TdClassName
{
border-color: #D80258;
}
.TagClassName
{
border-color: #D80258;
}
</style>