Shades of Razzmatazz #D50950
Tints of Razzmatazz #D50950
RGB
CMYK
RGB Variations
Color information
#D50950 (or 0xD50950) is known color: Razzmatazz. HEX triplet: D5, 09 and 50. RGB value is (213,9,80). Sum of RGB (Red+Green+Blue) = 213+9+80=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D50950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50950 is #2AF6AF. Grayscale: #4E4E4E. Windows color (decimal): -2815664 or 5245397. OLE color: 5245397.
HSL color Cylindrical-coordinate representation of color #D50950: hue angle of 339.12º 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 #D50950 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.16 |
| HSL | 339.12º | 0.92% | 0.44% | - |
| HSV(B) | 339.12º | 0.96% | 0.84% | - |
| XYZ | 28.99 | 14.92 | 8.94 | - |
| YUV | 78.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 80 | 0 | 0.96 | 0.62 | 0.16 | 339.12 | 0.92 | 0.44 |
| Hex | D5 | 9 | 50 | 0 | 60 | 3E | 10 | 153 | 5C | 2C |
| Octal | 325 | 11 | 120 | 0 | 140 | 76 | 20 | 523 | 134 | 54 |
| Binary | 11010101 | 1001 | 1010000 | 0 | 1100000 | 111110 | 10000 | 101010011 | 1011100 | 101100 |
Color Harmonies of #D50950
Complementary color
Monochromatic Colors of #D50950
Black with #D50950
Text Example
Text Example
White with #D50950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50950; }
p { color: rgb(213,9,80); }
H1.HeaderClassName
{
color: #D50950;
}
.AnyTagClassName
{
color: #D50950;
}
</style>
background-color css
<style>
a { background-color: #D50950; }
a { background-color: rgb(213,9,80); }
div.DivClassName
{
background-color: #D50950;
}
.BgClassName
{
background-color: #D50950;
}
</style>
border-color css
<style>
span { border-color: #D50950; }
span { border-color: rgb(213,9,80); }
td.TdClassName
{
border-color: #D50950;
}
.TagClassName
{
border-color: #D50950;
}
</style>