Shades of Razzmatazz #DD074B
Tints of Razzmatazz #DD074B
RGB
CMYK
RGB Variations
Color information
#DD074B (or 0xDD074B) is known color: Razzmatazz. HEX triplet: DD, 07 and 4B. RGB value is (221,7,75). Sum of RGB (Red+Green+Blue) = 221+7+75=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD074B is #22F8B4. Grayscale: #4E4E4E. Windows color (decimal): -2291893 or 4917213. OLE color: 4917213.
HSL color Cylindrical-coordinate representation of color #DD074B: hue angle of 340.93º 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 #DD074B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.13 |
| HSL | 340.93º | 0.94% | 0.45% | - |
| HSV(B) | 340.93º | 0.97% | 0.87% | - |
| XYZ | 31.16 | 16.03 | 8.11 | - |
| YUV | 78.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 75 | 0 | 0.97 | 0.66 | 0.13 | 340.93 | 0.94 | 0.45 |
| Hex | DD | 7 | 4B | 0 | 61 | 42 | D | 155 | 5E | 2D |
| Octal | 335 | 7 | 113 | 0 | 141 | 102 | 15 | 525 | 136 | 55 |
| Binary | 11011101 | 111 | 1001011 | 0 | 1100001 | 1000010 | 1101 | 101010101 | 1011110 | 101101 |
Color Harmonies of #DD074B
Complementary color
Monochromatic Colors of #DD074B
Black with #DD074B
Text Example
Text Example
White with #DD074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD074B; }
p { color: rgb(221,7,75); }
H1.HeaderClassName
{
color: #DD074B;
}
.AnyTagClassName
{
color: #DD074B;
}
</style>
background-color css
<style>
a { background-color: #DD074B; }
a { background-color: rgb(221,7,75); }
div.DivClassName
{
background-color: #DD074B;
}
.BgClassName
{
background-color: #DD074B;
}
</style>
border-color css
<style>
span { border-color: #DD074B; }
span { border-color: rgb(221,7,75); }
td.TdClassName
{
border-color: #DD074B;
}
.TagClassName
{
border-color: #DD074B;
}
</style>