Shades of Razzmatazz #D90464
Tints of Razzmatazz #D90464
RGB
CMYK
RGB Variations
Color information
#D90464 (or 0xD90464) is known color: Razzmatazz. HEX triplet: D9, 04 and 64. RGB value is (217,4,100). Sum of RGB (Red+Green+Blue) = 217+4+100=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D90464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90464 is #26FB9B. Grayscale: #4E4E4E. Windows color (decimal): -2554780 or 6554841. OLE color: 6554841.
HSL color Cylindrical-coordinate representation of color #D90464: hue angle of 332.96º 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 #D90464 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.15 |
| HSL | 332.96º | 0.96% | 0.43% | - |
| HSV(B) | 332.96º | 0.98% | 0.85% | - |
| XYZ | 30.96 | 15.76 | 13.47 | - |
| YUV | 78.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 100 | 0 | 0.98 | 0.54 | 0.15 | 332.96 | 0.96 | 0.43 |
| Hex | D9 | 4 | 64 | 0 | 62 | 36 | F | 14D | 60 | 2B |
| Octal | 331 | 4 | 144 | 0 | 142 | 66 | 17 | 515 | 140 | 53 |
| Binary | 11011001 | 100 | 1100100 | 0 | 1100010 | 110110 | 1111 | 101001101 | 1100000 | 101011 |
Color Harmonies of #D90464
Complementary color
Monochromatic Colors of #D90464
Black with #D90464
Text Example
Text Example
White with #D90464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90464; }
p { color: rgb(217,4,100); }
H1.HeaderClassName
{
color: #D90464;
}
.AnyTagClassName
{
color: #D90464;
}
</style>
background-color css
<style>
a { background-color: #D90464; }
a { background-color: rgb(217,4,100); }
div.DivClassName
{
background-color: #D90464;
}
.BgClassName
{
background-color: #D90464;
}
</style>
border-color css
<style>
span { border-color: #D90464; }
span { border-color: rgb(217,4,100); }
td.TdClassName
{
border-color: #D90464;
}
.TagClassName
{
border-color: #D90464;
}
</style>