Shades of Razzmatazz #D70F4E
Tints of Razzmatazz #D70F4E
RGB
CMYK
RGB Variations
Color information
#D70F4E (or 0xD70F4E) is known color: Razzmatazz. HEX triplet: D7, 0F and 4E. RGB value is (215,15,78). Sum of RGB (Red+Green+Blue) = 215+15+78=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F4E is #28F0B1. Grayscale: #515151. Windows color (decimal): -2683058 or 5115863. OLE color: 5115863.
HSL color Cylindrical-coordinate representation of color #D70F4E: hue angle of 341.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F4E is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 78 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.16 |
| HSL | 341.1º | 0.87% | 0.45% | - |
| HSV(B) | 341.1º | 0.93% | 0.84% | - |
| XYZ | 29.57 | 15.34 | 8.61 | - |
| YUV | 81.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 78 | 0 | 0.93 | 0.64 | 0.16 | 341.1 | 0.87 | 0.45 |
| Hex | D7 | F | 4E | 0 | 5D | 40 | 10 | 155 | 57 | 2D |
| Octal | 327 | 17 | 116 | 0 | 135 | 100 | 20 | 525 | 127 | 55 |
| Binary | 11010111 | 1111 | 1001110 | 0 | 1011101 | 1000000 | 10000 | 101010101 | 1010111 | 101101 |
Color Harmonies of #D70F4E
Complementary color
Monochromatic Colors of #D70F4E
Black with #D70F4E
Text Example
Text Example
White with #D70F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F4E; }
p { color: rgb(215,15,78); }
H1.HeaderClassName
{
color: #D70F4E;
}
.AnyTagClassName
{
color: #D70F4E;
}
</style>
background-color css
<style>
a { background-color: #D70F4E; }
a { background-color: rgb(215,15,78); }
div.DivClassName
{
background-color: #D70F4E;
}
.BgClassName
{
background-color: #D70F4E;
}
</style>
border-color css
<style>
span { border-color: #D70F4E; }
span { border-color: rgb(215,15,78); }
td.TdClassName
{
border-color: #D70F4E;
}
.TagClassName
{
border-color: #D70F4E;
}
</style>