Shades of Razzmatazz #D4075D
Tints of Razzmatazz #D4075D
RGB
CMYK
RGB Variations
Color information
#D4075D (or 0xD4075D) is known color: Razzmatazz. HEX triplet: D4, 07 and 5D. RGB value is (212,7,93). Sum of RGB (Red+Green+Blue) = 212+7+93=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4075D is #2BF8A2. Grayscale: #4D4D4D. Windows color (decimal): -2881699 or 6096852. OLE color: 6096852.
HSL color Cylindrical-coordinate representation of color #D4075D: hue angle of 334.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4075D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.17 |
| HSL | 334.83º | 0.94% | 0.43% | - |
| HSV(B) | 334.83º | 0.97% | 0.83% | - |
| XYZ | 29.2 | 14.94 | 11.7 | - |
| YUV | 78.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 93 | 0 | 0.97 | 0.56 | 0.17 | 334.83 | 0.94 | 0.43 |
| Hex | D4 | 7 | 5D | 0 | 61 | 38 | 11 | 14F | 5E | 2B |
| Octal | 324 | 7 | 135 | 0 | 141 | 70 | 21 | 517 | 136 | 53 |
| Binary | 11010100 | 111 | 1011101 | 0 | 1100001 | 111000 | 10001 | 101001111 | 1011110 | 101011 |
Color Harmonies of #D4075D
Complementary color
Monochromatic Colors of #D4075D
Black with #D4075D
Text Example
Text Example
White with #D4075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4075D; }
p { color: rgb(212,7,93); }
H1.HeaderClassName
{
color: #D4075D;
}
.AnyTagClassName
{
color: #D4075D;
}
</style>
background-color css
<style>
a { background-color: #D4075D; }
a { background-color: rgb(212,7,93); }
div.DivClassName
{
background-color: #D4075D;
}
.BgClassName
{
background-color: #D4075D;
}
</style>
border-color css
<style>
span { border-color: #D4075D; }
span { border-color: rgb(212,7,93); }
td.TdClassName
{
border-color: #D4075D;
}
.TagClassName
{
border-color: #D4075D;
}
</style>