Shades of Razzmatazz #D20751
Tints of Razzmatazz #D20751
RGB
CMYK
RGB Variations
Color information
#D20751 (or 0xD20751) is known color: Razzmatazz. HEX triplet: D2, 07 and 51. RGB value is (210,7,81). Sum of RGB (Red+Green+Blue) = 210+7+81=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D20751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20751 is #2DF8AE. Grayscale: #4C4C4C. Windows color (decimal): -3012783 or 5310418. OLE color: 5310418.
HSL color Cylindrical-coordinate representation of color #D20751: hue angle of 338.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20751 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.18 |
| HSL | 338.13º | 0.94% | 0.43% | - |
| HSV(B) | 338.13º | 0.97% | 0.82% | - |
| XYZ | 28.14 | 14.45 | 9.09 | - |
| YUV | 76.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 81 | 0 | 0.97 | 0.61 | 0.18 | 338.13 | 0.94 | 0.43 |
| Hex | D2 | 7 | 51 | 0 | 61 | 3D | 12 | 152 | 5E | 2B |
| Octal | 322 | 7 | 121 | 0 | 141 | 75 | 22 | 522 | 136 | 53 |
| Binary | 11010010 | 111 | 1010001 | 0 | 1100001 | 111101 | 10010 | 101010010 | 1011110 | 101011 |
Color Harmonies of #D20751
Complementary color
Monochromatic Colors of #D20751
Black with #D20751
Text Example
Text Example
White with #D20751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20751; }
p { color: rgb(210,7,81); }
H1.HeaderClassName
{
color: #D20751;
}
.AnyTagClassName
{
color: #D20751;
}
</style>
background-color css
<style>
a { background-color: #D20751; }
a { background-color: rgb(210,7,81); }
div.DivClassName
{
background-color: #D20751;
}
.BgClassName
{
background-color: #D20751;
}
</style>
border-color css
<style>
span { border-color: #D20751; }
span { border-color: rgb(210,7,81); }
td.TdClassName
{
border-color: #D20751;
}
.TagClassName
{
border-color: #D20751;
}
</style>