Shades of Razzmatazz #D80954
Tints of Razzmatazz #D80954
RGB
CMYK
RGB Variations
Color information
#D80954 (or 0xD80954) is known color: Razzmatazz. HEX triplet: D8, 09 and 54. RGB value is (216,9,84). Sum of RGB (Red+Green+Blue) = 216+9+84=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D80954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80954 is #27F6AB. Grayscale: #4F4F4F. Windows color (decimal): -2619052 or 5507544. OLE color: 5507544.
HSL color Cylindrical-coordinate representation of color #D80954: hue angle of 338.26º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80954 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.15 |
| HSL | 338.26º | 0.92% | 0.44% | - |
| HSV(B) | 338.26º | 0.96% | 0.85% | - |
| XYZ | 30.02 | 15.43 | 9.78 | - |
| YUV | 79.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 84 | 0 | 0.96 | 0.61 | 0.15 | 338.26 | 0.92 | 0.44 |
| Hex | D8 | 9 | 54 | 0 | 60 | 3D | F | 152 | 5C | 2C |
| Octal | 330 | 11 | 124 | 0 | 140 | 75 | 17 | 522 | 134 | 54 |
| Binary | 11011000 | 1001 | 1010100 | 0 | 1100000 | 111101 | 1111 | 101010010 | 1011100 | 101100 |
Color Harmonies of #D80954
Complementary color
Monochromatic Colors of #D80954
Black with #D80954
Text Example
Text Example
White with #D80954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80954; }
p { color: rgb(216,9,84); }
H1.HeaderClassName
{
color: #D80954;
}
.AnyTagClassName
{
color: #D80954;
}
</style>
background-color css
<style>
a { background-color: #D80954; }
a { background-color: rgb(216,9,84); }
div.DivClassName
{
background-color: #D80954;
}
.BgClassName
{
background-color: #D80954;
}
</style>
border-color css
<style>
span { border-color: #D80954; }
span { border-color: rgb(216,9,84); }
td.TdClassName
{
border-color: #D80954;
}
.TagClassName
{
border-color: #D80954;
}
</style>