Shades of Razzmatazz #D50557
Tints of Razzmatazz #D50557
RGB
CMYK
RGB Variations
Color information
#D50557 (or 0xD50557) is known color: Razzmatazz. HEX triplet: D5, 05 and 57. RGB value is (213,5,87). Sum of RGB (Red+Green+Blue) = 213+5+87=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D50557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50557 is #2AFAA8. Grayscale: #4C4C4C. Windows color (decimal): -2816681 or 5703125. OLE color: 5703125.
HSL color Cylindrical-coordinate representation of color #D50557: hue angle of 336.35º 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 #D50557 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.16 |
| HSL | 336.35º | 0.95% | 0.43% | - |
| HSV(B) | 336.35º | 0.98% | 0.84% | - |
| XYZ | 29.22 | 14.94 | 10.36 | - |
| YUV | 76.54 | 133.91 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 87 | 0 | 0.98 | 0.59 | 0.16 | 336.35 | 0.95 | 0.43 |
| Hex | D5 | 5 | 57 | 0 | 62 | 3B | 10 | 150 | 5F | 2B |
| Octal | 325 | 5 | 127 | 0 | 142 | 73 | 20 | 520 | 137 | 53 |
| Binary | 11010101 | 101 | 1010111 | 0 | 1100010 | 111011 | 10000 | 101010000 | 1011111 | 101011 |
Color Harmonies of #D50557
Complementary color
Monochromatic Colors of #D50557
Black with #D50557
Text Example
Text Example
White with #D50557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50557; }
p { color: rgb(213,5,87); }
H1.HeaderClassName
{
color: #D50557;
}
.AnyTagClassName
{
color: #D50557;
}
</style>
background-color css
<style>
a { background-color: #D50557; }
a { background-color: rgb(213,5,87); }
div.DivClassName
{
background-color: #D50557;
}
.BgClassName
{
background-color: #D50557;
}
</style>
border-color css
<style>
span { border-color: #D50557; }
span { border-color: rgb(213,5,87); }
td.TdClassName
{
border-color: #D50557;
}
.TagClassName
{
border-color: #D50557;
}
</style>