Shades of Razzmatazz #D50C54
Tints of Razzmatazz #D50C54
RGB
CMYK
RGB Variations
Color information
#D50C54 (or 0xD50C54) is known color: Razzmatazz. HEX triplet: D5, 0C and 54. RGB value is (213,12,84). Sum of RGB (Red+Green+Blue) = 213+12+84=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C54 is #2AF3AB. Grayscale: #505050. Windows color (decimal): -2814892 or 5508309. OLE color: 5508309.
HSL color Cylindrical-coordinate representation of color #D50C54: hue angle of 338.51º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C54 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 84 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.16 |
| HSL | 338.51º | 0.89% | 0.44% | - |
| HSV(B) | 338.51º | 0.94% | 0.84% | - |
| XYZ | 29.17 | 15.05 | 9.75 | - |
| YUV | 80.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 84 | 0 | 0.94 | 0.61 | 0.16 | 338.51 | 0.89 | 0.44 |
| Hex | D5 | C | 54 | 0 | 5E | 3D | 10 | 153 | 59 | 2C |
| Octal | 325 | 14 | 124 | 0 | 136 | 75 | 20 | 523 | 131 | 54 |
| Binary | 11010101 | 1100 | 1010100 | 0 | 1011110 | 111101 | 10000 | 101010011 | 1011001 | 101100 |
Color Harmonies of #D50C54
Complementary color
Monochromatic Colors of #D50C54
Black with #D50C54
Text Example
Text Example
White with #D50C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C54; }
p { color: rgb(213,12,84); }
H1.HeaderClassName
{
color: #D50C54;
}
.AnyTagClassName
{
color: #D50C54;
}
</style>
background-color css
<style>
a { background-color: #D50C54; }
a { background-color: rgb(213,12,84); }
div.DivClassName
{
background-color: #D50C54;
}
.BgClassName
{
background-color: #D50C54;
}
</style>
border-color css
<style>
span { border-color: #D50C54; }
span { border-color: rgb(213,12,84); }
td.TdClassName
{
border-color: #D50C54;
}
.TagClassName
{
border-color: #D50C54;
}
</style>