Shades of Razzmatazz #DF074B
Tints of Razzmatazz #DF074B
RGB
CMYK
RGB Variations
Color information
#DF074B (or 0xDF074B) is known color: Razzmatazz. HEX triplet: DF, 07 and 4B. RGB value is (223,7,75). Sum of RGB (Red+Green+Blue) = 223+7+75=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF074B is #20F8B4. Grayscale: #4F4F4F. Windows color (decimal): -2160821 or 4917215. OLE color: 4917215.
HSL color Cylindrical-coordinate representation of color #DF074B: hue angle of 341.11º 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 #DF074B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.13 |
| HSL | 341.11º | 0.94% | 0.45% | - |
| HSV(B) | 341.11º | 0.97% | 0.87% | - |
| XYZ | 31.78 | 16.35 | 8.14 | - |
| YUV | 79.34 | 125.56 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 75 | 0 | 0.97 | 0.66 | 0.13 | 341.11 | 0.94 | 0.45 |
| Hex | DF | 7 | 4B | 0 | 61 | 42 | D | 155 | 5E | 2D |
| Octal | 337 | 7 | 113 | 0 | 141 | 102 | 15 | 525 | 136 | 55 |
| Binary | 11011111 | 111 | 1001011 | 0 | 1100001 | 1000010 | 1101 | 101010101 | 1011110 | 101101 |
Color Harmonies of #DF074B
Complementary color
Monochromatic Colors of #DF074B
Black with #DF074B
Text Example
Text Example
White with #DF074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF074B; }
p { color: rgb(223,7,75); }
H1.HeaderClassName
{
color: #DF074B;
}
.AnyTagClassName
{
color: #DF074B;
}
</style>
background-color css
<style>
a { background-color: #DF074B; }
a { background-color: rgb(223,7,75); }
div.DivClassName
{
background-color: #DF074B;
}
.BgClassName
{
background-color: #DF074B;
}
</style>
border-color css
<style>
span { border-color: #DF074B; }
span { border-color: rgb(223,7,75); }
td.TdClassName
{
border-color: #DF074B;
}
.TagClassName
{
border-color: #DF074B;
}
</style>