Shades of Razzmatazz #DF044B
Tints of Razzmatazz #DF044B
RGB
CMYK
RGB Variations
Color information
#DF044B (or 0xDF044B) is known color: Razzmatazz. HEX triplet: DF, 04 and 4B. RGB value is (223,4,75). Sum of RGB (Red+Green+Blue) = 223+4+75=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF044B is #20FBB4. Grayscale: #4D4D4D. Windows color (decimal): -2161589 or 4916447. OLE color: 4916447.
HSL color Cylindrical-coordinate representation of color #DF044B: hue angle of 340.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF044B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.13 |
| HSL | 340.55º | 0.96% | 0.45% | - |
| HSV(B) | 340.55º | 0.98% | 0.87% | - |
| XYZ | 31.74 | 16.28 | 8.13 | - |
| YUV | 77.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 75 | 0 | 0.98 | 0.66 | 0.13 | 340.55 | 0.96 | 0.45 |
| Hex | DF | 4 | 4B | 0 | 62 | 42 | D | 155 | 60 | 2D |
| Octal | 337 | 4 | 113 | 0 | 142 | 102 | 15 | 525 | 140 | 55 |
| Binary | 11011111 | 100 | 1001011 | 0 | 1100010 | 1000010 | 1101 | 101010101 | 1100000 | 101101 |
Color Harmonies of #DF044B
Complementary color
Monochromatic Colors of #DF044B
Black with #DF044B
Text Example
Text Example
White with #DF044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF044B; }
p { color: rgb(223,4,75); }
H1.HeaderClassName
{
color: #DF044B;
}
.AnyTagClassName
{
color: #DF044B;
}
</style>
background-color css
<style>
a { background-color: #DF044B; }
a { background-color: rgb(223,4,75); }
div.DivClassName
{
background-color: #DF044B;
}
.BgClassName
{
background-color: #DF044B;
}
</style>
border-color css
<style>
span { border-color: #DF044B; }
span { border-color: rgb(223,4,75); }
td.TdClassName
{
border-color: #DF044B;
}
.TagClassName
{
border-color: #DF044B;
}
</style>