Shades of Razzmatazz #D70053
Tints of Razzmatazz #D70053
RGB
CMYK
RGB Variations
Color information
#D70053 (or 0xD70053) is known color: Razzmatazz. HEX triplet: D7, 00 and 53. RGB value is (215,0,83). Sum of RGB (Red+Green+Blue) = 215+0+83=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D70053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70053 is #28FFAC. Grayscale: #494949. Windows color (decimal): -2686893 or 5439703. OLE color: 5439703.
HSL color Cylindrical-coordinate representation of color #D70053: hue angle of 336.84º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70053 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.61 | 0.16 |
| HSL | 336.84º | 1% | 0.42% | - |
| HSV(B) | 336.84º | 1% | 0.84% | - |
| XYZ | 29.59 | 15.07 | 9.53 | - |
| YUV | 73.75 | 133.23 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 83 | 0 | 1 | 0.61 | 0.16 | 336.84 | 1 | 0.42 |
| Hex | D7 | 0 | 53 | 0 | 64 | 3D | 10 | 151 | 64 | 2A |
| Octal | 327 | 0 | 123 | 0 | 144 | 75 | 20 | 521 | 144 | 52 |
| Binary | 11010111 | 0 | 1010011 | 0 | 1100100 | 111101 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D70053
Complementary color
Monochromatic Colors of #D70053
Black with #D70053
Text Example
Text Example
White with #D70053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70053; }
p { color: rgb(215,0,83); }
H1.HeaderClassName
{
color: #D70053;
}
.AnyTagClassName
{
color: #D70053;
}
</style>
background-color css
<style>
a { background-color: #D70053; }
a { background-color: rgb(215,0,83); }
div.DivClassName
{
background-color: #D70053;
}
.BgClassName
{
background-color: #D70053;
}
</style>
border-color css
<style>
span { border-color: #D70053; }
span { border-color: rgb(215,0,83); }
td.TdClassName
{
border-color: #D70053;
}
.TagClassName
{
border-color: #D70053;
}
</style>