Shades of Razzmatazz #D90553
Tints of Razzmatazz #D90553
RGB
CMYK
RGB Variations
Color information
#D90553 (or 0xD90553) is known color: Razzmatazz. HEX triplet: D9, 05 and 53. RGB value is (217,5,83). Sum of RGB (Red+Green+Blue) = 217+5+83=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D90553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90553 is #26FAAC. Grayscale: #4D4D4D. Windows color (decimal): -2554541 or 5440985. OLE color: 5440985.
HSL color Cylindrical-coordinate representation of color #D90553: hue angle of 337.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90553 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.15 |
| HSL | 337.92º | 0.95% | 0.44% | - |
| HSV(B) | 337.92º | 0.98% | 0.85% | - |
| XYZ | 30.23 | 15.48 | 9.58 | - |
| YUV | 77.28 | 131.24 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 83 | 0 | 0.98 | 0.62 | 0.15 | 337.92 | 0.95 | 0.44 |
| Hex | D9 | 5 | 53 | 0 | 62 | 3E | F | 152 | 5F | 2C |
| Octal | 331 | 5 | 123 | 0 | 142 | 76 | 17 | 522 | 137 | 54 |
| Binary | 11011001 | 101 | 1010011 | 0 | 1100010 | 111110 | 1111 | 101010010 | 1011111 | 101100 |
Color Harmonies of #D90553
Complementary color
Monochromatic Colors of #D90553
Black with #D90553
Text Example
Text Example
White with #D90553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90553; }
p { color: rgb(217,5,83); }
H1.HeaderClassName
{
color: #D90553;
}
.AnyTagClassName
{
color: #D90553;
}
</style>
background-color css
<style>
a { background-color: #D90553; }
a { background-color: rgb(217,5,83); }
div.DivClassName
{
background-color: #D90553;
}
.BgClassName
{
background-color: #D90553;
}
</style>
border-color css
<style>
span { border-color: #D90553; }
span { border-color: rgb(217,5,83); }
td.TdClassName
{
border-color: #D90553;
}
.TagClassName
{
border-color: #D90553;
}
</style>