Shades of Razzmatazz #D90151
Tints of Razzmatazz #D90151
RGB
CMYK
RGB Variations
Color information
#D90151 (or 0xD90151) is known color: Razzmatazz. HEX triplet: D9, 01 and 51. RGB value is (217,1,81). Sum of RGB (Red+Green+Blue) = 217+1+81=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D90151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90151 is #26FEAE. Grayscale: #4A4A4A. Windows color (decimal): -2555567 or 5308889. OLE color: 5308889.
HSL color Cylindrical-coordinate representation of color #D90151: hue angle of 337.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90151 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.15 |
| HSL | 337.78º | 0.99% | 0.43% | - |
| HSV(B) | 337.78º | 1% | 0.85% | - |
| XYZ | 30.11 | 15.37 | 9.16 | - |
| YUV | 74.7 | 131.56 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 81 | 0 | 1.00 | 0.63 | 0.15 | 337.78 | 0.99 | 0.43 |
| Hex | D9 | 1 | 51 | 0 | 64 | 3F | F | 152 | 63 | 2B |
| Octal | 331 | 1 | 121 | 0 | 144 | 77 | 17 | 522 | 143 | 53 |
| Binary | 11011001 | 1 | 1010001 | 0 | 1100100 | 111111 | 1111 | 101010010 | 1100011 | 101011 |
Color Harmonies of #D90151
Complementary color
Monochromatic Colors of #D90151
Black with #D90151
Text Example
Text Example
White with #D90151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90151; }
p { color: rgb(217,1,81); }
H1.HeaderClassName
{
color: #D90151;
}
.AnyTagClassName
{
color: #D90151;
}
</style>
background-color css
<style>
a { background-color: #D90151; }
a { background-color: rgb(217,1,81); }
div.DivClassName
{
background-color: #D90151;
}
.BgClassName
{
background-color: #D90151;
}
</style>
border-color css
<style>
span { border-color: #D90151; }
span { border-color: rgb(217,1,81); }
td.TdClassName
{
border-color: #D90151;
}
.TagClassName
{
border-color: #D90151;
}
</style>