Shades of Razzmatazz #DF045A
Tints of Razzmatazz #DF045A
RGB
CMYK
RGB Variations
Color information
#DF045A (or 0xDF045A) is known color: Razzmatazz. HEX triplet: DF, 04 and 5A. RGB value is (223,4,90). Sum of RGB (Red+Green+Blue) = 223+4+90=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF045A is #20FBA5. Grayscale: #4F4F4F. Windows color (decimal): -2161574 or 5899487. OLE color: 5899487.
HSL color Cylindrical-coordinate representation of color #DF045A: hue angle of 336.44º 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 #DF045A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.13 |
| HSL | 336.44º | 0.96% | 0.45% | - |
| HSV(B) | 336.44º | 0.98% | 0.87% | - |
| XYZ | 32.32 | 16.51 | 11.16 | - |
| YUV | 79.29 | 134.05 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 90 | 0 | 0.98 | 0.60 | 0.13 | 336.44 | 0.96 | 0.45 |
| Hex | DF | 4 | 5A | 0 | 62 | 3C | D | 150 | 60 | 2D |
| Octal | 337 | 4 | 132 | 0 | 142 | 74 | 15 | 520 | 140 | 55 |
| Binary | 11011111 | 100 | 1011010 | 0 | 1100010 | 111100 | 1101 | 101010000 | 1100000 | 101101 |
Color Harmonies of #DF045A
Complementary color
Monochromatic Colors of #DF045A
Black with #DF045A
Text Example
Text Example
White with #DF045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF045A; }
p { color: rgb(223,4,90); }
H1.HeaderClassName
{
color: #DF045A;
}
.AnyTagClassName
{
color: #DF045A;
}
</style>
background-color css
<style>
a { background-color: #DF045A; }
a { background-color: rgb(223,4,90); }
div.DivClassName
{
background-color: #DF045A;
}
.BgClassName
{
background-color: #DF045A;
}
</style>
border-color css
<style>
span { border-color: #DF045A; }
span { border-color: rgb(223,4,90); }
td.TdClassName
{
border-color: #DF045A;
}
.TagClassName
{
border-color: #DF045A;
}
</style>