Shades of Razzmatazz #D80059
Tints of Razzmatazz #D80059
RGB
CMYK
RGB Variations
Color information
#D80059 (or 0xD80059) is known color: Razzmatazz. HEX triplet: D8, 00 and 59. RGB value is (216,0,89). Sum of RGB (Red+Green+Blue) = 216+0+89=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80059 is #27FFA6. Grayscale: #4A4A4A. Windows color (decimal): -2621351 or 5832920. OLE color: 5832920.
HSL color Cylindrical-coordinate representation of color #D80059: hue angle of 335.28º 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 #D80059 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.59 | 0.15 |
| HSL | 335.28º | 1% | 0.42% | - |
| HSV(B) | 335.28º | 1% | 0.85% | - |
| XYZ | 30.12 | 15.32 | 10.82 | - |
| YUV | 74.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 89 | 0 | 1 | 0.59 | 0.15 | 335.28 | 1 | 0.42 |
| Hex | D8 | 0 | 59 | 0 | 64 | 3B | F | 14F | 64 | 2A |
| Octal | 330 | 0 | 131 | 0 | 144 | 73 | 17 | 517 | 144 | 52 |
| Binary | 11011000 | 0 | 1011001 | 0 | 1100100 | 111011 | 1111 | 101001111 | 1100100 | 101010 |
Color Harmonies of #D80059
Complementary color
Monochromatic Colors of #D80059
Black with #D80059
Text Example
Text Example
White with #D80059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80059; }
p { color: rgb(216,0,89); }
H1.HeaderClassName
{
color: #D80059;
}
.AnyTagClassName
{
color: #D80059;
}
</style>
background-color css
<style>
a { background-color: #D80059; }
a { background-color: rgb(216,0,89); }
div.DivClassName
{
background-color: #D80059;
}
.BgClassName
{
background-color: #D80059;
}
</style>
border-color css
<style>
span { border-color: #D80059; }
span { border-color: rgb(216,0,89); }
td.TdClassName
{
border-color: #D80059;
}
.TagClassName
{
border-color: #D80059;
}
</style>