Shades of Razzmatazz #D90351
Tints of Razzmatazz #D90351
RGB
CMYK
RGB Variations
Color information
#D90351 (or 0xD90351) is known color: Razzmatazz. HEX triplet: D9, 03 and 51. RGB value is (217,3,81). Sum of RGB (Red+Green+Blue) = 217+3+81=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D90351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90351 is #26FCAE. Grayscale: #4B4B4B. Windows color (decimal): -2555055 or 5309401. OLE color: 5309401.
HSL color Cylindrical-coordinate representation of color #D90351: hue angle of 338.13º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90351 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.15 |
| HSL | 338.13º | 0.97% | 0.43% | - |
| HSV(B) | 338.13º | 0.99% | 0.85% | - |
| XYZ | 30.13 | 15.41 | 9.17 | - |
| YUV | 75.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 81 | 0 | 0.99 | 0.63 | 0.15 | 338.13 | 0.97 | 0.43 |
| Hex | D9 | 3 | 51 | 0 | 63 | 3F | F | 152 | 61 | 2B |
| Octal | 331 | 3 | 121 | 0 | 143 | 77 | 17 | 522 | 141 | 53 |
| Binary | 11011001 | 11 | 1010001 | 0 | 1100011 | 111111 | 1111 | 101010010 | 1100001 | 101011 |
Color Harmonies of #D90351
Complementary color
Monochromatic Colors of #D90351
Black with #D90351
Text Example
Text Example
White with #D90351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90351; }
p { color: rgb(217,3,81); }
H1.HeaderClassName
{
color: #D90351;
}
.AnyTagClassName
{
color: #D90351;
}
</style>
background-color css
<style>
a { background-color: #D90351; }
a { background-color: rgb(217,3,81); }
div.DivClassName
{
background-color: #D90351;
}
.BgClassName
{
background-color: #D90351;
}
</style>
border-color css
<style>
span { border-color: #D90351; }
span { border-color: rgb(217,3,81); }
td.TdClassName
{
border-color: #D90351;
}
.TagClassName
{
border-color: #D90351;
}
</style>