Shades of Razzmatazz #D90154
Tints of Razzmatazz #D90154
RGB
CMYK
RGB Variations
Color information
#D90154 (or 0xD90154) is known color: Razzmatazz. HEX triplet: D9, 01 and 54. RGB value is (217,1,84). Sum of RGB (Red+Green+Blue) = 217+1+84=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D90154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90154 is #26FEAB. Grayscale: #4A4A4A. Windows color (decimal): -2555564 or 5505497. OLE color: 5505497.
HSL color Cylindrical-coordinate representation of color #D90154: hue angle of 336.94º 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 #D90154 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.15 |
| HSL | 336.94º | 0.99% | 0.43% | - |
| HSV(B) | 336.94º | 1% | 0.85% | - |
| XYZ | 30.23 | 15.41 | 9.77 | - |
| YUV | 75.05 | 133.06 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 84 | 0 | 1.00 | 0.61 | 0.15 | 336.94 | 0.99 | 0.43 |
| Hex | D9 | 1 | 54 | 0 | 64 | 3D | F | 151 | 63 | 2B |
| Octal | 331 | 1 | 124 | 0 | 144 | 75 | 17 | 521 | 143 | 53 |
| Binary | 11011001 | 1 | 1010100 | 0 | 1100100 | 111101 | 1111 | 101010001 | 1100011 | 101011 |
Color Harmonies of #D90154
Complementary color
Monochromatic Colors of #D90154
Black with #D90154
Text Example
Text Example
White with #D90154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90154; }
p { color: rgb(217,1,84); }
H1.HeaderClassName
{
color: #D90154;
}
.AnyTagClassName
{
color: #D90154;
}
</style>
background-color css
<style>
a { background-color: #D90154; }
a { background-color: rgb(217,1,84); }
div.DivClassName
{
background-color: #D90154;
}
.BgClassName
{
background-color: #D90154;
}
</style>
border-color css
<style>
span { border-color: #D90154; }
span { border-color: rgb(217,1,84); }
td.TdClassName
{
border-color: #D90154;
}
.TagClassName
{
border-color: #D90154;
}
</style>