Shades of Razzmatazz #D40053
Tints of Razzmatazz #D40053
RGB
CMYK
RGB Variations
Color information
#D40053 (or 0xD40053) is known color: Razzmatazz. HEX triplet: D4, 00 and 53. RGB value is (212,0,83). Sum of RGB (Red+Green+Blue) = 212+0+83=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D40053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40053 is #2BFFAC. Grayscale: #484848. Windows color (decimal): -2883501 or 5439700. OLE color: 5439700.
HSL color Cylindrical-coordinate representation of color #D40053: hue angle of 336.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40053 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.61 | 0.17 |
| HSL | 336.51º | 1% | 0.42% | - |
| HSV(B) | 336.51º | 1% | 0.83% | - |
| XYZ | 28.71 | 14.62 | 9.49 | - |
| YUV | 72.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 83 | 0 | 1 | 0.61 | 0.17 | 336.51 | 1 | 0.42 |
| Hex | D4 | 0 | 53 | 0 | 64 | 3D | 11 | 151 | 64 | 2A |
| Octal | 324 | 0 | 123 | 0 | 144 | 75 | 21 | 521 | 144 | 52 |
| Binary | 11010100 | 0 | 1010011 | 0 | 1100100 | 111101 | 10001 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D40053
Complementary color
Monochromatic Colors of #D40053
Black with #D40053
Text Example
Text Example
White with #D40053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40053; }
p { color: rgb(212,0,83); }
H1.HeaderClassName
{
color: #D40053;
}
.AnyTagClassName
{
color: #D40053;
}
</style>
background-color css
<style>
a { background-color: #D40053; }
a { background-color: rgb(212,0,83); }
div.DivClassName
{
background-color: #D40053;
}
.BgClassName
{
background-color: #D40053;
}
</style>
border-color css
<style>
span { border-color: #D40053; }
span { border-color: rgb(212,0,83); }
td.TdClassName
{
border-color: #D40053;
}
.TagClassName
{
border-color: #D40053;
}
</style>