Shades of Razzmatazz #D90453
Tints of Razzmatazz #D90453
RGB
CMYK
RGB Variations
Color information
#D90453 (or 0xD90453) is known color: Razzmatazz. HEX triplet: D9, 04 and 53. RGB value is (217,4,83). Sum of RGB (Red+Green+Blue) = 217+4+83=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D90453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90453 is #26FBAC. Grayscale: #4C4C4C. Windows color (decimal): -2554797 or 5440729. OLE color: 5440729.
HSL color Cylindrical-coordinate representation of color #D90453: hue angle of 337.75º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90453 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.15 |
| HSL | 337.75º | 0.96% | 0.43% | - |
| HSV(B) | 337.75º | 0.98% | 0.85% | - |
| XYZ | 30.22 | 15.46 | 9.58 | - |
| YUV | 76.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 83 | 0 | 0.98 | 0.62 | 0.15 | 337.75 | 0.96 | 0.43 |
| Hex | D9 | 4 | 53 | 0 | 62 | 3E | F | 152 | 60 | 2B |
| Octal | 331 | 4 | 123 | 0 | 142 | 76 | 17 | 522 | 140 | 53 |
| Binary | 11011001 | 100 | 1010011 | 0 | 1100010 | 111110 | 1111 | 101010010 | 1100000 | 101011 |
Color Harmonies of #D90453
Complementary color
Monochromatic Colors of #D90453
Black with #D90453
Text Example
Text Example
White with #D90453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90453; }
p { color: rgb(217,4,83); }
H1.HeaderClassName
{
color: #D90453;
}
.AnyTagClassName
{
color: #D90453;
}
</style>
background-color css
<style>
a { background-color: #D90453; }
a { background-color: rgb(217,4,83); }
div.DivClassName
{
background-color: #D90453;
}
.BgClassName
{
background-color: #D90453;
}
</style>
border-color css
<style>
span { border-color: #D90453; }
span { border-color: rgb(217,4,83); }
td.TdClassName
{
border-color: #D90453;
}
.TagClassName
{
border-color: #D90453;
}
</style>