Shades of Razzmatazz #D4094D
Tints of Razzmatazz #D4094D
RGB
CMYK
RGB Variations
Color information
#D4094D (or 0xD4094D) is known color: Razzmatazz. HEX triplet: D4, 09 and 4D. RGB value is (212,9,77). Sum of RGB (Red+Green+Blue) = 212+9+77=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D4094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4094D is #2BF6B2. Grayscale: #4D4D4D. Windows color (decimal): -2881203 or 5048788. OLE color: 5048788.
HSL color Cylindrical-coordinate representation of color #D4094D: hue angle of 339.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4094D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.17 |
| HSL | 339.9º | 0.92% | 0.43% | - |
| HSV(B) | 339.9º | 0.96% | 0.83% | - |
| XYZ | 28.59 | 14.73 | 8.36 | - |
| YUV | 77.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 77 | 0 | 0.96 | 0.64 | 0.17 | 339.9 | 0.92 | 0.43 |
| Hex | D4 | 9 | 4D | 0 | 60 | 40 | 11 | 154 | 5C | 2B |
| Octal | 324 | 11 | 115 | 0 | 140 | 100 | 21 | 524 | 134 | 53 |
| Binary | 11010100 | 1001 | 1001101 | 0 | 1100000 | 1000000 | 10001 | 101010100 | 1011100 | 101011 |
Color Harmonies of #D4094D
Complementary color
Monochromatic Colors of #D4094D
Black with #D4094D
Text Example
Text Example
White with #D4094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4094D; }
p { color: rgb(212,9,77); }
H1.HeaderClassName
{
color: #D4094D;
}
.AnyTagClassName
{
color: #D4094D;
}
</style>
background-color css
<style>
a { background-color: #D4094D; }
a { background-color: rgb(212,9,77); }
div.DivClassName
{
background-color: #D4094D;
}
.BgClassName
{
background-color: #D4094D;
}
</style>
border-color css
<style>
span { border-color: #D4094D; }
span { border-color: rgb(212,9,77); }
td.TdClassName
{
border-color: #D4094D;
}
.TagClassName
{
border-color: #D4094D;
}
</style>