Shades of Razzmatazz #DF046A
Tints of Razzmatazz #DF046A
RGB
CMYK
RGB Variations
Color information
#DF046A (or 0xDF046A) is known color: Razzmatazz. HEX triplet: DF, 04 and 6A. RGB value is (223,4,106). Sum of RGB (Red+Green+Blue) = 223+4+106=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF046A is #20FB95. Grayscale: #505050. Windows color (decimal): -2161558 or 6948063. OLE color: 6948063.
HSL color Cylindrical-coordinate representation of color #DF046A: hue angle of 332.05º 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 #DF046A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.13 |
| HSL | 332.05º | 0.96% | 0.45% | - |
| HSV(B) | 332.05º | 0.98% | 0.87% | - |
| XYZ | 33.08 | 16.82 | 15.14 | - |
| YUV | 81.11 | 142.05 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 106 | 0 | 0.98 | 0.52 | 0.13 | 332.05 | 0.96 | 0.45 |
| Hex | DF | 4 | 6A | 0 | 62 | 34 | D | 14C | 60 | 2D |
| Octal | 337 | 4 | 152 | 0 | 142 | 64 | 15 | 514 | 140 | 55 |
| Binary | 11011111 | 100 | 1101010 | 0 | 1100010 | 110100 | 1101 | 101001100 | 1100000 | 101101 |
Color Harmonies of #DF046A
Complementary color
Monochromatic Colors of #DF046A
Black with #DF046A
Text Example
Text Example
White with #DF046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF046A; }
p { color: rgb(223,4,106); }
H1.HeaderClassName
{
color: #DF046A;
}
.AnyTagClassName
{
color: #DF046A;
}
</style>
background-color css
<style>
a { background-color: #DF046A; }
a { background-color: rgb(223,4,106); }
div.DivClassName
{
background-color: #DF046A;
}
.BgClassName
{
background-color: #DF046A;
}
</style>
border-color css
<style>
span { border-color: #DF046A; }
span { border-color: rgb(223,4,106); }
td.TdClassName
{
border-color: #DF046A;
}
.TagClassName
{
border-color: #DF046A;
}
</style>