Shades of Razzmatazz #D90556
Tints of Razzmatazz #D90556
RGB
CMYK
RGB Variations
Color information
#D90556 (or 0xD90556) is known color: Razzmatazz. HEX triplet: D9, 05 and 56. RGB value is (217,5,86). Sum of RGB (Red+Green+Blue) = 217+5+86=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90556 is #26FAA9. Grayscale: #4D4D4D. Windows color (decimal): -2554538 or 5637593. OLE color: 5637593.
HSL color Cylindrical-coordinate representation of color #D90556: hue angle of 337.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90556 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.15 |
| HSL | 337.08º | 0.95% | 0.44% | - |
| HSV(B) | 337.08º | 0.98% | 0.85% | - |
| XYZ | 30.35 | 15.53 | 10.2 | - |
| YUV | 77.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 86 | 0 | 0.98 | 0.60 | 0.15 | 337.08 | 0.95 | 0.44 |
| Hex | D9 | 5 | 56 | 0 | 62 | 3C | F | 151 | 5F | 2C |
| Octal | 331 | 5 | 126 | 0 | 142 | 74 | 17 | 521 | 137 | 54 |
| Binary | 11011001 | 101 | 1010110 | 0 | 1100010 | 111100 | 1111 | 101010001 | 1011111 | 101100 |
Color Harmonies of #D90556
Complementary color
Monochromatic Colors of #D90556
Black with #D90556
Text Example
Text Example
White with #D90556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90556; }
p { color: rgb(217,5,86); }
H1.HeaderClassName
{
color: #D90556;
}
.AnyTagClassName
{
color: #D90556;
}
</style>
background-color css
<style>
a { background-color: #D90556; }
a { background-color: rgb(217,5,86); }
div.DivClassName
{
background-color: #D90556;
}
.BgClassName
{
background-color: #D90556;
}
</style>
border-color css
<style>
span { border-color: #D90556; }
span { border-color: rgb(217,5,86); }
td.TdClassName
{
border-color: #D90556;
}
.TagClassName
{
border-color: #D90556;
}
</style>