Shades of Razzmatazz #D70756
Tints of Razzmatazz #D70756
RGB
CMYK
RGB Variations
Color information
#D70756 (or 0xD70756) is known color: Razzmatazz. HEX triplet: D7, 07 and 56. RGB value is (215,7,86). Sum of RGB (Red+Green+Blue) = 215+7+86=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D70756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70756 is #28F8A9. Grayscale: #4E4E4E. Windows color (decimal): -2685098 or 5638103. OLE color: 5638103.
HSL color Cylindrical-coordinate representation of color #D70756: hue angle of 337.21º 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 #D70756 is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.6 | 0.16 |
| HSL | 337.21º | 0.94% | 0.44% | - |
| HSV(B) | 337.21º | 0.97% | 0.84% | - |
| XYZ | 29.78 | 15.27 | 10.18 | - |
| YUV | 78.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 86 | 0 | 0.97 | 0.6 | 0.16 | 337.21 | 0.94 | 0.44 |
| Hex | D7 | 7 | 56 | 0 | 61 | 3C | 10 | 151 | 5E | 2C |
| Octal | 327 | 7 | 126 | 0 | 141 | 74 | 20 | 521 | 136 | 54 |
| Binary | 11010111 | 111 | 1010110 | 0 | 1100001 | 111100 | 10000 | 101010001 | 1011110 | 101100 |
Color Harmonies of #D70756
Complementary color
Monochromatic Colors of #D70756
Black with #D70756
Text Example
Text Example
White with #D70756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70756; }
p { color: rgb(215,7,86); }
H1.HeaderClassName
{
color: #D70756;
}
.AnyTagClassName
{
color: #D70756;
}
</style>
background-color css
<style>
a { background-color: #D70756; }
a { background-color: rgb(215,7,86); }
div.DivClassName
{
background-color: #D70756;
}
.BgClassName
{
background-color: #D70756;
}
</style>
border-color css
<style>
span { border-color: #D70756; }
span { border-color: rgb(215,7,86); }
td.TdClassName
{
border-color: #D70756;
}
.TagClassName
{
border-color: #D70756;
}
</style>