Shades of Razzmatazz #D90449
Tints of Razzmatazz #D90449
RGB
CMYK
RGB Variations
Color information
#D90449 (or 0xD90449) is known color: Razzmatazz. HEX triplet: D9, 04 and 49. RGB value is (217,4,73). Sum of RGB (Red+Green+Blue) = 217+4+73=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D90449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90449 is #26FBB6. Grayscale: #4B4B4B. Windows color (decimal): -2554807 or 4785369. OLE color: 4785369.
HSL color Cylindrical-coordinate representation of color #D90449: hue angle of 340.56º 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 #D90449 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.15 |
| HSL | 340.56º | 0.96% | 0.43% | - |
| HSV(B) | 340.56º | 0.98% | 0.85% | - |
| XYZ | 29.86 | 15.32 | 7.69 | - |
| YUV | 75.55 | 126.57 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 73 | 0 | 0.98 | 0.66 | 0.15 | 340.56 | 0.96 | 0.43 |
| Hex | D9 | 4 | 49 | 0 | 62 | 42 | F | 155 | 60 | 2B |
| Octal | 331 | 4 | 111 | 0 | 142 | 102 | 17 | 525 | 140 | 53 |
| Binary | 11011001 | 100 | 1001001 | 0 | 1100010 | 1000010 | 1111 | 101010101 | 1100000 | 101011 |
Color Harmonies of #D90449
Complementary color
Monochromatic Colors of #D90449
Black with #D90449
Text Example
Text Example
White with #D90449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90449; }
p { color: rgb(217,4,73); }
H1.HeaderClassName
{
color: #D90449;
}
.AnyTagClassName
{
color: #D90449;
}
</style>
background-color css
<style>
a { background-color: #D90449; }
a { background-color: rgb(217,4,73); }
div.DivClassName
{
background-color: #D90449;
}
.BgClassName
{
background-color: #D90449;
}
</style>
border-color css
<style>
span { border-color: #D90449; }
span { border-color: rgb(217,4,73); }
td.TdClassName
{
border-color: #D90449;
}
.TagClassName
{
border-color: #D90449;
}
</style>