Shades of Razzmatazz #D50D4D
Tints of Razzmatazz #D50D4D
RGB
CMYK
RGB Variations
Color information
#D50D4D (or 0xD50D4D) is known color: Razzmatazz. HEX triplet: D5, 0D and 4D. RGB value is (213,13,77). Sum of RGB (Red+Green+Blue) = 213+13+77=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D4D is #2AF2B2. Grayscale: #505050. Windows color (decimal): -2814643 or 5049813. OLE color: 5049813.
HSL color Cylindrical-coordinate representation of color #D50D4D: hue angle of 340.8º degrees, saturation: 0.88, 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 #D50D4D is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 77 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.16 |
| HSL | 340.8º | 0.88% | 0.44% | - |
| HSV(B) | 340.8º | 0.94% | 0.84% | - |
| XYZ | 28.92 | 14.97 | 8.39 | - |
| YUV | 80.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 77 | 0 | 0.94 | 0.64 | 0.16 | 340.8 | 0.88 | 0.44 |
| Hex | D5 | D | 4D | 0 | 5E | 40 | 10 | 155 | 58 | 2C |
| Octal | 325 | 15 | 115 | 0 | 136 | 100 | 20 | 525 | 130 | 54 |
| Binary | 11010101 | 1101 | 1001101 | 0 | 1011110 | 1000000 | 10000 | 101010101 | 1011000 | 101100 |
Color Harmonies of #D50D4D
Complementary color
Monochromatic Colors of #D50D4D
Black with #D50D4D
Text Example
Text Example
White with #D50D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D4D; }
p { color: rgb(213,13,77); }
H1.HeaderClassName
{
color: #D50D4D;
}
.AnyTagClassName
{
color: #D50D4D;
}
</style>
background-color css
<style>
a { background-color: #D50D4D; }
a { background-color: rgb(213,13,77); }
div.DivClassName
{
background-color: #D50D4D;
}
.BgClassName
{
background-color: #D50D4D;
}
</style>
border-color css
<style>
span { border-color: #D50D4D; }
span { border-color: rgb(213,13,77); }
td.TdClassName
{
border-color: #D50D4D;
}
.TagClassName
{
border-color: #D50D4D;
}
</style>