Shades of Razzmatazz #D70E53
Tints of Razzmatazz #D70E53
RGB
CMYK
RGB Variations
Color information
#D70E53 (or 0xD70E53) is known color: Razzmatazz. HEX triplet: D7, 0E and 53. RGB value is (215,14,83). Sum of RGB (Red+Green+Blue) = 215+14+83=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E53 is #28F1AC. Grayscale: #515151. Windows color (decimal): -2683309 or 5443287. OLE color: 5443287.
HSL color Cylindrical-coordinate representation of color #D70E53: hue angle of 339.4º degrees, saturation: 0.88, 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 #D70E53 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 83 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.16 |
| HSL | 339.4º | 0.88% | 0.45% | - |
| HSV(B) | 339.4º | 0.93% | 0.84% | - |
| XYZ | 29.74 | 15.39 | 9.59 | - |
| YUV | 81.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 83 | 0 | 0.93 | 0.61 | 0.16 | 339.4 | 0.88 | 0.45 |
| Hex | D7 | E | 53 | 0 | 5D | 3D | 10 | 153 | 58 | 2D |
| Octal | 327 | 16 | 123 | 0 | 135 | 75 | 20 | 523 | 130 | 55 |
| Binary | 11010111 | 1110 | 1010011 | 0 | 1011101 | 111101 | 10000 | 101010011 | 1011000 | 101101 |
Color Harmonies of #D70E53
Complementary color
Monochromatic Colors of #D70E53
Black with #D70E53
Text Example
Text Example
White with #D70E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E53; }
p { color: rgb(215,14,83); }
H1.HeaderClassName
{
color: #D70E53;
}
.AnyTagClassName
{
color: #D70E53;
}
</style>
background-color css
<style>
a { background-color: #D70E53; }
a { background-color: rgb(215,14,83); }
div.DivClassName
{
background-color: #D70E53;
}
.BgClassName
{
background-color: #D70E53;
}
</style>
border-color css
<style>
span { border-color: #D70E53; }
span { border-color: rgb(215,14,83); }
td.TdClassName
{
border-color: #D70E53;
}
.TagClassName
{
border-color: #D70E53;
}
</style>