Shades of Razzmatazz #D50459
Tints of Razzmatazz #D50459
RGB
CMYK
RGB Variations
Color information
#D50459 (or 0xD50459) is known color: Razzmatazz. HEX triplet: D5, 04 and 59. RGB value is (213,4,89). Sum of RGB (Red+Green+Blue) = 213+4+89=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D50459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50459 is #2AFBA6. Grayscale: #4C4C4C. Windows color (decimal): -2816935 or 5833941. OLE color: 5833941.
HSL color Cylindrical-coordinate representation of color #D50459: hue angle of 335.6º degrees, saturation: 0.96, 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 #D50459 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.16 |
| HSL | 335.6º | 0.96% | 0.43% | - |
| HSV(B) | 335.6º | 0.98% | 0.84% | - |
| XYZ | 29.29 | 14.95 | 10.79 | - |
| YUV | 76.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 89 | 0 | 0.98 | 0.58 | 0.16 | 335.6 | 0.96 | 0.43 |
| Hex | D5 | 4 | 59 | 0 | 62 | 3A | 10 | 150 | 60 | 2B |
| Octal | 325 | 4 | 131 | 0 | 142 | 72 | 20 | 520 | 140 | 53 |
| Binary | 11010101 | 100 | 1011001 | 0 | 1100010 | 111010 | 10000 | 101010000 | 1100000 | 101011 |
Color Harmonies of #D50459
Complementary color
Monochromatic Colors of #D50459
Black with #D50459
Text Example
Text Example
White with #D50459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50459; }
p { color: rgb(213,4,89); }
H1.HeaderClassName
{
color: #D50459;
}
.AnyTagClassName
{
color: #D50459;
}
</style>
background-color css
<style>
a { background-color: #D50459; }
a { background-color: rgb(213,4,89); }
div.DivClassName
{
background-color: #D50459;
}
.BgClassName
{
background-color: #D50459;
}
</style>
border-color css
<style>
span { border-color: #D50459; }
span { border-color: rgb(213,4,89); }
td.TdClassName
{
border-color: #D50459;
}
.TagClassName
{
border-color: #D50459;
}
</style>