Shades of Razzmatazz #D50258
Tints of Razzmatazz #D50258
RGB
CMYK
RGB Variations
Color information
#D50258 (or 0xD50258) is known color: Razzmatazz. HEX triplet: D5, 02 and 58. RGB value is (213,2,88). Sum of RGB (Red+Green+Blue) = 213+2+88=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50258 is #2AFDA7. Grayscale: #4A4A4A. Windows color (decimal): -2817448 or 5767893. OLE color: 5767893.
HSL color Cylindrical-coordinate representation of color #D50258: hue angle of 335.55º 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 #D50258 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.16 |
| HSL | 335.55º | 0.98% | 0.42% | - |
| HSV(B) | 335.55º | 0.99% | 0.84% | - |
| XYZ | 29.22 | 14.89 | 10.57 | - |
| YUV | 74.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 88 | 0 | 0.99 | 0.59 | 0.16 | 335.55 | 0.98 | 0.42 |
| Hex | D5 | 2 | 58 | 0 | 63 | 3B | 10 | 150 | 62 | 2A |
| Octal | 325 | 2 | 130 | 0 | 143 | 73 | 20 | 520 | 142 | 52 |
| Binary | 11010101 | 10 | 1011000 | 0 | 1100011 | 111011 | 10000 | 101010000 | 1100010 | 101010 |
Color Harmonies of #D50258
Complementary color
Monochromatic Colors of #D50258
Black with #D50258
Text Example
Text Example
White with #D50258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50258; }
p { color: rgb(213,2,88); }
H1.HeaderClassName
{
color: #D50258;
}
.AnyTagClassName
{
color: #D50258;
}
</style>
background-color css
<style>
a { background-color: #D50258; }
a { background-color: rgb(213,2,88); }
div.DivClassName
{
background-color: #D50258;
}
.BgClassName
{
background-color: #D50258;
}
</style>
border-color css
<style>
span { border-color: #D50258; }
span { border-color: rgb(213,2,88); }
td.TdClassName
{
border-color: #D50258;
}
.TagClassName
{
border-color: #D50258;
}
</style>