Shades of Razzmatazz #D90455
Tints of Razzmatazz #D90455
RGB
CMYK
RGB Variations
Color information
#D90455 (or 0xD90455) is known color: Razzmatazz. HEX triplet: D9, 04 and 55. RGB value is (217,4,85). Sum of RGB (Red+Green+Blue) = 217+4+85=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D90455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90455 is #26FBAA. Grayscale: #4C4C4C. Windows color (decimal): -2554795 or 5571801. OLE color: 5571801.
HSL color Cylindrical-coordinate representation of color #D90455: hue angle of 337.18º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90455 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.18º | 0.96% | 0.43% | - |
| HSV(B) | 337.18º | 0.98% | 0.85% | - |
| XYZ | 30.3 | 15.49 | 9.99 | - |
| YUV | 76.92 | 132.57 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 85 | 0 | 0.98 | 0.61 | 0.15 | 337.18 | 0.96 | 0.43 |
| Hex | D9 | 4 | 55 | 0 | 62 | 3D | F | 151 | 60 | 2B |
| Octal | 331 | 4 | 125 | 0 | 142 | 75 | 17 | 521 | 140 | 53 |
| Binary | 11011001 | 100 | 1010101 | 0 | 1100010 | 111101 | 1111 | 101010001 | 1100000 | 101011 |
Color Harmonies of #D90455
Complementary color
Monochromatic Colors of #D90455
Black with #D90455
Text Example
Text Example
White with #D90455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90455; }
p { color: rgb(217,4,85); }
H1.HeaderClassName
{
color: #D90455;
}
.AnyTagClassName
{
color: #D90455;
}
</style>
background-color css
<style>
a { background-color: #D90455; }
a { background-color: rgb(217,4,85); }
div.DivClassName
{
background-color: #D90455;
}
.BgClassName
{
background-color: #D90455;
}
</style>
border-color css
<style>
span { border-color: #D90455; }
span { border-color: rgb(217,4,85); }
td.TdClassName
{
border-color: #D90455;
}
.TagClassName
{
border-color: #D90455;
}
</style>