Shades of Razzmatazz #D90762
Tints of Razzmatazz #D90762
RGB
CMYK
RGB Variations
Color information
#D90762 (or 0xD90762) is known color: Razzmatazz. HEX triplet: D9, 07 and 62. RGB value is (217,7,98). Sum of RGB (Red+Green+Blue) = 217+7+98=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90762 is #26F89D. Grayscale: #505050. Windows color (decimal): -2554014 or 6424537. OLE color: 6424537.
HSL color Cylindrical-coordinate representation of color #D90762: hue angle of 334º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90762 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.15 |
| HSL | 334º | 0.94% | 0.44% | - |
| HSV(B) | 334º | 0.97% | 0.85% | - |
| XYZ | 30.9 | 15.79 | 12.97 | - |
| YUV | 80.16 | 138.07 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 98 | 0 | 0.97 | 0.55 | 0.15 | 334 | 0.94 | 0.44 |
| Hex | D9 | 7 | 62 | 0 | 61 | 37 | F | 14E | 5E | 2C |
| Octal | 331 | 7 | 142 | 0 | 141 | 67 | 17 | 516 | 136 | 54 |
| Binary | 11011001 | 111 | 1100010 | 0 | 1100001 | 110111 | 1111 | 101001110 | 1011110 | 101100 |
Color Harmonies of #D90762
Complementary color
Monochromatic Colors of #D90762
Black with #D90762
Text Example
Text Example
White with #D90762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90762; }
p { color: rgb(217,7,98); }
H1.HeaderClassName
{
color: #D90762;
}
.AnyTagClassName
{
color: #D90762;
}
</style>
background-color css
<style>
a { background-color: #D90762; }
a { background-color: rgb(217,7,98); }
div.DivClassName
{
background-color: #D90762;
}
.BgClassName
{
background-color: #D90762;
}
</style>
border-color css
<style>
span { border-color: #D90762; }
span { border-color: rgb(217,7,98); }
td.TdClassName
{
border-color: #D90762;
}
.TagClassName
{
border-color: #D90762;
}
</style>