Shades of Razzmatazz #D4044E
Tints of Razzmatazz #D4044E
RGB
CMYK
RGB Variations
Color information
#D4044E (or 0xD4044E) is known color: Razzmatazz. HEX triplet: D4, 04 and 4E. RGB value is (212,4,78). Sum of RGB (Red+Green+Blue) = 212+4+78=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4044E is #2BFBB1. Grayscale: #4A4A4A. Windows color (decimal): -2882482 or 5113044. OLE color: 5113044.
HSL color Cylindrical-coordinate representation of color #D4044E: hue angle of 338.65º 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 #D4044E is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.17 |
| HSL | 338.65º | 0.96% | 0.42% | - |
| HSV(B) | 338.65º | 0.98% | 0.83% | - |
| XYZ | 28.57 | 14.63 | 8.53 | - |
| YUV | 74.63 | 129.91 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 78 | 0 | 0.98 | 0.63 | 0.17 | 338.65 | 0.96 | 0.42 |
| Hex | D4 | 4 | 4E | 0 | 62 | 3F | 11 | 153 | 60 | 2A |
| Octal | 324 | 4 | 116 | 0 | 142 | 77 | 21 | 523 | 140 | 52 |
| Binary | 11010100 | 100 | 1001110 | 0 | 1100010 | 111111 | 10001 | 101010011 | 1100000 | 101010 |
Color Harmonies of #D4044E
Complementary color
Monochromatic Colors of #D4044E
Black with #D4044E
Text Example
Text Example
White with #D4044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4044E; }
p { color: rgb(212,4,78); }
H1.HeaderClassName
{
color: #D4044E;
}
.AnyTagClassName
{
color: #D4044E;
}
</style>
background-color css
<style>
a { background-color: #D4044E; }
a { background-color: rgb(212,4,78); }
div.DivClassName
{
background-color: #D4044E;
}
.BgClassName
{
background-color: #D4044E;
}
</style>
border-color css
<style>
span { border-color: #D4044E; }
span { border-color: rgb(212,4,78); }
td.TdClassName
{
border-color: #D4044E;
}
.TagClassName
{
border-color: #D4044E;
}
</style>