Shades of Razzmatazz #D50063
Tints of Razzmatazz #D50063
RGB
CMYK
RGB Variations
Color information
#D50063 (or 0xD50063) is known color: Razzmatazz. HEX triplet: D5, 00 and 63. RGB value is (213,0,99). Sum of RGB (Red+Green+Blue) = 213+0+99=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D50063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50063 is #2AFF9C. Grayscale: #4A4A4A. Windows color (decimal): -2817949 or 6488277. OLE color: 6488277.
HSL color Cylindrical-coordinate representation of color #D50063: hue angle of 332.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50063 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.54 | 0.16 |
| HSL | 332.11º | 1% | 0.42% | - |
| HSV(B) | 332.11º | 1% | 0.84% | - |
| XYZ | 29.69 | 15.05 | 13.14 | - |
| YUV | 74.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 99 | 0 | 1 | 0.54 | 0.16 | 332.11 | 1 | 0.42 |
| Hex | D5 | 0 | 63 | 0 | 64 | 36 | 10 | 14C | 64 | 2A |
| Octal | 325 | 0 | 143 | 0 | 144 | 66 | 20 | 514 | 144 | 52 |
| Binary | 11010101 | 0 | 1100011 | 0 | 1100100 | 110110 | 10000 | 101001100 | 1100100 | 101010 |
Color Harmonies of #D50063
Complementary color
Monochromatic Colors of #D50063
Black with #D50063
Text Example
Text Example
White with #D50063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50063; }
p { color: rgb(213,0,99); }
H1.HeaderClassName
{
color: #D50063;
}
.AnyTagClassName
{
color: #D50063;
}
</style>
background-color css
<style>
a { background-color: #D50063; }
a { background-color: rgb(213,0,99); }
div.DivClassName
{
background-color: #D50063;
}
.BgClassName
{
background-color: #D50063;
}
</style>
border-color css
<style>
span { border-color: #D50063; }
span { border-color: rgb(213,0,99); }
td.TdClassName
{
border-color: #D50063;
}
.TagClassName
{
border-color: #D50063;
}
</style>