Shades of Razzmatazz #D90359
Tints of Razzmatazz #D90359
RGB
CMYK
RGB Variations
Color information
#D90359 (or 0xD90359) is known color: Razzmatazz. HEX triplet: D9, 03 and 59. RGB value is (217,3,89). Sum of RGB (Red+Green+Blue) = 217+3+89=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D90359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90359 is #26FCA6. Grayscale: #4C4C4C. Windows color (decimal): -2555047 or 5833689. OLE color: 5833689.
HSL color Cylindrical-coordinate representation of color #D90359: hue angle of 335.89º 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 #D90359 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.15 |
| HSL | 335.89º | 0.97% | 0.43% | - |
| HSV(B) | 335.89º | 0.99% | 0.85% | - |
| XYZ | 30.45 | 15.54 | 10.85 | - |
| YUV | 76.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 89 | 0 | 0.99 | 0.59 | 0.15 | 335.89 | 0.97 | 0.43 |
| Hex | D9 | 3 | 59 | 0 | 63 | 3B | F | 150 | 61 | 2B |
| Octal | 331 | 3 | 131 | 0 | 143 | 73 | 17 | 520 | 141 | 53 |
| Binary | 11011001 | 11 | 1011001 | 0 | 1100011 | 111011 | 1111 | 101010000 | 1100001 | 101011 |
Color Harmonies of #D90359
Complementary color
Monochromatic Colors of #D90359
Black with #D90359
Text Example
Text Example
White with #D90359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90359; }
p { color: rgb(217,3,89); }
H1.HeaderClassName
{
color: #D90359;
}
.AnyTagClassName
{
color: #D90359;
}
</style>
background-color css
<style>
a { background-color: #D90359; }
a { background-color: rgb(217,3,89); }
div.DivClassName
{
background-color: #D90359;
}
.BgClassName
{
background-color: #D90359;
}
</style>
border-color css
<style>
span { border-color: #D90359; }
span { border-color: rgb(217,3,89); }
td.TdClassName
{
border-color: #D90359;
}
.TagClassName
{
border-color: #D90359;
}
</style>