Shades of Razzmatazz #D70359
Tints of Razzmatazz #D70359
RGB
CMYK
RGB Variations
Color information
#D70359 (or 0xD70359) is known color: Razzmatazz. HEX triplet: D7, 03 and 59. RGB value is (215,3,89). Sum of RGB (Red+Green+Blue) = 215+3+89=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D70359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70359 is #28FCA6. Grayscale: #4C4C4C. Windows color (decimal): -2686119 or 5833687. OLE color: 5833687.
HSL color Cylindrical-coordinate representation of color #D70359: hue angle of 335.66º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70359 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.16 |
| HSL | 335.66º | 0.97% | 0.43% | - |
| HSV(B) | 335.66º | 0.99% | 0.84% | - |
| XYZ | 29.86 | 15.23 | 10.82 | - |
| YUV | 76.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 89 | 0 | 0.99 | 0.59 | 0.16 | 335.66 | 0.97 | 0.43 |
| Hex | D7 | 3 | 59 | 0 | 63 | 3B | 10 | 150 | 61 | 2B |
| Octal | 327 | 3 | 131 | 0 | 143 | 73 | 20 | 520 | 141 | 53 |
| Binary | 11010111 | 11 | 1011001 | 0 | 1100011 | 111011 | 10000 | 101010000 | 1100001 | 101011 |
Color Harmonies of #D70359
Complementary color
Monochromatic Colors of #D70359
Black with #D70359
Text Example
Text Example
White with #D70359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70359; }
p { color: rgb(215,3,89); }
H1.HeaderClassName
{
color: #D70359;
}
.AnyTagClassName
{
color: #D70359;
}
</style>
background-color css
<style>
a { background-color: #D70359; }
a { background-color: rgb(215,3,89); }
div.DivClassName
{
background-color: #D70359;
}
.BgClassName
{
background-color: #D70359;
}
</style>
border-color css
<style>
span { border-color: #D70359; }
span { border-color: rgb(215,3,89); }
td.TdClassName
{
border-color: #D70359;
}
.TagClassName
{
border-color: #D70359;
}
</style>