Shades of Razzmatazz #D80455
Tints of Razzmatazz #D80455
RGB
CMYK
RGB Variations
Color information
#D80455 (or 0xD80455) is known color: Razzmatazz. HEX triplet: D8, 04 and 55. RGB value is (216,4,85). Sum of RGB (Red+Green+Blue) = 216+4+85=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80455 is #27FBAA. Grayscale: #4C4C4C. Windows color (decimal): -2620331 or 5571800. OLE color: 5571800.
HSL color Cylindrical-coordinate representation of color #D80455: hue angle of 337.08º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80455 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.08º | 0.96% | 0.43% | - |
| HSV(B) | 337.08º | 0.98% | 0.85% | - |
| XYZ | 30 | 15.34 | 9.97 | - |
| YUV | 76.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 85 | 0 | 0.98 | 0.61 | 0.15 | 337.08 | 0.96 | 0.43 |
| Hex | D8 | 4 | 55 | 0 | 62 | 3D | F | 151 | 60 | 2B |
| Octal | 330 | 4 | 125 | 0 | 142 | 75 | 17 | 521 | 140 | 53 |
| Binary | 11011000 | 100 | 1010101 | 0 | 1100010 | 111101 | 1111 | 101010001 | 1100000 | 101011 |
Color Harmonies of #D80455
Complementary color
Monochromatic Colors of #D80455
Black with #D80455
Text Example
Text Example
White with #D80455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80455; }
p { color: rgb(216,4,85); }
H1.HeaderClassName
{
color: #D80455;
}
.AnyTagClassName
{
color: #D80455;
}
</style>
background-color css
<style>
a { background-color: #D80455; }
a { background-color: rgb(216,4,85); }
div.DivClassName
{
background-color: #D80455;
}
.BgClassName
{
background-color: #D80455;
}
</style>
border-color css
<style>
span { border-color: #D80455; }
span { border-color: rgb(216,4,85); }
td.TdClassName
{
border-color: #D80455;
}
.TagClassName
{
border-color: #D80455;
}
</style>