Shades of Razzmatazz #D90056
Tints of Razzmatazz #D90056
RGB
CMYK
RGB Variations
Color information
#D90056 (or 0xD90056) is known color: Razzmatazz. HEX triplet: D9, 00 and 56. RGB value is (217,0,86). Sum of RGB (Red+Green+Blue) = 217+0+86=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D90056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90056 is #26FFA9. Grayscale: #4A4A4A. Windows color (decimal): -2555818 or 5636313. OLE color: 5636313.
HSL color Cylindrical-coordinate representation of color #D90056: hue angle of 336.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90056 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.60 | 0.15 |
| HSL | 336.22º | 1% | 0.43% | - |
| HSV(B) | 336.22º | 1% | 0.85% | - |
| XYZ | 30.29 | 15.42 | 10.18 | - |
| YUV | 74.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 86 | 0 | 1 | 0.60 | 0.15 | 336.22 | 1 | 0.43 |
| Hex | D9 | 0 | 56 | 0 | 64 | 3C | F | 150 | 64 | 2B |
| Octal | 331 | 0 | 126 | 0 | 144 | 74 | 17 | 520 | 144 | 53 |
| Binary | 11011001 | 0 | 1010110 | 0 | 1100100 | 111100 | 1111 | 101010000 | 1100100 | 101011 |
Color Harmonies of #D90056
Complementary color
Monochromatic Colors of #D90056
Black with #D90056
Text Example
Text Example
White with #D90056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90056; }
p { color: rgb(217,0,86); }
H1.HeaderClassName
{
color: #D90056;
}
.AnyTagClassName
{
color: #D90056;
}
</style>
background-color css
<style>
a { background-color: #D90056; }
a { background-color: rgb(217,0,86); }
div.DivClassName
{
background-color: #D90056;
}
.BgClassName
{
background-color: #D90056;
}
</style>
border-color css
<style>
span { border-color: #D90056; }
span { border-color: rgb(217,0,86); }
td.TdClassName
{
border-color: #D90056;
}
.TagClassName
{
border-color: #D90056;
}
</style>