Shades of Razzmatazz #D50252
Tints of Razzmatazz #D50252
RGB
CMYK
RGB Variations
Color information
#D50252 (or 0xD50252) is known color: Razzmatazz. HEX triplet: D5, 02 and 52. RGB value is (213,2,82). Sum of RGB (Red+Green+Blue) = 213+2+82=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D50252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50252 is #2AFDAD. Grayscale: #4A4A4A. Windows color (decimal): -2817454 or 5374677. OLE color: 5374677.
HSL color Cylindrical-coordinate representation of color #D50252: hue angle of 337.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50252 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.16 |
| HSL | 337.25º | 0.98% | 0.42% | - |
| HSV(B) | 337.25º | 0.99% | 0.84% | - |
| XYZ | 28.99 | 14.8 | 9.31 | - |
| YUV | 74.21 | 132.4 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 82 | 0 | 0.99 | 0.62 | 0.16 | 337.25 | 0.98 | 0.42 |
| Hex | D5 | 2 | 52 | 0 | 63 | 3E | 10 | 151 | 62 | 2A |
| Octal | 325 | 2 | 122 | 0 | 143 | 76 | 20 | 521 | 142 | 52 |
| Binary | 11010101 | 10 | 1010010 | 0 | 1100011 | 111110 | 10000 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D50252
Complementary color
Monochromatic Colors of #D50252
Black with #D50252
Text Example
Text Example
White with #D50252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50252; }
p { color: rgb(213,2,82); }
H1.HeaderClassName
{
color: #D50252;
}
.AnyTagClassName
{
color: #D50252;
}
</style>
background-color css
<style>
a { background-color: #D50252; }
a { background-color: rgb(213,2,82); }
div.DivClassName
{
background-color: #D50252;
}
.BgClassName
{
background-color: #D50252;
}
</style>
border-color css
<style>
span { border-color: #D50252; }
span { border-color: rgb(213,2,82); }
td.TdClassName
{
border-color: #D50252;
}
.TagClassName
{
border-color: #D50252;
}
</style>