Shades of Razzmatazz #D2044C
Tints of Razzmatazz #D2044C
RGB
CMYK
RGB Variations
Color information
#D2044C (or 0xD2044C) is known color: Razzmatazz. HEX triplet: D2, 04 and 4C. RGB value is (210,4,76). Sum of RGB (Red+Green+Blue) = 210+4+76=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2044C is #2DFBB3. Grayscale: #494949. Windows color (decimal): -3013556 or 4981970. OLE color: 4981970.
HSL color Cylindrical-coordinate representation of color #D2044C: hue angle of 339.03º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2044C is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.18 |
| HSL | 339.03º | 0.96% | 0.42% | - |
| HSV(B) | 339.03º | 0.98% | 0.82% | - |
| XYZ | 27.93 | 14.31 | 8.13 | - |
| YUV | 73.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 76 | 0 | 0.98 | 0.64 | 0.18 | 339.03 | 0.96 | 0.42 |
| Hex | D2 | 4 | 4C | 0 | 62 | 40 | 12 | 153 | 60 | 2A |
| Octal | 322 | 4 | 114 | 0 | 142 | 100 | 22 | 523 | 140 | 52 |
| Binary | 11010010 | 100 | 1001100 | 0 | 1100010 | 1000000 | 10010 | 101010011 | 1100000 | 101010 |
Color Harmonies of #D2044C
Complementary color
Monochromatic Colors of #D2044C
Black with #D2044C
Text Example
Text Example
White with #D2044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2044C; }
p { color: rgb(210,4,76); }
H1.HeaderClassName
{
color: #D2044C;
}
.AnyTagClassName
{
color: #D2044C;
}
</style>
background-color css
<style>
a { background-color: #D2044C; }
a { background-color: rgb(210,4,76); }
div.DivClassName
{
background-color: #D2044C;
}
.BgClassName
{
background-color: #D2044C;
}
</style>
border-color css
<style>
span { border-color: #D2044C; }
span { border-color: rgb(210,4,76); }
td.TdClassName
{
border-color: #D2044C;
}
.TagClassName
{
border-color: #D2044C;
}
</style>