Shades of Razzmatazz #D90265
Tints of Razzmatazz #D90265
RGB
CMYK
RGB Variations
Color information
#D90265 (or 0xD90265) is known color: Razzmatazz. HEX triplet: D9, 02 and 65. RGB value is (217,2,101). Sum of RGB (Red+Green+Blue) = 217+2+101=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D90265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90265 is #26FD9A. Grayscale: #4D4D4D. Windows color (decimal): -2555291 or 6619865. OLE color: 6619865.
HSL color Cylindrical-coordinate representation of color #D90265: hue angle of 332.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90265 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 332.37º | 0.98% | 0.43% | - |
| HSV(B) | 332.37º | 0.99% | 0.85% | - |
| XYZ | 30.99 | 15.73 | 13.72 | - |
| YUV | 77.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 101 | 0 | 0.99 | 0.53 | 0.15 | 332.37 | 0.98 | 0.43 |
| Hex | D9 | 2 | 65 | 0 | 63 | 35 | F | 14C | 62 | 2B |
| Octal | 331 | 2 | 145 | 0 | 143 | 65 | 17 | 514 | 142 | 53 |
| Binary | 11011001 | 10 | 1100101 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #D90265
Complementary color
Monochromatic Colors of #D90265
Black with #D90265
Text Example
Text Example
White with #D90265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90265; }
p { color: rgb(217,2,101); }
H1.HeaderClassName
{
color: #D90265;
}
.AnyTagClassName
{
color: #D90265;
}
</style>
background-color css
<style>
a { background-color: #D90265; }
a { background-color: rgb(217,2,101); }
div.DivClassName
{
background-color: #D90265;
}
.BgClassName
{
background-color: #D90265;
}
</style>
border-color css
<style>
span { border-color: #D90265; }
span { border-color: rgb(217,2,101); }
td.TdClassName
{
border-color: #D90265;
}
.TagClassName
{
border-color: #D90265;
}
</style>