Shades of Razzmatazz #D70A4D
Tints of Razzmatazz #D70A4D
RGB
CMYK
RGB Variations
Color information
#D70A4D (or 0xD70A4D) is known color: Razzmatazz. HEX triplet: D7, 0A and 4D. RGB value is (215,10,77). Sum of RGB (Red+Green+Blue) = 215+10+77=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70A4D is #28F5B2. Grayscale: #4E4E4E. Windows color (decimal): -2684339 or 5049047. OLE color: 5049047.
HSL color Cylindrical-coordinate representation of color #D70A4D: hue angle of 340.39º 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 #D70A4D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 77 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.16 |
| HSL | 340.39º | 0.91% | 0.44% | - |
| HSV(B) | 340.39º | 0.95% | 0.84% | - |
| XYZ | 29.47 | 15.2 | 8.4 | - |
| YUV | 78.93 | 126.92 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 77 | 0 | 0.95 | 0.64 | 0.16 | 340.39 | 0.91 | 0.44 |
| Hex | D7 | A | 4D | 0 | 5F | 40 | 10 | 154 | 5B | 2C |
| Octal | 327 | 12 | 115 | 0 | 137 | 100 | 20 | 524 | 133 | 54 |
| Binary | 11010111 | 1010 | 1001101 | 0 | 1011111 | 1000000 | 10000 | 101010100 | 1011011 | 101100 |
Color Harmonies of #D70A4D
Complementary color
Monochromatic Colors of #D70A4D
Black with #D70A4D
Text Example
Text Example
White with #D70A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A4D; }
p { color: rgb(215,10,77); }
H1.HeaderClassName
{
color: #D70A4D;
}
.AnyTagClassName
{
color: #D70A4D;
}
</style>
background-color css
<style>
a { background-color: #D70A4D; }
a { background-color: rgb(215,10,77); }
div.DivClassName
{
background-color: #D70A4D;
}
.BgClassName
{
background-color: #D70A4D;
}
</style>
border-color css
<style>
span { border-color: #D70A4D; }
span { border-color: rgb(215,10,77); }
td.TdClassName
{
border-color: #D70A4D;
}
.TagClassName
{
border-color: #D70A4D;
}
</style>