Shades of Razzmatazz #D70958
Tints of Razzmatazz #D70958
RGB
CMYK
RGB Variations
Color information
#D70958 (or 0xD70958) is known color: Razzmatazz. HEX triplet: D7, 09 and 58. RGB value is (215,9,88). Sum of RGB (Red+Green+Blue) = 215+9+88=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D70958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70958 is #28F6A7. Grayscale: #4F4F4F. Windows color (decimal): -2684584 or 5769687. OLE color: 5769687.
HSL color Cylindrical-coordinate representation of color #D70958: hue angle of 336.99º degrees, saturation: 0.92, 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 #D70958 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 88 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.16 |
| HSL | 336.99º | 0.92% | 0.44% | - |
| HSV(B) | 336.99º | 0.96% | 0.84% | - |
| XYZ | 29.88 | 15.35 | 10.62 | - |
| YUV | 79.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 88 | 0 | 0.96 | 0.59 | 0.16 | 336.99 | 0.92 | 0.44 |
| Hex | D7 | 9 | 58 | 0 | 60 | 3B | 10 | 151 | 5C | 2C |
| Octal | 327 | 11 | 130 | 0 | 140 | 73 | 20 | 521 | 134 | 54 |
| Binary | 11010111 | 1001 | 1011000 | 0 | 1100000 | 111011 | 10000 | 101010001 | 1011100 | 101100 |
Color Harmonies of #D70958
Complementary color
Monochromatic Colors of #D70958
Black with #D70958
Text Example
Text Example
White with #D70958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70958; }
p { color: rgb(215,9,88); }
H1.HeaderClassName
{
color: #D70958;
}
.AnyTagClassName
{
color: #D70958;
}
</style>
background-color css
<style>
a { background-color: #D70958; }
a { background-color: rgb(215,9,88); }
div.DivClassName
{
background-color: #D70958;
}
.BgClassName
{
background-color: #D70958;
}
</style>
border-color css
<style>
span { border-color: #D70958; }
span { border-color: rgb(215,9,88); }
td.TdClassName
{
border-color: #D70958;
}
.TagClassName
{
border-color: #D70958;
}
</style>