Shades of Razzmatazz #D90450
Tints of Razzmatazz #D90450
RGB
CMYK
RGB Variations
Color information
#D90450 (or 0xD90450) is known color: Razzmatazz. HEX triplet: D9, 04 and 50. RGB value is (217,4,80). Sum of RGB (Red+Green+Blue) = 217+4+80=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D90450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90450 is #26FBAF. Grayscale: #4C4C4C. Windows color (decimal): -2554800 or 5244121. OLE color: 5244121.
HSL color Cylindrical-coordinate representation of color #D90450: hue angle of 338.59º 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 #D90450 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.15 |
| HSL | 338.59º | 0.96% | 0.43% | - |
| HSV(B) | 338.59º | 0.98% | 0.85% | - |
| XYZ | 30.11 | 15.42 | 8.98 | - |
| YUV | 76.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 80 | 0 | 0.98 | 0.63 | 0.15 | 338.59 | 0.96 | 0.43 |
| Hex | D9 | 4 | 50 | 0 | 62 | 3F | F | 153 | 60 | 2B |
| Octal | 331 | 4 | 120 | 0 | 142 | 77 | 17 | 523 | 140 | 53 |
| Binary | 11011001 | 100 | 1010000 | 0 | 1100010 | 111111 | 1111 | 101010011 | 1100000 | 101011 |
Color Harmonies of #D90450
Complementary color
Monochromatic Colors of #D90450
Black with #D90450
Text Example
Text Example
White with #D90450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90450; }
p { color: rgb(217,4,80); }
H1.HeaderClassName
{
color: #D90450;
}
.AnyTagClassName
{
color: #D90450;
}
</style>
background-color css
<style>
a { background-color: #D90450; }
a { background-color: rgb(217,4,80); }
div.DivClassName
{
background-color: #D90450;
}
.BgClassName
{
background-color: #D90450;
}
</style>
border-color css
<style>
span { border-color: #D90450; }
span { border-color: rgb(217,4,80); }
td.TdClassName
{
border-color: #D90450;
}
.TagClassName
{
border-color: #D90450;
}
</style>