Shades of Razzmatazz #D90860
Tints of Razzmatazz #D90860
RGB
CMYK
RGB Variations
Color information
#D90860 (or 0xD90860) is known color: Razzmatazz. HEX triplet: D9, 08 and 60. RGB value is (217,8,96). Sum of RGB (Red+Green+Blue) = 217+8+96=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D90860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90860 is #26F79F. Grayscale: #505050. Windows color (decimal): -2553760 or 6293721. OLE color: 6293721.
HSL color Cylindrical-coordinate representation of color #D90860: hue angle of 334.74º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90860 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.15 |
| HSL | 334.74º | 0.93% | 0.44% | - |
| HSV(B) | 334.74º | 0.96% | 0.85% | - |
| XYZ | 30.81 | 15.77 | 12.49 | - |
| YUV | 80.52 | 136.74 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 96 | 0 | 0.96 | 0.56 | 0.15 | 334.74 | 0.93 | 0.44 |
| Hex | D9 | 8 | 60 | 0 | 60 | 38 | F | 14F | 5D | 2C |
| Octal | 331 | 10 | 140 | 0 | 140 | 70 | 17 | 517 | 135 | 54 |
| Binary | 11011001 | 1000 | 1100000 | 0 | 1100000 | 111000 | 1111 | 101001111 | 1011101 | 101100 |
Color Harmonies of #D90860
Complementary color
Monochromatic Colors of #D90860
Black with #D90860
Text Example
Text Example
White with #D90860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90860; }
p { color: rgb(217,8,96); }
H1.HeaderClassName
{
color: #D90860;
}
.AnyTagClassName
{
color: #D90860;
}
</style>
background-color css
<style>
a { background-color: #D90860; }
a { background-color: rgb(217,8,96); }
div.DivClassName
{
background-color: #D90860;
}
.BgClassName
{
background-color: #D90860;
}
</style>
border-color css
<style>
span { border-color: #D90860; }
span { border-color: rgb(217,8,96); }
td.TdClassName
{
border-color: #D90860;
}
.TagClassName
{
border-color: #D90860;
}
</style>