Shades of Razzmatazz #D80554
Tints of Razzmatazz #D80554
RGB
CMYK
RGB Variations
Color information
#D80554 (or 0xD80554) is known color: Razzmatazz. HEX triplet: D8, 05 and 54. RGB value is (216,5,84). Sum of RGB (Red+Green+Blue) = 216+5+84=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80554 is #27FAAB. Grayscale: #4C4C4C. Windows color (decimal): -2620076 or 5506520. OLE color: 5506520.
HSL color Cylindrical-coordinate representation of color #D80554: hue angle of 337.54º degrees, saturation: 0.95, 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 #D80554 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.54º | 0.95% | 0.43% | - |
| HSV(B) | 337.54º | 0.98% | 0.85% | - |
| XYZ | 29.97 | 15.35 | 9.77 | - |
| YUV | 77.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 84 | 0 | 0.98 | 0.61 | 0.15 | 337.54 | 0.95 | 0.43 |
| Hex | D8 | 5 | 54 | 0 | 62 | 3D | F | 152 | 5F | 2B |
| Octal | 330 | 5 | 124 | 0 | 142 | 75 | 17 | 522 | 137 | 53 |
| Binary | 11011000 | 101 | 1010100 | 0 | 1100010 | 111101 | 1111 | 101010010 | 1011111 | 101011 |
Color Harmonies of #D80554
Complementary color
Monochromatic Colors of #D80554
Black with #D80554
Text Example
Text Example
White with #D80554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80554; }
p { color: rgb(216,5,84); }
H1.HeaderClassName
{
color: #D80554;
}
.AnyTagClassName
{
color: #D80554;
}
</style>
background-color css
<style>
a { background-color: #D80554; }
a { background-color: rgb(216,5,84); }
div.DivClassName
{
background-color: #D80554;
}
.BgClassName
{
background-color: #D80554;
}
</style>
border-color css
<style>
span { border-color: #D80554; }
span { border-color: rgb(216,5,84); }
td.TdClassName
{
border-color: #D80554;
}
.TagClassName
{
border-color: #D80554;
}
</style>