Shades of Razzmatazz #D90761
Tints of Razzmatazz #D90761
RGB
CMYK
RGB Variations
Color information
#D90761 (or 0xD90761) is known color: Razzmatazz. HEX triplet: D9, 07 and 61. RGB value is (217,7,97). Sum of RGB (Red+Green+Blue) = 217+7+97=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D90761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90761 is #26F89E. Grayscale: #4F4F4F. Windows color (decimal): -2554015 or 6359001. OLE color: 6359001.
HSL color Cylindrical-coordinate representation of color #D90761: hue angle of 334.29º 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 #D90761 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.15 |
| HSL | 334.29º | 0.94% | 0.44% | - |
| HSV(B) | 334.29º | 0.97% | 0.85% | - |
| XYZ | 30.85 | 15.77 | 12.73 | - |
| YUV | 80.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 97 | 0 | 0.97 | 0.55 | 0.15 | 334.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 61 | 0 | 61 | 37 | F | 14E | 5E | 2C |
| Octal | 331 | 7 | 141 | 0 | 141 | 67 | 17 | 516 | 136 | 54 |
| Binary | 11011001 | 111 | 1100001 | 0 | 1100001 | 110111 | 1111 | 101001110 | 1011110 | 101100 |
Color Harmonies of #D90761
Complementary color
Monochromatic Colors of #D90761
Black with #D90761
Text Example
Text Example
White with #D90761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90761; }
p { color: rgb(217,7,97); }
H1.HeaderClassName
{
color: #D90761;
}
.AnyTagClassName
{
color: #D90761;
}
</style>
background-color css
<style>
a { background-color: #D90761; }
a { background-color: rgb(217,7,97); }
div.DivClassName
{
background-color: #D90761;
}
.BgClassName
{
background-color: #D90761;
}
</style>
border-color css
<style>
span { border-color: #D90761; }
span { border-color: rgb(217,7,97); }
td.TdClassName
{
border-color: #D90761;
}
.TagClassName
{
border-color: #D90761;
}
</style>