Shades of Razzmatazz #D50152
Tints of Razzmatazz #D50152
RGB
CMYK
RGB Variations
Color information
#D50152 (or 0xD50152) is known color: Razzmatazz. HEX triplet: D5, 01 and 52. RGB value is (213,1,82). Sum of RGB (Red+Green+Blue) = 213+1+82=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D50152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50152 is #2AFEAD. Grayscale: #494949. Windows color (decimal): -2817710 or 5374421. OLE color: 5374421.
HSL color Cylindrical-coordinate representation of color #D50152: hue angle of 337.08º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50152 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.16 |
| HSL | 337.08º | 0.99% | 0.42% | - |
| HSV(B) | 337.08º | 1% | 0.84% | - |
| XYZ | 28.97 | 14.78 | 9.31 | - |
| YUV | 73.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 82 | 0 | 1.00 | 0.62 | 0.16 | 337.08 | 0.99 | 0.42 |
| Hex | D5 | 1 | 52 | 0 | 64 | 3E | 10 | 151 | 63 | 2A |
| Octal | 325 | 1 | 122 | 0 | 144 | 76 | 20 | 521 | 143 | 52 |
| Binary | 11010101 | 1 | 1010010 | 0 | 1100100 | 111110 | 10000 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D50152
Complementary color
Monochromatic Colors of #D50152
Black with #D50152
Text Example
Text Example
White with #D50152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50152; }
p { color: rgb(213,1,82); }
H1.HeaderClassName
{
color: #D50152;
}
.AnyTagClassName
{
color: #D50152;
}
</style>
background-color css
<style>
a { background-color: #D50152; }
a { background-color: rgb(213,1,82); }
div.DivClassName
{
background-color: #D50152;
}
.BgClassName
{
background-color: #D50152;
}
</style>
border-color css
<style>
span { border-color: #D50152; }
span { border-color: rgb(213,1,82); }
td.TdClassName
{
border-color: #D50152;
}
.TagClassName
{
border-color: #D50152;
}
</style>