Shades of Razzmatazz #D50350
Tints of Razzmatazz #D50350
RGB
CMYK
RGB Variations
Color information
#D50350 (or 0xD50350) is known color: Razzmatazz. HEX triplet: D5, 03 and 50. RGB value is (213,3,80). Sum of RGB (Red+Green+Blue) = 213+3+80=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D50350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50350 is #2AFCAF. Grayscale: #4A4A4A. Windows color (decimal): -2817200 or 5243861. OLE color: 5243861.
HSL color Cylindrical-coordinate representation of color #D50350: hue angle of 338º 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 #D50350 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.16 |
| HSL | 338º | 0.97% | 0.42% | - |
| HSV(B) | 338º | 0.99% | 0.84% | - |
| XYZ | 28.92 | 14.79 | 8.92 | - |
| YUV | 74.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 80 | 0 | 0.99 | 0.62 | 0.16 | 338 | 0.97 | 0.42 |
| Hex | D5 | 3 | 50 | 0 | 63 | 3E | 10 | 152 | 61 | 2A |
| Octal | 325 | 3 | 120 | 0 | 143 | 76 | 20 | 522 | 141 | 52 |
| Binary | 11010101 | 11 | 1010000 | 0 | 1100011 | 111110 | 10000 | 101010010 | 1100001 | 101010 |
Color Harmonies of #D50350
Complementary color
Monochromatic Colors of #D50350
Black with #D50350
Text Example
Text Example
White with #D50350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50350; }
p { color: rgb(213,3,80); }
H1.HeaderClassName
{
color: #D50350;
}
.AnyTagClassName
{
color: #D50350;
}
</style>
background-color css
<style>
a { background-color: #D50350; }
a { background-color: rgb(213,3,80); }
div.DivClassName
{
background-color: #D50350;
}
.BgClassName
{
background-color: #D50350;
}
</style>
border-color css
<style>
span { border-color: #D50350; }
span { border-color: rgb(213,3,80); }
td.TdClassName
{
border-color: #D50350;
}
.TagClassName
{
border-color: #D50350;
}
</style>