Shades of Razzmatazz #D70752
Tints of Razzmatazz #D70752
RGB
CMYK
RGB Variations
Color information
#D70752 (or 0xD70752) is known color: Razzmatazz. HEX triplet: D7, 07 and 52. RGB value is (215,7,82). Sum of RGB (Red+Green+Blue) = 215+7+82=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D70752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70752 is #28F8AD. Grayscale: #4D4D4D. Windows color (decimal): -2685102 or 5375959. OLE color: 5375959.
HSL color Cylindrical-coordinate representation of color #D70752: hue angle of 338.37º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70752 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.16 |
| HSL | 338.37º | 0.94% | 0.44% | - |
| HSV(B) | 338.37º | 0.97% | 0.84% | - |
| XYZ | 29.62 | 15.21 | 9.36 | - |
| YUV | 77.74 | 130.41 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 82 | 0 | 0.97 | 0.62 | 0.16 | 338.37 | 0.94 | 0.44 |
| Hex | D7 | 7 | 52 | 0 | 61 | 3E | 10 | 152 | 5E | 2C |
| Octal | 327 | 7 | 122 | 0 | 141 | 76 | 20 | 522 | 136 | 54 |
| Binary | 11010111 | 111 | 1010010 | 0 | 1100001 | 111110 | 10000 | 101010010 | 1011110 | 101100 |
Color Harmonies of #D70752
Complementary color
Monochromatic Colors of #D70752
Black with #D70752
Text Example
Text Example
White with #D70752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70752; }
p { color: rgb(215,7,82); }
H1.HeaderClassName
{
color: #D70752;
}
.AnyTagClassName
{
color: #D70752;
}
</style>
background-color css
<style>
a { background-color: #D70752; }
a { background-color: rgb(215,7,82); }
div.DivClassName
{
background-color: #D70752;
}
.BgClassName
{
background-color: #D70752;
}
</style>
border-color css
<style>
span { border-color: #D70752; }
span { border-color: rgb(215,7,82); }
td.TdClassName
{
border-color: #D70752;
}
.TagClassName
{
border-color: #D70752;
}
</style>