Shades of Razzmatazz #D50054
Tints of Razzmatazz #D50054
RGB
CMYK
RGB Variations
Color information
#D50054 (or 0xD50054) is known color: Razzmatazz. HEX triplet: D5, 00 and 54. RGB value is (213,0,84). Sum of RGB (Red+Green+Blue) = 213+0+84=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D50054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50054 is #2AFFAB. Grayscale: #494949. Windows color (decimal): -2817964 or 5505237. OLE color: 5505237.
HSL color Cylindrical-coordinate representation of color #D50054: hue angle of 336.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50054 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.61 | 0.16 |
| HSL | 336.34º | 1% | 0.42% | - |
| HSV(B) | 336.34º | 1% | 0.84% | - |
| XYZ | 29.04 | 14.79 | 9.71 | - |
| YUV | 73.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 84 | 0 | 1 | 0.61 | 0.16 | 336.34 | 1 | 0.42 |
| Hex | D5 | 0 | 54 | 0 | 64 | 3D | 10 | 150 | 64 | 2A |
| Octal | 325 | 0 | 124 | 0 | 144 | 75 | 20 | 520 | 144 | 52 |
| Binary | 11010101 | 0 | 1010100 | 0 | 1100100 | 111101 | 10000 | 101010000 | 1100100 | 101010 |
Color Harmonies of #D50054
Complementary color
Monochromatic Colors of #D50054
Black with #D50054
Text Example
Text Example
White with #D50054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50054; }
p { color: rgb(213,0,84); }
H1.HeaderClassName
{
color: #D50054;
}
.AnyTagClassName
{
color: #D50054;
}
</style>
background-color css
<style>
a { background-color: #D50054; }
a { background-color: rgb(213,0,84); }
div.DivClassName
{
background-color: #D50054;
}
.BgClassName
{
background-color: #D50054;
}
</style>
border-color css
<style>
span { border-color: #D50054; }
span { border-color: rgb(213,0,84); }
td.TdClassName
{
border-color: #D50054;
}
.TagClassName
{
border-color: #D50054;
}
</style>