Shades of Razzmatazz #D50052
Tints of Razzmatazz #D50052
RGB
CMYK
RGB Variations
Color information
#D50052 (or 0xD50052) is known color: Razzmatazz. HEX triplet: D5, 00 and 52. RGB value is (213,0,82). Sum of RGB (Red+Green+Blue) = 213+0+82=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D50052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50052 is #2AFFAD. Grayscale: #484848. Windows color (decimal): -2817966 or 5374165. OLE color: 5374165.
HSL color Cylindrical-coordinate representation of color #D50052: hue angle of 336.9º 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 #D50052 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.62 | 0.16 |
| HSL | 336.9º | 1% | 0.42% | - |
| HSV(B) | 336.9º | 1% | 0.84% | - |
| XYZ | 28.96 | 14.76 | 9.3 | - |
| YUV | 73.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 82 | 0 | 1 | 0.62 | 0.16 | 336.9 | 1 | 0.42 |
| Hex | D5 | 0 | 52 | 0 | 64 | 3E | 10 | 151 | 64 | 2A |
| Octal | 325 | 0 | 122 | 0 | 144 | 76 | 20 | 521 | 144 | 52 |
| Binary | 11010101 | 0 | 1010010 | 0 | 1100100 | 111110 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D50052
Complementary color
Monochromatic Colors of #D50052
Black with #D50052
Text Example
Text Example
White with #D50052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50052; }
p { color: rgb(213,0,82); }
H1.HeaderClassName
{
color: #D50052;
}
.AnyTagClassName
{
color: #D50052;
}
</style>
background-color css
<style>
a { background-color: #D50052; }
a { background-color: rgb(213,0,82); }
div.DivClassName
{
background-color: #D50052;
}
.BgClassName
{
background-color: #D50052;
}
</style>
border-color css
<style>
span { border-color: #D50052; }
span { border-color: rgb(213,0,82); }
td.TdClassName
{
border-color: #D50052;
}
.TagClassName
{
border-color: #D50052;
}
</style>