Shades of Razzmatazz #D50058
Tints of Razzmatazz #D50058
RGB
CMYK
RGB Variations
Color information
#D50058 (or 0xD50058) is known color: Razzmatazz. HEX triplet: D5, 00 and 58. RGB value is (213,0,88). Sum of RGB (Red+Green+Blue) = 213+0+88=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D50058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50058 is #2AFFA7. Grayscale: #494949. Windows color (decimal): -2817960 or 5767381. OLE color: 5767381.
HSL color Cylindrical-coordinate representation of color #D50058: hue angle of 335.21º 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 #D50058 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.59 | 0.16 |
| HSL | 335.21º | 1% | 0.42% | - |
| HSV(B) | 335.21º | 1% | 0.84% | - |
| XYZ | 29.2 | 14.85 | 10.56 | - |
| YUV | 73.72 | 136.07 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 88 | 0 | 1 | 0.59 | 0.16 | 335.21 | 1 | 0.42 |
| Hex | D5 | 0 | 58 | 0 | 64 | 3B | 10 | 14F | 64 | 2A |
| Octal | 325 | 0 | 130 | 0 | 144 | 73 | 20 | 517 | 144 | 52 |
| Binary | 11010101 | 0 | 1011000 | 0 | 1100100 | 111011 | 10000 | 101001111 | 1100100 | 101010 |
Color Harmonies of #D50058
Complementary color
Monochromatic Colors of #D50058
Black with #D50058
Text Example
Text Example
White with #D50058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50058; }
p { color: rgb(213,0,88); }
H1.HeaderClassName
{
color: #D50058;
}
.AnyTagClassName
{
color: #D50058;
}
</style>
background-color css
<style>
a { background-color: #D50058; }
a { background-color: rgb(213,0,88); }
div.DivClassName
{
background-color: #D50058;
}
.BgClassName
{
background-color: #D50058;
}
</style>
border-color css
<style>
span { border-color: #D50058; }
span { border-color: rgb(213,0,88); }
td.TdClassName
{
border-color: #D50058;
}
.TagClassName
{
border-color: #D50058;
}
</style>