Shades of Razzmatazz #D90465
Tints of Razzmatazz #D90465
RGB
CMYK
RGB Variations
Color information
#D90465 (or 0xD90465) is known color: Razzmatazz. HEX triplet: D9, 04 and 65. RGB value is (217,4,101). Sum of RGB (Red+Green+Blue) = 217+4+101=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90465 is #26FB9A. Grayscale: #4E4E4E. Windows color (decimal): -2554779 or 6620377. OLE color: 6620377.
HSL color Cylindrical-coordinate representation of color #D90465: hue angle of 332.68º 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 #D90465 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.15 |
| HSL | 332.68º | 0.96% | 0.43% | - |
| HSV(B) | 332.68º | 0.98% | 0.85% | - |
| XYZ | 31.01 | 15.78 | 13.72 | - |
| YUV | 78.75 | 140.57 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 101 | 0 | 0.98 | 0.53 | 0.15 | 332.68 | 0.96 | 0.43 |
| Hex | D9 | 4 | 65 | 0 | 62 | 35 | F | 14D | 60 | 2B |
| Octal | 331 | 4 | 145 | 0 | 142 | 65 | 17 | 515 | 140 | 53 |
| Binary | 11011001 | 100 | 1100101 | 0 | 1100010 | 110101 | 1111 | 101001101 | 1100000 | 101011 |
Color Harmonies of #D90465
Complementary color
Monochromatic Colors of #D90465
Black with #D90465
Text Example
Text Example
White with #D90465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90465; }
p { color: rgb(217,4,101); }
H1.HeaderClassName
{
color: #D90465;
}
.AnyTagClassName
{
color: #D90465;
}
</style>
background-color css
<style>
a { background-color: #D90465; }
a { background-color: rgb(217,4,101); }
div.DivClassName
{
background-color: #D90465;
}
.BgClassName
{
background-color: #D90465;
}
</style>
border-color css
<style>
span { border-color: #D90465; }
span { border-color: rgb(217,4,101); }
td.TdClassName
{
border-color: #D90465;
}
.TagClassName
{
border-color: #D90465;
}
</style>