Shades of Razzmatazz #D50A4D
Tints of Razzmatazz #D50A4D
RGB
CMYK
RGB Variations
Color information
#D50A4D (or 0xD50A4D) is known color: Razzmatazz. HEX triplet: D5, 0A and 4D. RGB value is (213,10,77). Sum of RGB (Red+Green+Blue) = 213+10+77=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50A4D is #2AF5B2. Grayscale: #4E4E4E. Windows color (decimal): -2815411 or 5049045. OLE color: 5049045.
HSL color Cylindrical-coordinate representation of color #D50A4D: hue angle of 340.2º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A4D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 77 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.16 |
| HSL | 340.2º | 0.91% | 0.44% | - |
| HSV(B) | 340.2º | 0.95% | 0.84% | - |
| XYZ | 28.89 | 14.9 | 8.37 | - |
| YUV | 78.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 77 | 0 | 0.95 | 0.64 | 0.16 | 340.2 | 0.91 | 0.44 |
| Hex | D5 | A | 4D | 0 | 5F | 40 | 10 | 154 | 5B | 2C |
| Octal | 325 | 12 | 115 | 0 | 137 | 100 | 20 | 524 | 133 | 54 |
| Binary | 11010101 | 1010 | 1001101 | 0 | 1011111 | 1000000 | 10000 | 101010100 | 1011011 | 101100 |
Color Harmonies of #D50A4D
Complementary color
Monochromatic Colors of #D50A4D
Black with #D50A4D
Text Example
Text Example
White with #D50A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A4D; }
p { color: rgb(213,10,77); }
H1.HeaderClassName
{
color: #D50A4D;
}
.AnyTagClassName
{
color: #D50A4D;
}
</style>
background-color css
<style>
a { background-color: #D50A4D; }
a { background-color: rgb(213,10,77); }
div.DivClassName
{
background-color: #D50A4D;
}
.BgClassName
{
background-color: #D50A4D;
}
</style>
border-color css
<style>
span { border-color: #D50A4D; }
span { border-color: rgb(213,10,77); }
td.TdClassName
{
border-color: #D50A4D;
}
.TagClassName
{
border-color: #D50A4D;
}
</style>