Shades of Razzmatazz #D50056
Tints of Razzmatazz #D50056
RGB
CMYK
RGB Variations
Color information
#D50056 (or 0xD50056) is known color: Razzmatazz. HEX triplet: D5, 00 and 56. RGB value is (213,0,86). Sum of RGB (Red+Green+Blue) = 213+0+86=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D50056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50056 is #2AFFA9. Grayscale: #494949. Windows color (decimal): -2817962 or 5636309. OLE color: 5636309.
HSL color Cylindrical-coordinate representation of color #D50056: hue angle of 335.77º 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 #D50056 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.60 | 0.16 |
| HSL | 335.77º | 1% | 0.42% | - |
| HSV(B) | 335.77º | 1% | 0.84% | - |
| XYZ | 29.12 | 14.82 | 10.13 | - |
| YUV | 73.49 | 135.07 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 86 | 0 | 1 | 0.60 | 0.16 | 335.77 | 1 | 0.42 |
| Hex | D5 | 0 | 56 | 0 | 64 | 3C | 10 | 150 | 64 | 2A |
| Octal | 325 | 0 | 126 | 0 | 144 | 74 | 20 | 520 | 144 | 52 |
| Binary | 11010101 | 0 | 1010110 | 0 | 1100100 | 111100 | 10000 | 101010000 | 1100100 | 101010 |
Color Harmonies of #D50056
Complementary color
Monochromatic Colors of #D50056
Black with #D50056
Text Example
Text Example
White with #D50056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50056; }
p { color: rgb(213,0,86); }
H1.HeaderClassName
{
color: #D50056;
}
.AnyTagClassName
{
color: #D50056;
}
</style>
background-color css
<style>
a { background-color: #D50056; }
a { background-color: rgb(213,0,86); }
div.DivClassName
{
background-color: #D50056;
}
.BgClassName
{
background-color: #D50056;
}
</style>
border-color css
<style>
span { border-color: #D50056; }
span { border-color: rgb(213,0,86); }
td.TdClassName
{
border-color: #D50056;
}
.TagClassName
{
border-color: #D50056;
}
</style>