Shades of Razzmatazz #DF046E
Tints of Razzmatazz #DF046E
RGB
CMYK
RGB Variations
Color information
#DF046E (or 0xDF046E) is known color: Razzmatazz. HEX triplet: DF, 04 and 6E. RGB value is (223,4,110). Sum of RGB (Red+Green+Blue) = 223+4+110=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF046E is #20FB91. Grayscale: #515151. Windows color (decimal): -2161554 or 7210207. OLE color: 7210207.
HSL color Cylindrical-coordinate representation of color #DF046E: hue angle of 330.96º 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 #DF046E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.13 |
| HSL | 330.96º | 0.96% | 0.45% | - |
| HSV(B) | 330.96º | 0.98% | 0.87% | - |
| XYZ | 33.29 | 16.9 | 16.26 | - |
| YUV | 81.57 | 144.05 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 110 | 0 | 0.98 | 0.51 | 0.13 | 330.96 | 0.96 | 0.45 |
| Hex | DF | 4 | 6E | 0 | 62 | 33 | D | 14B | 60 | 2D |
| Octal | 337 | 4 | 156 | 0 | 142 | 63 | 15 | 513 | 140 | 55 |
| Binary | 11011111 | 100 | 1101110 | 0 | 1100010 | 110011 | 1101 | 101001011 | 1100000 | 101101 |
Color Harmonies of #DF046E
Complementary color
Monochromatic Colors of #DF046E
Black with #DF046E
Text Example
Text Example
White with #DF046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF046E; }
p { color: rgb(223,4,110); }
H1.HeaderClassName
{
color: #DF046E;
}
.AnyTagClassName
{
color: #DF046E;
}
</style>
background-color css
<style>
a { background-color: #DF046E; }
a { background-color: rgb(223,4,110); }
div.DivClassName
{
background-color: #DF046E;
}
.BgClassName
{
background-color: #DF046E;
}
</style>
border-color css
<style>
span { border-color: #DF046E; }
span { border-color: rgb(223,4,110); }
td.TdClassName
{
border-color: #DF046E;
}
.TagClassName
{
border-color: #DF046E;
}
</style>