Shades of Razzmatazz #D70D4E
Tints of Razzmatazz #D70D4E
RGB
CMYK
RGB Variations
Color information
#D70D4E (or 0xD70D4E) is known color: Razzmatazz. HEX triplet: D7, 0D and 4E. RGB value is (215,13,78). Sum of RGB (Red+Green+Blue) = 215+13+78=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D4E is #28F2B1. Grayscale: #505050. Windows color (decimal): -2683570 or 5115351. OLE color: 5115351.
HSL color Cylindrical-coordinate representation of color #D70D4E: hue angle of 340.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D4E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.16 |
| HSL | 340.69º | 0.89% | 0.45% | - |
| HSV(B) | 340.69º | 0.94% | 0.84% | - |
| XYZ | 29.54 | 15.28 | 8.6 | - |
| YUV | 80.81 | 126.42 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 78 | 0 | 0.94 | 0.64 | 0.16 | 340.69 | 0.89 | 0.45 |
| Hex | D7 | D | 4E | 0 | 5E | 40 | 10 | 155 | 59 | 2D |
| Octal | 327 | 15 | 116 | 0 | 136 | 100 | 20 | 525 | 131 | 55 |
| Binary | 11010111 | 1101 | 1001110 | 0 | 1011110 | 1000000 | 10000 | 101010101 | 1011001 | 101101 |
Color Harmonies of #D70D4E
Complementary color
Monochromatic Colors of #D70D4E
Black with #D70D4E
Text Example
Text Example
White with #D70D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D4E; }
p { color: rgb(215,13,78); }
H1.HeaderClassName
{
color: #D70D4E;
}
.AnyTagClassName
{
color: #D70D4E;
}
</style>
background-color css
<style>
a { background-color: #D70D4E; }
a { background-color: rgb(215,13,78); }
div.DivClassName
{
background-color: #D70D4E;
}
.BgClassName
{
background-color: #D70D4E;
}
</style>
border-color css
<style>
span { border-color: #D70D4E; }
span { border-color: rgb(215,13,78); }
td.TdClassName
{
border-color: #D70D4E;
}
.TagClassName
{
border-color: #D70D4E;
}
</style>