Shades of Razzmatazz #D50353
Tints of Razzmatazz #D50353
RGB
CMYK
RGB Variations
Color information
#D50353 (or 0xD50353) is known color: Razzmatazz. HEX triplet: D5, 03 and 53. RGB value is (213,3,83). Sum of RGB (Red+Green+Blue) = 213+3+83=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D50353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50353 is #2AFCAC. Grayscale: #4A4A4A. Windows color (decimal): -2817197 or 5440469. OLE color: 5440469.
HSL color Cylindrical-coordinate representation of color #D50353: hue angle of 337.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50353 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.16 |
| HSL | 337.14º | 0.97% | 0.42% | - |
| HSV(B) | 337.14º | 0.99% | 0.84% | - |
| XYZ | 29.03 | 14.84 | 9.52 | - |
| YUV | 74.91 | 132.57 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 83 | 0 | 0.99 | 0.61 | 0.16 | 337.14 | 0.97 | 0.42 |
| Hex | D5 | 3 | 53 | 0 | 63 | 3D | 10 | 151 | 61 | 2A |
| Octal | 325 | 3 | 123 | 0 | 143 | 75 | 20 | 521 | 141 | 52 |
| Binary | 11010101 | 11 | 1010011 | 0 | 1100011 | 111101 | 10000 | 101010001 | 1100001 | 101010 |
Color Harmonies of #D50353
Complementary color
Monochromatic Colors of #D50353
Black with #D50353
Text Example
Text Example
White with #D50353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50353; }
p { color: rgb(213,3,83); }
H1.HeaderClassName
{
color: #D50353;
}
.AnyTagClassName
{
color: #D50353;
}
</style>
background-color css
<style>
a { background-color: #D50353; }
a { background-color: rgb(213,3,83); }
div.DivClassName
{
background-color: #D50353;
}
.BgClassName
{
background-color: #D50353;
}
</style>
border-color css
<style>
span { border-color: #D50353; }
span { border-color: rgb(213,3,83); }
td.TdClassName
{
border-color: #D50353;
}
.TagClassName
{
border-color: #D50353;
}
</style>