Shades of Razzmatazz #D20049
Tints of Razzmatazz #D20049
RGB
CMYK
RGB Variations
Color information
#D20049 (or 0xD20049) is known color: Razzmatazz. HEX triplet: D2, 00 and 49. RGB value is (210,0,73). Sum of RGB (Red+Green+Blue) = 210+0+73=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D20049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20049 is #2DFFB6. Grayscale: #474747. Windows color (decimal): -3014583 or 4784338. OLE color: 4784338.
HSL color Cylindrical-coordinate representation of color #D20049: hue angle of 339.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20049 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.65 | 0.18 |
| HSL | 339.14º | 1% | 0.41% | - |
| HSV(B) | 339.14º | 1% | 0.82% | - |
| XYZ | 27.78 | 14.18 | 7.58 | - |
| YUV | 71.11 | 129.07 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 73 | 0 | 1 | 0.65 | 0.18 | 339.14 | 1 | 0.41 |
| Hex | D2 | 0 | 49 | 0 | 64 | 41 | 12 | 153 | 64 | 29 |
| Octal | 322 | 0 | 111 | 0 | 144 | 101 | 22 | 523 | 144 | 51 |
| Binary | 11010010 | 0 | 1001001 | 0 | 1100100 | 1000001 | 10010 | 101010011 | 1100100 | 101001 |
Color Harmonies of #D20049
Complementary color
Monochromatic Colors of #D20049
Black with #D20049
Text Example
Text Example
White with #D20049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20049; }
p { color: rgb(210,0,73); }
H1.HeaderClassName
{
color: #D20049;
}
.AnyTagClassName
{
color: #D20049;
}
</style>
background-color css
<style>
a { background-color: #D20049; }
a { background-color: rgb(210,0,73); }
div.DivClassName
{
background-color: #D20049;
}
.BgClassName
{
background-color: #D20049;
}
</style>
border-color css
<style>
span { border-color: #D20049; }
span { border-color: rgb(210,0,73); }
td.TdClassName
{
border-color: #D20049;
}
.TagClassName
{
border-color: #D20049;
}
</style>