Shades of Razzmatazz #D4045D
Tints of Razzmatazz #D4045D
RGB
CMYK
RGB Variations
Color information
#D4045D (or 0xD4045D) is known color: Razzmatazz. HEX triplet: D4, 04 and 5D. RGB value is (212,4,93). Sum of RGB (Red+Green+Blue) = 212+4+93=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4045D is #2BFBA2. Grayscale: #4C4C4C. Windows color (decimal): -2882467 or 6096084. OLE color: 6096084.
HSL color Cylindrical-coordinate representation of color #D4045D: hue angle of 334.33º 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 #D4045D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.17 |
| HSL | 334.33º | 0.96% | 0.42% | - |
| HSV(B) | 334.33º | 0.98% | 0.83% | - |
| XYZ | 29.17 | 14.87 | 11.69 | - |
| YUV | 76.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 93 | 0 | 0.98 | 0.56 | 0.17 | 334.33 | 0.96 | 0.42 |
| Hex | D4 | 4 | 5D | 0 | 62 | 38 | 11 | 14E | 60 | 2A |
| Octal | 324 | 4 | 135 | 0 | 142 | 70 | 21 | 516 | 140 | 52 |
| Binary | 11010100 | 100 | 1011101 | 0 | 1100010 | 111000 | 10001 | 101001110 | 1100000 | 101010 |
Color Harmonies of #D4045D
Complementary color
Monochromatic Colors of #D4045D
Black with #D4045D
Text Example
Text Example
White with #D4045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4045D; }
p { color: rgb(212,4,93); }
H1.HeaderClassName
{
color: #D4045D;
}
.AnyTagClassName
{
color: #D4045D;
}
</style>
background-color css
<style>
a { background-color: #D4045D; }
a { background-color: rgb(212,4,93); }
div.DivClassName
{
background-color: #D4045D;
}
.BgClassName
{
background-color: #D4045D;
}
</style>
border-color css
<style>
span { border-color: #D4045D; }
span { border-color: rgb(212,4,93); }
td.TdClassName
{
border-color: #D4045D;
}
.TagClassName
{
border-color: #D4045D;
}
</style>