Shades of Razzmatazz #D90166
Tints of Razzmatazz #D90166
RGB
CMYK
RGB Variations
Color information
#D90166 (or 0xD90166) is known color: Razzmatazz. HEX triplet: D9, 01 and 66. RGB value is (217,1,102). Sum of RGB (Red+Green+Blue) = 217+1+102=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D90166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90166 is #26FE99. Grayscale: #4C4C4C. Windows color (decimal): -2555546 or 6685145. OLE color: 6685145.
HSL color Cylindrical-coordinate representation of color #D90166: hue angle of 331.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 #D90166 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.15 |
| HSL | 331.94º | 0.99% | 0.43% | - |
| HSV(B) | 331.94º | 1% | 0.85% | - |
| XYZ | 31.02 | 15.73 | 13.97 | - |
| YUV | 77.1 | 142.06 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 102 | 0 | 1.00 | 0.53 | 0.15 | 331.94 | 0.99 | 0.43 |
| Hex | D9 | 1 | 66 | 0 | 64 | 35 | F | 14C | 63 | 2B |
| Octal | 331 | 1 | 146 | 0 | 144 | 65 | 17 | 514 | 143 | 53 |
| Binary | 11011001 | 1 | 1100110 | 0 | 1100100 | 110101 | 1111 | 101001100 | 1100011 | 101011 |
Color Harmonies of #D90166
Complementary color
Monochromatic Colors of #D90166
Black with #D90166
Text Example
Text Example
White with #D90166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90166; }
p { color: rgb(217,1,102); }
H1.HeaderClassName
{
color: #D90166;
}
.AnyTagClassName
{
color: #D90166;
}
</style>
background-color css
<style>
a { background-color: #D90166; }
a { background-color: rgb(217,1,102); }
div.DivClassName
{
background-color: #D90166;
}
.BgClassName
{
background-color: #D90166;
}
</style>
border-color css
<style>
span { border-color: #D90166; }
span { border-color: rgb(217,1,102); }
td.TdClassName
{
border-color: #D90166;
}
.TagClassName
{
border-color: #D90166;
}
</style>