Shades of Razzmatazz #D90156
Tints of Razzmatazz #D90156
RGB
CMYK
RGB Variations
Color information
#D90156 (or 0xD90156) is known color: Razzmatazz. HEX triplet: D9, 01 and 56. RGB value is (217,1,86). Sum of RGB (Red+Green+Blue) = 217+1+86=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D90156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90156 is #26FEA9. Grayscale: #4B4B4B. Windows color (decimal): -2555562 or 5636569. OLE color: 5636569.
HSL color Cylindrical-coordinate representation of color #D90156: hue angle of 336.39º 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 #D90156 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.15 |
| HSL | 336.39º | 0.99% | 0.43% | - |
| HSV(B) | 336.39º | 1% | 0.85% | - |
| XYZ | 30.31 | 15.45 | 10.19 | - |
| YUV | 75.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 86 | 0 | 1.00 | 0.60 | 0.15 | 336.39 | 0.99 | 0.43 |
| Hex | D9 | 1 | 56 | 0 | 64 | 3C | F | 150 | 63 | 2B |
| Octal | 331 | 1 | 126 | 0 | 144 | 74 | 17 | 520 | 143 | 53 |
| Binary | 11011001 | 1 | 1010110 | 0 | 1100100 | 111100 | 1111 | 101010000 | 1100011 | 101011 |
Color Harmonies of #D90156
Complementary color
Monochromatic Colors of #D90156
Black with #D90156
Text Example
Text Example
White with #D90156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90156; }
p { color: rgb(217,1,86); }
H1.HeaderClassName
{
color: #D90156;
}
.AnyTagClassName
{
color: #D90156;
}
</style>
background-color css
<style>
a { background-color: #D90156; }
a { background-color: rgb(217,1,86); }
div.DivClassName
{
background-color: #D90156;
}
.BgClassName
{
background-color: #D90156;
}
</style>
border-color css
<style>
span { border-color: #D90156; }
span { border-color: rgb(217,1,86); }
td.TdClassName
{
border-color: #D90156;
}
.TagClassName
{
border-color: #D90156;
}
</style>