Shades of Razzmatazz #D90063
Tints of Razzmatazz #D90063
RGB
CMYK
RGB Variations
Color information
#D90063 (or 0xD90063) is known color: Razzmatazz. HEX triplet: D9, 00 and 63. RGB value is (217,0,99). Sum of RGB (Red+Green+Blue) = 217+0+99=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90063 is #26FF9C. Grayscale: #4B4B4B. Windows color (decimal): -2555805 or 6488281. OLE color: 6488281.
HSL color Cylindrical-coordinate representation of color #D90063: hue angle of 332.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90063 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.54 | 0.15 |
| HSL | 332.63º | 1% | 0.43% | - |
| HSV(B) | 332.63º | 1% | 0.85% | - |
| XYZ | 30.87 | 15.65 | 13.2 | - |
| YUV | 76.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 99 | 0 | 1 | 0.54 | 0.15 | 332.63 | 1 | 0.43 |
| Hex | D9 | 0 | 63 | 0 | 64 | 36 | F | 14D | 64 | 2B |
| Octal | 331 | 0 | 143 | 0 | 144 | 66 | 17 | 515 | 144 | 53 |
| Binary | 11011001 | 0 | 1100011 | 0 | 1100100 | 110110 | 1111 | 101001101 | 1100100 | 101011 |
Color Harmonies of #D90063
Complementary color
Monochromatic Colors of #D90063
Black with #D90063
Text Example
Text Example
White with #D90063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90063; }
p { color: rgb(217,0,99); }
H1.HeaderClassName
{
color: #D90063;
}
.AnyTagClassName
{
color: #D90063;
}
</style>
background-color css
<style>
a { background-color: #D90063; }
a { background-color: rgb(217,0,99); }
div.DivClassName
{
background-color: #D90063;
}
.BgClassName
{
background-color: #D90063;
}
</style>
border-color css
<style>
span { border-color: #D90063; }
span { border-color: rgb(217,0,99); }
td.TdClassName
{
border-color: #D90063;
}
.TagClassName
{
border-color: #D90063;
}
</style>