Shades of Razzmatazz #D50555
Tints of Razzmatazz #D50555
RGB
CMYK
RGB Variations
Color information
#D50555 (or 0xD50555) is known color: Razzmatazz. HEX triplet: D5, 05 and 55. RGB value is (213,5,85). Sum of RGB (Red+Green+Blue) = 213+5+85=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50555 is #2AFAAA. Grayscale: #4C4C4C. Windows color (decimal): -2816683 or 5572053. OLE color: 5572053.
HSL color Cylindrical-coordinate representation of color #D50555: hue angle of 336.92º degrees, saturation: 0.95, 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 #D50555 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 85 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.16 |
| HSL | 336.92º | 0.95% | 0.43% | - |
| HSV(B) | 336.92º | 0.98% | 0.84% | - |
| XYZ | 29.13 | 14.91 | 9.94 | - |
| YUV | 76.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 85 | 0 | 0.98 | 0.60 | 0.16 | 336.92 | 0.95 | 0.43 |
| Hex | D5 | 5 | 55 | 0 | 62 | 3C | 10 | 151 | 5F | 2B |
| Octal | 325 | 5 | 125 | 0 | 142 | 74 | 20 | 521 | 137 | 53 |
| Binary | 11010101 | 101 | 1010101 | 0 | 1100010 | 111100 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D50555
Complementary color
Monochromatic Colors of #D50555
Black with #D50555
Text Example
Text Example
White with #D50555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50555; }
p { color: rgb(213,5,85); }
H1.HeaderClassName
{
color: #D50555;
}
.AnyTagClassName
{
color: #D50555;
}
</style>
background-color css
<style>
a { background-color: #D50555; }
a { background-color: rgb(213,5,85); }
div.DivClassName
{
background-color: #D50555;
}
.BgClassName
{
background-color: #D50555;
}
</style>
border-color css
<style>
span { border-color: #D50555; }
span { border-color: rgb(213,5,85); }
td.TdClassName
{
border-color: #D50555;
}
.TagClassName
{
border-color: #D50555;
}
</style>