Shades of Razzmatazz #D90854
Tints of Razzmatazz #D90854
RGB
CMYK
RGB Variations
Color information
#D90854 (or 0xD90854) is known color: Razzmatazz. HEX triplet: D9, 08 and 54. RGB value is (217,8,84). Sum of RGB (Red+Green+Blue) = 217+8+84=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D90854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90854 is #26F7AB. Grayscale: #4F4F4F. Windows color (decimal): -2553772 or 5507289. OLE color: 5507289.
HSL color Cylindrical-coordinate representation of color #D90854: hue angle of 338.18º degrees, saturation: 0.93, 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 #D90854 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.15 |
| HSL | 338.18º | 0.93% | 0.44% | - |
| HSV(B) | 338.18º | 0.96% | 0.85% | - |
| XYZ | 30.3 | 15.57 | 9.79 | - |
| YUV | 79.16 | 130.74 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 84 | 0 | 0.96 | 0.61 | 0.15 | 338.18 | 0.93 | 0.44 |
| Hex | D9 | 8 | 54 | 0 | 60 | 3D | F | 152 | 5D | 2C |
| Octal | 331 | 10 | 124 | 0 | 140 | 75 | 17 | 522 | 135 | 54 |
| Binary | 11011001 | 1000 | 1010100 | 0 | 1100000 | 111101 | 1111 | 101010010 | 1011101 | 101100 |
Color Harmonies of #D90854
Complementary color
Monochromatic Colors of #D90854
Black with #D90854
Text Example
Text Example
White with #D90854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90854; }
p { color: rgb(217,8,84); }
H1.HeaderClassName
{
color: #D90854;
}
.AnyTagClassName
{
color: #D90854;
}
</style>
background-color css
<style>
a { background-color: #D90854; }
a { background-color: rgb(217,8,84); }
div.DivClassName
{
background-color: #D90854;
}
.BgClassName
{
background-color: #D90854;
}
</style>
border-color css
<style>
span { border-color: #D90854; }
span { border-color: rgb(217,8,84); }
td.TdClassName
{
border-color: #D90854;
}
.TagClassName
{
border-color: #D90854;
}
</style>