Shades of Razzmatazz #D70851
Tints of Razzmatazz #D70851
RGB
CMYK
RGB Variations
Color information
#D70851 (or 0xD70851) is known color: Razzmatazz. HEX triplet: D7, 08 and 51. RGB value is (215,8,81). Sum of RGB (Red+Green+Blue) = 215+8+81=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D70851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70851 is #28F7AE. Grayscale: #4E4E4E. Windows color (decimal): -2684847 or 5310679. OLE color: 5310679.
HSL color Cylindrical-coordinate representation of color #D70851: hue angle of 338.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70851 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.16 |
| HSL | 338.84º | 0.93% | 0.44% | - |
| HSV(B) | 338.84º | 0.96% | 0.84% | - |
| XYZ | 29.6 | 15.21 | 9.16 | - |
| YUV | 78.22 | 129.58 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 81 | 0 | 0.96 | 0.62 | 0.16 | 338.84 | 0.93 | 0.44 |
| Hex | D7 | 8 | 51 | 0 | 60 | 3E | 10 | 153 | 5D | 2C |
| Octal | 327 | 10 | 121 | 0 | 140 | 76 | 20 | 523 | 135 | 54 |
| Binary | 11010111 | 1000 | 1010001 | 0 | 1100000 | 111110 | 10000 | 101010011 | 1011101 | 101100 |
Color Harmonies of #D70851
Complementary color
Monochromatic Colors of #D70851
Black with #D70851
Text Example
Text Example
White with #D70851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70851; }
p { color: rgb(215,8,81); }
H1.HeaderClassName
{
color: #D70851;
}
.AnyTagClassName
{
color: #D70851;
}
</style>
background-color css
<style>
a { background-color: #D70851; }
a { background-color: rgb(215,8,81); }
div.DivClassName
{
background-color: #D70851;
}
.BgClassName
{
background-color: #D70851;
}
</style>
border-color css
<style>
span { border-color: #D70851; }
span { border-color: rgb(215,8,81); }
td.TdClassName
{
border-color: #D70851;
}
.TagClassName
{
border-color: #D70851;
}
</style>