Shades of Razzmatazz #D90053
Tints of Razzmatazz #D90053
RGB
CMYK
RGB Variations
Color information
#D90053 (or 0xD90053) is known color: Razzmatazz. HEX triplet: D9, 00 and 53. RGB value is (217,0,83). Sum of RGB (Red+Green+Blue) = 217+0+83=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D90053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90053 is #26FFAC. Grayscale: #4A4A4A. Windows color (decimal): -2555821 or 5439705. OLE color: 5439705.
HSL color Cylindrical-coordinate representation of color #D90053: hue angle of 337.05º 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 #D90053 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.62 | 0.15 |
| HSL | 337.05º | 1% | 0.43% | - |
| HSV(B) | 337.05º | 1% | 0.85% | - |
| XYZ | 30.18 | 15.38 | 9.56 | - |
| YUV | 74.35 | 132.89 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 83 | 0 | 1 | 0.62 | 0.15 | 337.05 | 1 | 0.43 |
| Hex | D9 | 0 | 53 | 0 | 64 | 3E | F | 151 | 64 | 2B |
| Octal | 331 | 0 | 123 | 0 | 144 | 76 | 17 | 521 | 144 | 53 |
| Binary | 11011001 | 0 | 1010011 | 0 | 1100100 | 111110 | 1111 | 101010001 | 1100100 | 101011 |
Color Harmonies of #D90053
Complementary color
Monochromatic Colors of #D90053
Black with #D90053
Text Example
Text Example
White with #D90053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90053; }
p { color: rgb(217,0,83); }
H1.HeaderClassName
{
color: #D90053;
}
.AnyTagClassName
{
color: #D90053;
}
</style>
background-color css
<style>
a { background-color: #D90053; }
a { background-color: rgb(217,0,83); }
div.DivClassName
{
background-color: #D90053;
}
.BgClassName
{
background-color: #D90053;
}
</style>
border-color css
<style>
span { border-color: #D90053; }
span { border-color: rgb(217,0,83); }
td.TdClassName
{
border-color: #D90053;
}
.TagClassName
{
border-color: #D90053;
}
</style>