Shades of Razzmatazz #D90751
Tints of Razzmatazz #D90751
RGB
CMYK
RGB Variations
Color information
#D90751 (or 0xD90751) is known color: Razzmatazz. HEX triplet: D9, 07 and 51. RGB value is (217,7,81). Sum of RGB (Red+Green+Blue) = 217+7+81=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D90751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90751 is #26F8AE. Grayscale: #4E4E4E. Windows color (decimal): -2554031 or 5310425. OLE color: 5310425.
HSL color Cylindrical-coordinate representation of color #D90751: hue angle of 338.86º 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 #D90751 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.15 |
| HSL | 338.86º | 0.94% | 0.44% | - |
| HSV(B) | 338.86º | 0.97% | 0.85% | - |
| XYZ | 30.18 | 15.5 | 9.19 | - |
| YUV | 78.23 | 129.57 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 81 | 0 | 0.97 | 0.63 | 0.15 | 338.86 | 0.94 | 0.44 |
| Hex | D9 | 7 | 51 | 0 | 61 | 3F | F | 153 | 5E | 2C |
| Octal | 331 | 7 | 121 | 0 | 141 | 77 | 17 | 523 | 136 | 54 |
| Binary | 11011001 | 111 | 1010001 | 0 | 1100001 | 111111 | 1111 | 101010011 | 1011110 | 101100 |
Color Harmonies of #D90751
Complementary color
Monochromatic Colors of #D90751
Black with #D90751
Text Example
Text Example
White with #D90751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90751; }
p { color: rgb(217,7,81); }
H1.HeaderClassName
{
color: #D90751;
}
.AnyTagClassName
{
color: #D90751;
}
</style>
background-color css
<style>
a { background-color: #D90751; }
a { background-color: rgb(217,7,81); }
div.DivClassName
{
background-color: #D90751;
}
.BgClassName
{
background-color: #D90751;
}
</style>
border-color css
<style>
span { border-color: #D90751; }
span { border-color: rgb(217,7,81); }
td.TdClassName
{
border-color: #D90751;
}
.TagClassName
{
border-color: #D90751;
}
</style>