Shades of Razzmatazz #D90658
Tints of Razzmatazz #D90658
RGB
CMYK
RGB Variations
Color information
#D90658 (or 0xD90658) is known color: Razzmatazz. HEX triplet: D9, 06 and 58. RGB value is (217,6,88). Sum of RGB (Red+Green+Blue) = 217+6+88=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D90658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90658 is #26F9A7. Grayscale: #4E4E4E. Windows color (decimal): -2554280 or 5768921. OLE color: 5768921.
HSL color Cylindrical-coordinate representation of color #D90658: hue angle of 336.68º 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 #D90658 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.15 |
| HSL | 336.68º | 0.95% | 0.44% | - |
| HSV(B) | 336.68º | 0.97% | 0.85% | - |
| XYZ | 30.44 | 15.59 | 10.64 | - |
| YUV | 78.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 88 | 0 | 0.97 | 0.59 | 0.15 | 336.68 | 0.95 | 0.44 |
| Hex | D9 | 6 | 58 | 0 | 61 | 3B | F | 151 | 5F | 2C |
| Octal | 331 | 6 | 130 | 0 | 141 | 73 | 17 | 521 | 137 | 54 |
| Binary | 11011001 | 110 | 1011000 | 0 | 1100001 | 111011 | 1111 | 101010001 | 1011111 | 101100 |
Color Harmonies of #D90658
Complementary color
Monochromatic Colors of #D90658
Black with #D90658
Text Example
Text Example
White with #D90658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90658; }
p { color: rgb(217,6,88); }
H1.HeaderClassName
{
color: #D90658;
}
.AnyTagClassName
{
color: #D90658;
}
</style>
background-color css
<style>
a { background-color: #D90658; }
a { background-color: rgb(217,6,88); }
div.DivClassName
{
background-color: #D90658;
}
.BgClassName
{
background-color: #D90658;
}
</style>
border-color css
<style>
span { border-color: #D90658; }
span { border-color: rgb(217,6,88); }
td.TdClassName
{
border-color: #D90658;
}
.TagClassName
{
border-color: #D90658;
}
</style>