Shades of Razzmatazz #D40553
Tints of Razzmatazz #D40553
RGB
CMYK
RGB Variations
Color information
#D40553 (or 0xD40553) is known color: Razzmatazz. HEX triplet: D4, 05 and 53. RGB value is (212,5,83). Sum of RGB (Red+Green+Blue) = 212+5+83=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D40553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40553 is #2BFAAC. Grayscale: #4B4B4B. Windows color (decimal): -2882221 or 5440980. OLE color: 5440980.
HSL color Cylindrical-coordinate representation of color #D40553: hue angle of 337.39º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40553 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.17 |
| HSL | 337.39º | 0.95% | 0.43% | - |
| HSV(B) | 337.39º | 0.98% | 0.83% | - |
| XYZ | 28.77 | 14.73 | 9.51 | - |
| YUV | 75.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 83 | 0 | 0.98 | 0.61 | 0.17 | 337.39 | 0.95 | 0.43 |
| Hex | D4 | 5 | 53 | 0 | 62 | 3D | 11 | 151 | 5F | 2B |
| Octal | 324 | 5 | 123 | 0 | 142 | 75 | 21 | 521 | 137 | 53 |
| Binary | 11010100 | 101 | 1010011 | 0 | 1100010 | 111101 | 10001 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D40553
Complementary color
Monochromatic Colors of #D40553
Black with #D40553
Text Example
Text Example
White with #D40553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40553; }
p { color: rgb(212,5,83); }
H1.HeaderClassName
{
color: #D40553;
}
.AnyTagClassName
{
color: #D40553;
}
</style>
background-color css
<style>
a { background-color: #D40553; }
a { background-color: rgb(212,5,83); }
div.DivClassName
{
background-color: #D40553;
}
.BgClassName
{
background-color: #D40553;
}
</style>
border-color css
<style>
span { border-color: #D40553; }
span { border-color: rgb(212,5,83); }
td.TdClassName
{
border-color: #D40553;
}
.TagClassName
{
border-color: #D40553;
}
</style>