Shades of Razzmatazz #D90659
Tints of Razzmatazz #D90659
RGB
CMYK
RGB Variations
Color information
#D90659 (or 0xD90659) is known color: Razzmatazz. HEX triplet: D9, 06 and 59. RGB value is (217,6,89). Sum of RGB (Red+Green+Blue) = 217+6+89=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D90659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90659 is #26F9A6. Grayscale: #4E4E4E. Windows color (decimal): -2554279 or 5834457. OLE color: 5834457.
HSL color Cylindrical-coordinate representation of color #D90659: hue angle of 336.4º degrees, saturation: 0.95, 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 #D90659 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.15 |
| HSL | 336.4º | 0.95% | 0.44% | - |
| HSV(B) | 336.4º | 0.97% | 0.85% | - |
| XYZ | 30.48 | 15.6 | 10.86 | - |
| YUV | 78.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 89 | 0 | 0.97 | 0.59 | 0.15 | 336.4 | 0.95 | 0.44 |
| Hex | D9 | 6 | 59 | 0 | 61 | 3B | F | 150 | 5F | 2C |
| Octal | 331 | 6 | 131 | 0 | 141 | 73 | 17 | 520 | 137 | 54 |
| Binary | 11011001 | 110 | 1011001 | 0 | 1100001 | 111011 | 1111 | 101010000 | 1011111 | 101100 |
Color Harmonies of #D90659
Complementary color
Monochromatic Colors of #D90659
Black with #D90659
Text Example
Text Example
White with #D90659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90659; }
p { color: rgb(217,6,89); }
H1.HeaderClassName
{
color: #D90659;
}
.AnyTagClassName
{
color: #D90659;
}
</style>
background-color css
<style>
a { background-color: #D90659; }
a { background-color: rgb(217,6,89); }
div.DivClassName
{
background-color: #D90659;
}
.BgClassName
{
background-color: #D90659;
}
</style>
border-color css
<style>
span { border-color: #D90659; }
span { border-color: rgb(217,6,89); }
td.TdClassName
{
border-color: #D90659;
}
.TagClassName
{
border-color: #D90659;
}
</style>