Shades of Razzmatazz #D50559
Tints of Razzmatazz #D50559
RGB
CMYK
RGB Variations
Color information
#D50559 (or 0xD50559) is known color: Razzmatazz. HEX triplet: D5, 05 and 59. RGB value is (213,5,89). Sum of RGB (Red+Green+Blue) = 213+5+89=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D50559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50559 is #2AFAA6. Grayscale: #4C4C4C. Windows color (decimal): -2816679 or 5834197. OLE color: 5834197.
HSL color Cylindrical-coordinate representation of color #D50559: hue angle of 335.77º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50559 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.16 |
| HSL | 335.77º | 0.95% | 0.43% | - |
| HSV(B) | 335.77º | 0.98% | 0.84% | - |
| XYZ | 29.3 | 14.98 | 10.8 | - |
| YUV | 76.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 89 | 0 | 0.98 | 0.58 | 0.16 | 335.77 | 0.95 | 0.43 |
| Hex | D5 | 5 | 59 | 0 | 62 | 3A | 10 | 150 | 5F | 2B |
| Octal | 325 | 5 | 131 | 0 | 142 | 72 | 20 | 520 | 137 | 53 |
| Binary | 11010101 | 101 | 1011001 | 0 | 1100010 | 111010 | 10000 | 101010000 | 1011111 | 101011 |
Color Harmonies of #D50559
Complementary color
Monochromatic Colors of #D50559
Black with #D50559
Text Example
Text Example
White with #D50559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50559; }
p { color: rgb(213,5,89); }
H1.HeaderClassName
{
color: #D50559;
}
.AnyTagClassName
{
color: #D50559;
}
</style>
background-color css
<style>
a { background-color: #D50559; }
a { background-color: rgb(213,5,89); }
div.DivClassName
{
background-color: #D50559;
}
.BgClassName
{
background-color: #D50559;
}
</style>
border-color css
<style>
span { border-color: #D50559; }
span { border-color: rgb(213,5,89); }
td.TdClassName
{
border-color: #D50559;
}
.TagClassName
{
border-color: #D50559;
}
</style>