Shades of Razzmatazz #D90164
Tints of Razzmatazz #D90164
RGB
CMYK
RGB Variations
Color information
#D90164 (or 0xD90164) is known color: Razzmatazz. HEX triplet: D9, 01 and 64. RGB value is (217,1,100). Sum of RGB (Red+Green+Blue) = 217+1+100=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D90164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90164 is #26FE9B. Grayscale: #4C4C4C. Windows color (decimal): -2555548 or 6554073. OLE color: 6554073.
HSL color Cylindrical-coordinate representation of color #D90164: hue angle of 332.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90164 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.15 |
| HSL | 332.5º | 0.99% | 0.43% | - |
| HSV(B) | 332.5º | 1% | 0.85% | - |
| XYZ | 30.93 | 15.69 | 13.46 | - |
| YUV | 76.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 100 | 0 | 1.00 | 0.54 | 0.15 | 332.5 | 0.99 | 0.43 |
| Hex | D9 | 1 | 64 | 0 | 64 | 36 | F | 14C | 63 | 2B |
| Octal | 331 | 1 | 144 | 0 | 144 | 66 | 17 | 514 | 143 | 53 |
| Binary | 11011001 | 1 | 1100100 | 0 | 1100100 | 110110 | 1111 | 101001100 | 1100011 | 101011 |
Color Harmonies of #D90164
Complementary color
Monochromatic Colors of #D90164
Black with #D90164
Text Example
Text Example
White with #D90164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90164; }
p { color: rgb(217,1,100); }
H1.HeaderClassName
{
color: #D90164;
}
.AnyTagClassName
{
color: #D90164;
}
</style>
background-color css
<style>
a { background-color: #D90164; }
a { background-color: rgb(217,1,100); }
div.DivClassName
{
background-color: #D90164;
}
.BgClassName
{
background-color: #D90164;
}
</style>
border-color css
<style>
span { border-color: #D90164; }
span { border-color: rgb(217,1,100); }
td.TdClassName
{
border-color: #D90164;
}
.TagClassName
{
border-color: #D90164;
}
</style>