Shades of Razzmatazz #D4045F
Tints of Razzmatazz #D4045F
RGB
CMYK
RGB Variations
Color information
#D4045F (or 0xD4045F) is known color: Razzmatazz. HEX triplet: D4, 04 and 5F. RGB value is (212,4,95). Sum of RGB (Red+Green+Blue) = 212+4+95=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4045F is #2BFBA0. Grayscale: #4C4C4C. Windows color (decimal): -2882465 or 6227156. OLE color: 6227156.
HSL color Cylindrical-coordinate representation of color #D4045F: hue angle of 333.75º 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 #D4045F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.17 |
| HSL | 333.75º | 0.96% | 0.42% | - |
| HSV(B) | 333.75º | 0.98% | 0.83% | - |
| XYZ | 29.26 | 14.91 | 12.16 | - |
| YUV | 76.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 95 | 0 | 0.98 | 0.55 | 0.17 | 333.75 | 0.96 | 0.42 |
| Hex | D4 | 4 | 5F | 0 | 62 | 37 | 11 | 14E | 60 | 2A |
| Octal | 324 | 4 | 137 | 0 | 142 | 67 | 21 | 516 | 140 | 52 |
| Binary | 11010100 | 100 | 1011111 | 0 | 1100010 | 110111 | 10001 | 101001110 | 1100000 | 101010 |
Color Harmonies of #D4045F
Complementary color
Monochromatic Colors of #D4045F
Black with #D4045F
Text Example
Text Example
White with #D4045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4045F; }
p { color: rgb(212,4,95); }
H1.HeaderClassName
{
color: #D4045F;
}
.AnyTagClassName
{
color: #D4045F;
}
</style>
background-color css
<style>
a { background-color: #D4045F; }
a { background-color: rgb(212,4,95); }
div.DivClassName
{
background-color: #D4045F;
}
.BgClassName
{
background-color: #D4045F;
}
</style>
border-color css
<style>
span { border-color: #D4045F; }
span { border-color: rgb(212,4,95); }
td.TdClassName
{
border-color: #D4045F;
}
.TagClassName
{
border-color: #D4045F;
}
</style>