Shades of Razzmatazz #D50159
Tints of Razzmatazz #D50159
RGB
CMYK
RGB Variations
Color information
#D50159 (or 0xD50159) is known color: Razzmatazz. HEX triplet: D5, 01 and 59. RGB value is (213,1,89). Sum of RGB (Red+Green+Blue) = 213+1+89=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50159 is #2AFEA6. Grayscale: #4A4A4A. Windows color (decimal): -2817703 or 5833173. OLE color: 5833173.
HSL color Cylindrical-coordinate representation of color #D50159: hue angle of 335.09º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50159 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.16 |
| HSL | 335.09º | 0.99% | 0.42% | - |
| HSV(B) | 335.09º | 1% | 0.84% | - |
| XYZ | 29.25 | 14.89 | 10.78 | - |
| YUV | 74.42 | 136.24 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 89 | 0 | 1.00 | 0.58 | 0.16 | 335.09 | 0.99 | 0.42 |
| Hex | D5 | 1 | 59 | 0 | 64 | 3A | 10 | 14F | 63 | 2A |
| Octal | 325 | 1 | 131 | 0 | 144 | 72 | 20 | 517 | 143 | 52 |
| Binary | 11010101 | 1 | 1011001 | 0 | 1100100 | 111010 | 10000 | 101001111 | 1100011 | 101010 |
Color Harmonies of #D50159
Complementary color
Monochromatic Colors of #D50159
Black with #D50159
Text Example
Text Example
White with #D50159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50159; }
p { color: rgb(213,1,89); }
H1.HeaderClassName
{
color: #D50159;
}
.AnyTagClassName
{
color: #D50159;
}
</style>
background-color css
<style>
a { background-color: #D50159; }
a { background-color: rgb(213,1,89); }
div.DivClassName
{
background-color: #D50159;
}
.BgClassName
{
background-color: #D50159;
}
</style>
border-color css
<style>
span { border-color: #D50159; }
span { border-color: rgb(213,1,89); }
td.TdClassName
{
border-color: #D50159;
}
.TagClassName
{
border-color: #D50159;
}
</style>