Shades of Razzmatazz #D80354
Tints of Razzmatazz #D80354
RGB
CMYK
RGB Variations
Color information
#D80354 (or 0xD80354) is known color: Razzmatazz. HEX triplet: D8, 03 and 54. RGB value is (216,3,84). Sum of RGB (Red+Green+Blue) = 216+3+84=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D80354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80354 is #27FCAB. Grayscale: #4B4B4B. Windows color (decimal): -2620588 or 5506008. OLE color: 5506008.
HSL color Cylindrical-coordinate representation of color #D80354: hue angle of 337.18º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80354 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 84 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.15 |
| HSL | 337.18º | 0.97% | 0.43% | - |
| HSV(B) | 337.18º | 0.99% | 0.85% | - |
| XYZ | 29.95 | 15.3 | 9.76 | - |
| YUV | 75.92 | 132.57 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 84 | 0 | 0.99 | 0.61 | 0.15 | 337.18 | 0.97 | 0.43 |
| Hex | D8 | 3 | 54 | 0 | 63 | 3D | F | 151 | 61 | 2B |
| Octal | 330 | 3 | 124 | 0 | 143 | 75 | 17 | 521 | 141 | 53 |
| Binary | 11011000 | 11 | 1010100 | 0 | 1100011 | 111101 | 1111 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D80354
Complementary color
Monochromatic Colors of #D80354
Black with #D80354
Text Example
Text Example
White with #D80354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80354; }
p { color: rgb(216,3,84); }
H1.HeaderClassName
{
color: #D80354;
}
.AnyTagClassName
{
color: #D80354;
}
</style>
background-color css
<style>
a { background-color: #D80354; }
a { background-color: rgb(216,3,84); }
div.DivClassName
{
background-color: #D80354;
}
.BgClassName
{
background-color: #D80354;
}
</style>
border-color css
<style>
span { border-color: #D80354; }
span { border-color: rgb(216,3,84); }
td.TdClassName
{
border-color: #D80354;
}
.TagClassName
{
border-color: #D80354;
}
</style>