Shades of Razzmatazz #D4044C
Tints of Razzmatazz #D4044C
RGB
CMYK
RGB Variations
Color information
#D4044C (or 0xD4044C) is known color: Razzmatazz. HEX triplet: D4, 04 and 4C. RGB value is (212,4,76). Sum of RGB (Red+Green+Blue) = 212+4+76=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4044C is #2BFBB3. Grayscale: #4A4A4A. Windows color (decimal): -2882484 or 4981972. OLE color: 4981972.
HSL color Cylindrical-coordinate representation of color #D4044C: hue angle of 339.23º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4044C is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.17 |
| HSL | 339.23º | 0.96% | 0.42% | - |
| HSV(B) | 339.23º | 0.98% | 0.83% | - |
| XYZ | 28.5 | 14.61 | 8.15 | - |
| YUV | 74.4 | 128.91 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 76 | 0 | 0.98 | 0.64 | 0.17 | 339.23 | 0.96 | 0.42 |
| Hex | D4 | 4 | 4C | 0 | 62 | 40 | 11 | 153 | 60 | 2A |
| Octal | 324 | 4 | 114 | 0 | 142 | 100 | 21 | 523 | 140 | 52 |
| Binary | 11010100 | 100 | 1001100 | 0 | 1100010 | 1000000 | 10001 | 101010011 | 1100000 | 101010 |
Color Harmonies of #D4044C
Complementary color
Monochromatic Colors of #D4044C
Black with #D4044C
Text Example
Text Example
White with #D4044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4044C; }
p { color: rgb(212,4,76); }
H1.HeaderClassName
{
color: #D4044C;
}
.AnyTagClassName
{
color: #D4044C;
}
</style>
background-color css
<style>
a { background-color: #D4044C; }
a { background-color: rgb(212,4,76); }
div.DivClassName
{
background-color: #D4044C;
}
.BgClassName
{
background-color: #D4044C;
}
</style>
border-color css
<style>
span { border-color: #D4044C; }
span { border-color: rgb(212,4,76); }
td.TdClassName
{
border-color: #D4044C;
}
.TagClassName
{
border-color: #D4044C;
}
</style>