Shades of Razzmatazz #D80048
Tints of Razzmatazz #D80048
RGB
CMYK
RGB Variations
Color information
#D80048 (or 0xD80048) is known color: Razzmatazz. HEX triplet: D8, 00 and 48. RGB value is (216,0,72). Sum of RGB (Red+Green+Blue) = 216+0+72=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D80048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80048 is #27FFB7. Grayscale: #484848. Windows color (decimal): -2621368 or 4718808. OLE color: 4718808.
HSL color Cylindrical-coordinate representation of color #D80048: hue angle of 340º 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 #D80048 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.67 | 0.15 |
| HSL | 340º | 1% | 0.42% | - |
| HSV(B) | 340º | 1% | 0.85% | - |
| XYZ | 29.49 | 15.07 | 7.48 | - |
| YUV | 72.79 | 127.56 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 72 | 0 | 1 | 0.67 | 0.15 | 340 | 1 | 0.42 |
| Hex | D8 | 0 | 48 | 0 | 64 | 43 | F | 154 | 64 | 2A |
| Octal | 330 | 0 | 110 | 0 | 144 | 103 | 17 | 524 | 144 | 52 |
| Binary | 11011000 | 0 | 1001000 | 0 | 1100100 | 1000011 | 1111 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D80048
Complementary color
Monochromatic Colors of #D80048
Black with #D80048
Text Example
Text Example
White with #D80048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80048; }
p { color: rgb(216,0,72); }
H1.HeaderClassName
{
color: #D80048;
}
.AnyTagClassName
{
color: #D80048;
}
</style>
background-color css
<style>
a { background-color: #D80048; }
a { background-color: rgb(216,0,72); }
div.DivClassName
{
background-color: #D80048;
}
.BgClassName
{
background-color: #D80048;
}
</style>
border-color css
<style>
span { border-color: #D80048; }
span { border-color: rgb(216,0,72); }
td.TdClassName
{
border-color: #D80048;
}
.TagClassName
{
border-color: #D80048;
}
</style>