Shades of Razzmatazz #D70353
Tints of Razzmatazz #D70353
RGB
CMYK
RGB Variations
Color information
#D70353 (or 0xD70353) is known color: Razzmatazz. HEX triplet: D7, 03 and 53. RGB value is (215,3,83). Sum of RGB (Red+Green+Blue) = 215+3+83=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D70353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70353 is #28FCAC. Grayscale: #4B4B4B. Windows color (decimal): -2686125 or 5440471. OLE color: 5440471.
HSL color Cylindrical-coordinate representation of color #D70353: hue angle of 337.36º 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 #D70353 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.16 |
| HSL | 337.36º | 0.97% | 0.43% | - |
| HSV(B) | 337.36º | 0.99% | 0.84% | - |
| XYZ | 29.62 | 15.14 | 9.54 | - |
| YUV | 75.51 | 132.24 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 83 | 0 | 0.99 | 0.61 | 0.16 | 337.36 | 0.97 | 0.43 |
| Hex | D7 | 3 | 53 | 0 | 63 | 3D | 10 | 151 | 61 | 2B |
| Octal | 327 | 3 | 123 | 0 | 143 | 75 | 20 | 521 | 141 | 53 |
| Binary | 11010111 | 11 | 1010011 | 0 | 1100011 | 111101 | 10000 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D70353
Complementary color
Monochromatic Colors of #D70353
Black with #D70353
Text Example
Text Example
White with #D70353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70353; }
p { color: rgb(215,3,83); }
H1.HeaderClassName
{
color: #D70353;
}
.AnyTagClassName
{
color: #D70353;
}
</style>
background-color css
<style>
a { background-color: #D70353; }
a { background-color: rgb(215,3,83); }
div.DivClassName
{
background-color: #D70353;
}
.BgClassName
{
background-color: #D70353;
}
</style>
border-color css
<style>
span { border-color: #D70353; }
span { border-color: rgb(215,3,83); }
td.TdClassName
{
border-color: #D70353;
}
.TagClassName
{
border-color: #D70353;
}
</style>