Shades of Razzmatazz #D90162
Tints of Razzmatazz #D90162
RGB
CMYK
RGB Variations
Color information
#D90162 (or 0xD90162) is known color: Razzmatazz. HEX triplet: D9, 01 and 62. RGB value is (217,1,98). Sum of RGB (Red+Green+Blue) = 217+1+98=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90162 is #26FE9D. Grayscale: #4C4C4C. Windows color (decimal): -2555550 or 6423001. OLE color: 6423001.
HSL color Cylindrical-coordinate representation of color #D90162: hue angle of 333.06º 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 #D90162 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.15 |
| HSL | 333.06º | 0.99% | 0.43% | - |
| HSV(B) | 333.06º | 1% | 0.85% | - |
| XYZ | 30.83 | 15.66 | 12.95 | - |
| YUV | 76.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 98 | 0 | 1.00 | 0.55 | 0.15 | 333.06 | 0.99 | 0.43 |
| Hex | D9 | 1 | 62 | 0 | 64 | 37 | F | 14D | 63 | 2B |
| Octal | 331 | 1 | 142 | 0 | 144 | 67 | 17 | 515 | 143 | 53 |
| Binary | 11011001 | 1 | 1100010 | 0 | 1100100 | 110111 | 1111 | 101001101 | 1100011 | 101011 |
Color Harmonies of #D90162
Complementary color
Monochromatic Colors of #D90162
Black with #D90162
Text Example
Text Example
White with #D90162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90162; }
p { color: rgb(217,1,98); }
H1.HeaderClassName
{
color: #D90162;
}
.AnyTagClassName
{
color: #D90162;
}
</style>
background-color css
<style>
a { background-color: #D90162; }
a { background-color: rgb(217,1,98); }
div.DivClassName
{
background-color: #D90162;
}
.BgClassName
{
background-color: #D90162;
}
</style>
border-color css
<style>
span { border-color: #D90162; }
span { border-color: rgb(217,1,98); }
td.TdClassName
{
border-color: #D90162;
}
.TagClassName
{
border-color: #D90162;
}
</style>