Shades of Razzmatazz #D90558
Tints of Razzmatazz #D90558
RGB
CMYK
RGB Variations
Color information
#D90558 (or 0xD90558) is known color: Razzmatazz. HEX triplet: D9, 05 and 58. RGB value is (217,5,88). Sum of RGB (Red+Green+Blue) = 217+5+88=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D90558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90558 is #26FAA7. Grayscale: #4D4D4D. Windows color (decimal): -2554536 or 5768665. OLE color: 5768665.
HSL color Cylindrical-coordinate representation of color #D90558: hue angle of 336.51º 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 #D90558 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.15 |
| HSL | 336.51º | 0.95% | 0.44% | - |
| HSV(B) | 336.51º | 0.98% | 0.85% | - |
| XYZ | 30.43 | 15.56 | 10.63 | - |
| YUV | 77.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 88 | 0 | 0.98 | 0.59 | 0.15 | 336.51 | 0.95 | 0.44 |
| Hex | D9 | 5 | 58 | 0 | 62 | 3B | F | 151 | 5F | 2C |
| Octal | 331 | 5 | 130 | 0 | 142 | 73 | 17 | 521 | 137 | 54 |
| Binary | 11011001 | 101 | 1011000 | 0 | 1100010 | 111011 | 1111 | 101010001 | 1011111 | 101100 |
Color Harmonies of #D90558
Complementary color
Monochromatic Colors of #D90558
Black with #D90558
Text Example
Text Example
White with #D90558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90558; }
p { color: rgb(217,5,88); }
H1.HeaderClassName
{
color: #D90558;
}
.AnyTagClassName
{
color: #D90558;
}
</style>
background-color css
<style>
a { background-color: #D90558; }
a { background-color: rgb(217,5,88); }
div.DivClassName
{
background-color: #D90558;
}
.BgClassName
{
background-color: #D90558;
}
</style>
border-color css
<style>
span { border-color: #D90558; }
span { border-color: rgb(217,5,88); }
td.TdClassName
{
border-color: #D90558;
}
.TagClassName
{
border-color: #D90558;
}
</style>