Shades of Razzmatazz #D90451
Tints of Razzmatazz #D90451
RGB
CMYK
RGB Variations
Color information
#D90451 (or 0xD90451) is known color: Razzmatazz. HEX triplet: D9, 04 and 51. RGB value is (217,4,81). Sum of RGB (Red+Green+Blue) = 217+4+81=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D90451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90451 is #26FBAE. Grayscale: #4C4C4C. Windows color (decimal): -2554799 or 5309657. OLE color: 5309657.
HSL color Cylindrical-coordinate representation of color #D90451: hue angle of 338.31º 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 #D90451 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.15 |
| HSL | 338.31º | 0.96% | 0.43% | - |
| HSV(B) | 338.31º | 0.98% | 0.85% | - |
| XYZ | 30.14 | 15.43 | 9.17 | - |
| YUV | 76.47 | 130.57 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 81 | 0 | 0.98 | 0.63 | 0.15 | 338.31 | 0.96 | 0.43 |
| Hex | D9 | 4 | 51 | 0 | 62 | 3F | F | 152 | 60 | 2B |
| Octal | 331 | 4 | 121 | 0 | 142 | 77 | 17 | 522 | 140 | 53 |
| Binary | 11011001 | 100 | 1010001 | 0 | 1100010 | 111111 | 1111 | 101010010 | 1100000 | 101011 |
Color Harmonies of #D90451
Complementary color
Monochromatic Colors of #D90451
Black with #D90451
Text Example
Text Example
White with #D90451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90451; }
p { color: rgb(217,4,81); }
H1.HeaderClassName
{
color: #D90451;
}
.AnyTagClassName
{
color: #D90451;
}
</style>
background-color css
<style>
a { background-color: #D90451; }
a { background-color: rgb(217,4,81); }
div.DivClassName
{
background-color: #D90451;
}
.BgClassName
{
background-color: #D90451;
}
</style>
border-color css
<style>
span { border-color: #D90451; }
span { border-color: rgb(217,4,81); }
td.TdClassName
{
border-color: #D90451;
}
.TagClassName
{
border-color: #D90451;
}
</style>