Shades of Razzmatazz #D70052
Tints of Razzmatazz #D70052
RGB
CMYK
RGB Variations
Color information
#D70052 (or 0xD70052) is known color: Razzmatazz. HEX triplet: D7, 00 and 52. RGB value is (215,0,82). Sum of RGB (Red+Green+Blue) = 215+0+82=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D70052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70052 is #28FFAD. Grayscale: #494949. Windows color (decimal): -2686894 or 5374167. OLE color: 5374167.
HSL color Cylindrical-coordinate representation of color #D70052: hue angle of 337.12º 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 #D70052 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.62 | 0.16 |
| HSL | 337.12º | 1% | 0.42% | - |
| HSV(B) | 337.12º | 1% | 0.84% | - |
| XYZ | 29.55 | 15.06 | 9.33 | - |
| YUV | 73.63 | 132.73 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 82 | 0 | 1 | 0.62 | 0.16 | 337.12 | 1 | 0.42 |
| Hex | D7 | 0 | 52 | 0 | 64 | 3E | 10 | 151 | 64 | 2A |
| Octal | 327 | 0 | 122 | 0 | 144 | 76 | 20 | 521 | 144 | 52 |
| Binary | 11010111 | 0 | 1010010 | 0 | 1100100 | 111110 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D70052
Complementary color
Monochromatic Colors of #D70052
Black with #D70052
Text Example
Text Example
White with #D70052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70052; }
p { color: rgb(215,0,82); }
H1.HeaderClassName
{
color: #D70052;
}
.AnyTagClassName
{
color: #D70052;
}
</style>
background-color css
<style>
a { background-color: #D70052; }
a { background-color: rgb(215,0,82); }
div.DivClassName
{
background-color: #D70052;
}
.BgClassName
{
background-color: #D70052;
}
</style>
border-color css
<style>
span { border-color: #D70052; }
span { border-color: rgb(215,0,82); }
td.TdClassName
{
border-color: #D70052;
}
.TagClassName
{
border-color: #D70052;
}
</style>