Shades of Razzmatazz #D4075C
Tints of Razzmatazz #D4075C
RGB
CMYK
RGB Variations
Color information
#D4075C (or 0xD4075C) is known color: Razzmatazz. HEX triplet: D4, 07 and 5C. RGB value is (212,7,92). Sum of RGB (Red+Green+Blue) = 212+7+92=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4075C is #2BF8A3. Grayscale: #4D4D4D. Windows color (decimal): -2881700 or 6031316. OLE color: 6031316.
HSL color Cylindrical-coordinate representation of color #D4075C: hue angle of 335.12º 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 #D4075C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.17 |
| HSL | 335.12º | 0.94% | 0.43% | - |
| HSV(B) | 335.12º | 0.97% | 0.83% | - |
| XYZ | 29.16 | 14.92 | 11.47 | - |
| YUV | 77.99 | 135.92 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 92 | 0 | 0.97 | 0.57 | 0.17 | 335.12 | 0.94 | 0.43 |
| Hex | D4 | 7 | 5C | 0 | 61 | 39 | 11 | 14F | 5E | 2B |
| Octal | 324 | 7 | 134 | 0 | 141 | 71 | 21 | 517 | 136 | 53 |
| Binary | 11010100 | 111 | 1011100 | 0 | 1100001 | 111001 | 10001 | 101001111 | 1011110 | 101011 |
Color Harmonies of #D4075C
Complementary color
Monochromatic Colors of #D4075C
Black with #D4075C
Text Example
Text Example
White with #D4075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4075C; }
p { color: rgb(212,7,92); }
H1.HeaderClassName
{
color: #D4075C;
}
.AnyTagClassName
{
color: #D4075C;
}
</style>
background-color css
<style>
a { background-color: #D4075C; }
a { background-color: rgb(212,7,92); }
div.DivClassName
{
background-color: #D4075C;
}
.BgClassName
{
background-color: #D4075C;
}
</style>
border-color css
<style>
span { border-color: #D4075C; }
span { border-color: rgb(212,7,92); }
td.TdClassName
{
border-color: #D4075C;
}
.TagClassName
{
border-color: #D4075C;
}
</style>