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