Shades of Razzmatazz #D50051
Tints of Razzmatazz #D50051
RGB
CMYK
RGB Variations
Color information
#D50051 (or 0xD50051) is known color: Razzmatazz. HEX triplet: D5, 00 and 51. RGB value is (213,0,81). Sum of RGB (Red+Green+Blue) = 213+0+81=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D50051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50051 is #2AFFAE. Grayscale: #484848. Windows color (decimal): -2817967 or 5308629. OLE color: 5308629.
HSL color Cylindrical-coordinate representation of color #D50051: hue angle of 337.18º 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 #D50051 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.62 | 0.16 |
| HSL | 337.18º | 1% | 0.42% | - |
| HSV(B) | 337.18º | 1% | 0.84% | - |
| XYZ | 28.93 | 14.74 | 9.11 | - |
| YUV | 72.92 | 132.57 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 81 | 0 | 1 | 0.62 | 0.16 | 337.18 | 1 | 0.42 |
| Hex | D5 | 0 | 51 | 0 | 64 | 3E | 10 | 151 | 64 | 2A |
| Octal | 325 | 0 | 121 | 0 | 144 | 76 | 20 | 521 | 144 | 52 |
| Binary | 11010101 | 0 | 1010001 | 0 | 1100100 | 111110 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D50051
Complementary color
Monochromatic Colors of #D50051
Black with #D50051
Text Example
Text Example
White with #D50051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50051; }
p { color: rgb(213,0,81); }
H1.HeaderClassName
{
color: #D50051;
}
.AnyTagClassName
{
color: #D50051;
}
</style>
background-color css
<style>
a { background-color: #D50051; }
a { background-color: rgb(213,0,81); }
div.DivClassName
{
background-color: #D50051;
}
.BgClassName
{
background-color: #D50051;
}
</style>
border-color css
<style>
span { border-color: #D50051; }
span { border-color: rgb(213,0,81); }
td.TdClassName
{
border-color: #D50051;
}
.TagClassName
{
border-color: #D50051;
}
</style>