Shades of Razzmatazz #D80159
Tints of Razzmatazz #D80159
RGB
CMYK
RGB Variations
Color information
#D80159 (or 0xD80159) is known color: Razzmatazz. HEX triplet: D8, 01 and 59. RGB value is (216,1,89). Sum of RGB (Red+Green+Blue) = 216+1+89=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D80159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80159 is #27FEA6. Grayscale: #4B4B4B. Windows color (decimal): -2621095 or 5833176. OLE color: 5833176.
HSL color Cylindrical-coordinate representation of color #D80159: hue angle of 335.44º 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 #D80159 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.15 |
| HSL | 335.44º | 0.99% | 0.43% | - |
| HSV(B) | 335.44º | 1% | 0.85% | - |
| XYZ | 30.13 | 15.34 | 10.82 | - |
| YUV | 75.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 89 | 0 | 1.00 | 0.59 | 0.15 | 335.44 | 0.99 | 0.43 |
| Hex | D8 | 1 | 59 | 0 | 64 | 3B | F | 14F | 63 | 2B |
| Octal | 330 | 1 | 131 | 0 | 144 | 73 | 17 | 517 | 143 | 53 |
| Binary | 11011000 | 1 | 1011001 | 0 | 1100100 | 111011 | 1111 | 101001111 | 1100011 | 101011 |
Color Harmonies of #D80159
Complementary color
Monochromatic Colors of #D80159
Black with #D80159
Text Example
Text Example
White with #D80159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80159; }
p { color: rgb(216,1,89); }
H1.HeaderClassName
{
color: #D80159;
}
.AnyTagClassName
{
color: #D80159;
}
</style>
background-color css
<style>
a { background-color: #D80159; }
a { background-color: rgb(216,1,89); }
div.DivClassName
{
background-color: #D80159;
}
.BgClassName
{
background-color: #D80159;
}
</style>
border-color css
<style>
span { border-color: #D80159; }
span { border-color: rgb(216,1,89); }
td.TdClassName
{
border-color: #D80159;
}
.TagClassName
{
border-color: #D80159;
}
</style>