Shades of Razzmatazz #D50263
Tints of Razzmatazz #D50263
RGB
CMYK
RGB Variations
Color information
#D50263 (or 0xD50263) is known color: Razzmatazz. HEX triplet: D5, 02 and 63. RGB value is (213,2,99). Sum of RGB (Red+Green+Blue) = 213+2+99=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D50263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50263 is #2AFD9C. Grayscale: #4B4B4B. Windows color (decimal): -2817437 or 6488789. OLE color: 6488789.
HSL color Cylindrical-coordinate representation of color #D50263: hue angle of 332.42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50263 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.16 |
| HSL | 332.42º | 0.98% | 0.42% | - |
| HSV(B) | 332.42º | 0.99% | 0.84% | - |
| XYZ | 29.71 | 15.09 | 13.15 | - |
| YUV | 76.15 | 140.9 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 99 | 0 | 0.99 | 0.54 | 0.16 | 332.42 | 0.98 | 0.42 |
| Hex | D5 | 2 | 63 | 0 | 63 | 36 | 10 | 14C | 62 | 2A |
| Octal | 325 | 2 | 143 | 0 | 143 | 66 | 20 | 514 | 142 | 52 |
| Binary | 11010101 | 10 | 1100011 | 0 | 1100011 | 110110 | 10000 | 101001100 | 1100010 | 101010 |
Color Harmonies of #D50263
Complementary color
Monochromatic Colors of #D50263
Black with #D50263
Text Example
Text Example
White with #D50263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50263; }
p { color: rgb(213,2,99); }
H1.HeaderClassName
{
color: #D50263;
}
.AnyTagClassName
{
color: #D50263;
}
</style>
background-color css
<style>
a { background-color: #D50263; }
a { background-color: rgb(213,2,99); }
div.DivClassName
{
background-color: #D50263;
}
.BgClassName
{
background-color: #D50263;
}
</style>
border-color css
<style>
span { border-color: #D50263; }
span { border-color: rgb(213,2,99); }
td.TdClassName
{
border-color: #D50263;
}
.TagClassName
{
border-color: #D50263;
}
</style>