Shades of Razzmatazz #D20C51
Tints of Razzmatazz #D20C51
RGB
CMYK
RGB Variations
Color information
#D20C51 (or 0xD20C51) is known color: Razzmatazz. HEX triplet: D2, 0C and 51. RGB value is (210,12,81). Sum of RGB (Red+Green+Blue) = 210+12+81=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C51 is #2DF3AE. Grayscale: #4E4E4E. Windows color (decimal): -3011503 or 5311698. OLE color: 5311698.
HSL color Cylindrical-coordinate representation of color #D20C51: hue angle of 339.09º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C51 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 81 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.18 |
| HSL | 339.09º | 0.89% | 0.44% | - |
| HSV(B) | 339.09º | 0.94% | 0.82% | - |
| XYZ | 28.2 | 14.56 | 9.11 | - |
| YUV | 79.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 81 | 0 | 0.94 | 0.61 | 0.18 | 339.09 | 0.89 | 0.44 |
| Hex | D2 | C | 51 | 0 | 5E | 3D | 12 | 153 | 59 | 2C |
| Octal | 322 | 14 | 121 | 0 | 136 | 75 | 22 | 523 | 131 | 54 |
| Binary | 11010010 | 1100 | 1010001 | 0 | 1011110 | 111101 | 10010 | 101010011 | 1011001 | 101100 |
Color Harmonies of #D20C51
Complementary color
Monochromatic Colors of #D20C51
Black with #D20C51
Text Example
Text Example
White with #D20C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C51; }
p { color: rgb(210,12,81); }
H1.HeaderClassName
{
color: #D20C51;
}
.AnyTagClassName
{
color: #D20C51;
}
</style>
background-color css
<style>
a { background-color: #D20C51; }
a { background-color: rgb(210,12,81); }
div.DivClassName
{
background-color: #D20C51;
}
.BgClassName
{
background-color: #D20C51;
}
</style>
border-color css
<style>
span { border-color: #D20C51; }
span { border-color: rgb(210,12,81); }
td.TdClassName
{
border-color: #D20C51;
}
.TagClassName
{
border-color: #D20C51;
}
</style>