Shades of Razzmatazz #D4044B
Tints of Razzmatazz #D4044B
RGB
CMYK
RGB Variations
Color information
#D4044B (or 0xD4044B) is known color: Razzmatazz. HEX triplet: D4, 04 and 4B. RGB value is (212,4,75). Sum of RGB (Red+Green+Blue) = 212+4+75=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4044B is #2BFBB4. Grayscale: #4A4A4A. Windows color (decimal): -2882485 or 4916436. OLE color: 4916436.
HSL color Cylindrical-coordinate representation of color #D4044B: hue angle of 339.52º 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 #D4044B is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.17 |
| HSL | 339.52º | 0.96% | 0.42% | - |
| HSV(B) | 339.52º | 0.98% | 0.83% | - |
| XYZ | 28.46 | 14.59 | 7.97 | - |
| YUV | 74.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 75 | 0 | 0.98 | 0.65 | 0.17 | 339.52 | 0.96 | 0.42 |
| Hex | D4 | 4 | 4B | 0 | 62 | 41 | 11 | 154 | 60 | 2A |
| Octal | 324 | 4 | 113 | 0 | 142 | 101 | 21 | 524 | 140 | 52 |
| Binary | 11010100 | 100 | 1001011 | 0 | 1100010 | 1000001 | 10001 | 101010100 | 1100000 | 101010 |
Color Harmonies of #D4044B
Complementary color
Monochromatic Colors of #D4044B
Black with #D4044B
Text Example
Text Example
White with #D4044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4044B; }
p { color: rgb(212,4,75); }
H1.HeaderClassName
{
color: #D4044B;
}
.AnyTagClassName
{
color: #D4044B;
}
</style>
background-color css
<style>
a { background-color: #D4044B; }
a { background-color: rgb(212,4,75); }
div.DivClassName
{
background-color: #D4044B;
}
.BgClassName
{
background-color: #D4044B;
}
</style>
border-color css
<style>
span { border-color: #D4044B; }
span { border-color: rgb(212,4,75); }
td.TdClassName
{
border-color: #D4044B;
}
.TagClassName
{
border-color: #D4044B;
}
</style>