Shades of Razzmatazz #DD074E
Tints of Razzmatazz #DD074E
RGB
CMYK
RGB Variations
Color information
#DD074E (or 0xDD074E) is known color: Razzmatazz. HEX triplet: DD, 07 and 4E. RGB value is (221,7,78). Sum of RGB (Red+Green+Blue) = 221+7+78=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD074E is #22F8B1. Grayscale: #4F4F4F. Windows color (decimal): -2291890 or 5113821. OLE color: 5113821.
HSL color Cylindrical-coordinate representation of color #DD074E: hue angle of 340.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD074E is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.13 |
| HSL | 340.09º | 0.94% | 0.45% | - |
| HSV(B) | 340.09º | 0.97% | 0.87% | - |
| XYZ | 31.27 | 16.07 | 8.66 | - |
| YUV | 79.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 78 | 0 | 0.97 | 0.65 | 0.13 | 340.09 | 0.94 | 0.45 |
| Hex | DD | 7 | 4E | 0 | 61 | 41 | D | 154 | 5E | 2D |
| Octal | 335 | 7 | 116 | 0 | 141 | 101 | 15 | 524 | 136 | 55 |
| Binary | 11011101 | 111 | 1001110 | 0 | 1100001 | 1000001 | 1101 | 101010100 | 1011110 | 101101 |
Color Harmonies of #DD074E
Complementary color
Monochromatic Colors of #DD074E
Black with #DD074E
Text Example
Text Example
White with #DD074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD074E; }
p { color: rgb(221,7,78); }
H1.HeaderClassName
{
color: #DD074E;
}
.AnyTagClassName
{
color: #DD074E;
}
</style>
background-color css
<style>
a { background-color: #DD074E; }
a { background-color: rgb(221,7,78); }
div.DivClassName
{
background-color: #DD074E;
}
.BgClassName
{
background-color: #DD074E;
}
</style>
border-color css
<style>
span { border-color: #DD074E; }
span { border-color: rgb(221,7,78); }
td.TdClassName
{
border-color: #DD074E;
}
.TagClassName
{
border-color: #DD074E;
}
</style>