Shades of Razzmatazz #D50154
Tints of Razzmatazz #D50154
RGB
CMYK
RGB Variations
Color information
#D50154 (or 0xD50154) is known color: Razzmatazz. HEX triplet: D5, 01 and 54. RGB value is (213,1,84). Sum of RGB (Red+Green+Blue) = 213+1+84=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D50154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50154 is #2AFEAB. Grayscale: #494949. Windows color (decimal): -2817708 or 5505493. OLE color: 5505493.
HSL color Cylindrical-coordinate representation of color #D50154: hue angle of 336.51º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50154 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.16 |
| HSL | 336.51º | 0.99% | 0.42% | - |
| HSV(B) | 336.51º | 1% | 0.84% | - |
| XYZ | 29.05 | 14.81 | 9.71 | - |
| YUV | 73.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 84 | 0 | 1.00 | 0.61 | 0.16 | 336.51 | 0.99 | 0.42 |
| Hex | D5 | 1 | 54 | 0 | 64 | 3D | 10 | 151 | 63 | 2A |
| Octal | 325 | 1 | 124 | 0 | 144 | 75 | 20 | 521 | 143 | 52 |
| Binary | 11010101 | 1 | 1010100 | 0 | 1100100 | 111101 | 10000 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D50154
Complementary color
Monochromatic Colors of #D50154
Black with #D50154
Text Example
Text Example
White with #D50154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50154; }
p { color: rgb(213,1,84); }
H1.HeaderClassName
{
color: #D50154;
}
.AnyTagClassName
{
color: #D50154;
}
</style>
background-color css
<style>
a { background-color: #D50154; }
a { background-color: rgb(213,1,84); }
div.DivClassName
{
background-color: #D50154;
}
.BgClassName
{
background-color: #D50154;
}
</style>
border-color css
<style>
span { border-color: #D50154; }
span { border-color: rgb(213,1,84); }
td.TdClassName
{
border-color: #D50154;
}
.TagClassName
{
border-color: #D50154;
}
</style>