Shades of Razzmatazz #D50C52
Tints of Razzmatazz #D50C52
RGB
CMYK
RGB Variations
Color information
#D50C52 (or 0xD50C52) is known color: Razzmatazz. HEX triplet: D5, 0C and 52. RGB value is (213,12,82). Sum of RGB (Red+Green+Blue) = 213+12+82=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C52 is #2AF3AD. Grayscale: #505050. Windows color (decimal): -2814894 or 5377237. OLE color: 5377237.
HSL color Cylindrical-coordinate representation of color #D50C52: hue angle of 339.1º 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 #D50C52 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 82 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.16 |
| HSL | 339.1º | 0.89% | 0.44% | - |
| HSV(B) | 339.1º | 0.94% | 0.84% | - |
| XYZ | 29.1 | 15.02 | 9.35 | - |
| YUV | 80.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 82 | 0 | 0.94 | 0.62 | 0.16 | 339.1 | 0.89 | 0.44 |
| Hex | D5 | C | 52 | 0 | 5E | 3E | 10 | 153 | 59 | 2C |
| Octal | 325 | 14 | 122 | 0 | 136 | 76 | 20 | 523 | 131 | 54 |
| Binary | 11010101 | 1100 | 1010010 | 0 | 1011110 | 111110 | 10000 | 101010011 | 1011001 | 101100 |
Color Harmonies of #D50C52
Complementary color
Monochromatic Colors of #D50C52
Black with #D50C52
Text Example
Text Example
White with #D50C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C52; }
p { color: rgb(213,12,82); }
H1.HeaderClassName
{
color: #D50C52;
}
.AnyTagClassName
{
color: #D50C52;
}
</style>
background-color css
<style>
a { background-color: #D50C52; }
a { background-color: rgb(213,12,82); }
div.DivClassName
{
background-color: #D50C52;
}
.BgClassName
{
background-color: #D50C52;
}
</style>
border-color css
<style>
span { border-color: #D50C52; }
span { border-color: rgb(213,12,82); }
td.TdClassName
{
border-color: #D50C52;
}
.TagClassName
{
border-color: #D50C52;
}
</style>