Shades of Razzmatazz #D9074E
Tints of Razzmatazz #D9074E
RGB
CMYK
RGB Variations
Color information
#D9074E (or 0xD9074E) is known color: Razzmatazz. HEX triplet: D9, 07 and 4E. RGB value is (217,7,78). Sum of RGB (Red+Green+Blue) = 217+7+78=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9074E is #26F8B1. Grayscale: #4D4D4D. Windows color (decimal): -2554034 or 5113817. OLE color: 5113817.
HSL color Cylindrical-coordinate representation of color #D9074E: hue angle of 339.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9074E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.15 |
| HSL | 339.71º | 0.94% | 0.44% | - |
| HSV(B) | 339.71º | 0.97% | 0.85% | - |
| XYZ | 30.07 | 15.45 | 8.61 | - |
| YUV | 77.88 | 128.07 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 78 | 0 | 0.97 | 0.64 | 0.15 | 339.71 | 0.94 | 0.44 |
| Hex | D9 | 7 | 4E | 0 | 61 | 40 | F | 154 | 5E | 2C |
| Octal | 331 | 7 | 116 | 0 | 141 | 100 | 17 | 524 | 136 | 54 |
| Binary | 11011001 | 111 | 1001110 | 0 | 1100001 | 1000000 | 1111 | 101010100 | 1011110 | 101100 |
Color Harmonies of #D9074E
Complementary color
Monochromatic Colors of #D9074E
Black with #D9074E
Text Example
Text Example
White with #D9074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9074E; }
p { color: rgb(217,7,78); }
H1.HeaderClassName
{
color: #D9074E;
}
.AnyTagClassName
{
color: #D9074E;
}
</style>
background-color css
<style>
a { background-color: #D9074E; }
a { background-color: rgb(217,7,78); }
div.DivClassName
{
background-color: #D9074E;
}
.BgClassName
{
background-color: #D9074E;
}
</style>
border-color css
<style>
span { border-color: #D9074E; }
span { border-color: rgb(217,7,78); }
td.TdClassName
{
border-color: #D9074E;
}
.TagClassName
{
border-color: #D9074E;
}
</style>