Shades of Deep Magenta #DF04BE
Tints of Deep Magenta #DF04BE
RGB
CMYK
RGB Variations
Color information
#DF04BE (or 0xDF04BE) is known color: Deep Magenta. HEX triplet: DF, 04 and BE. RGB value is (223,4,190). Sum of RGB (Red+Green+Blue) = 223+4+190=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04BE is #20FB41. Grayscale: #5A5A5A. Windows color (decimal): -2161474 or 12453087. OLE color: 12453087.
HSL color Cylindrical-coordinate representation of color #DF04BE: hue angle of 309.04º 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 #DF04BE is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.13 |
| HSL | 309.04º | 0.96% | 0.45% | - |
| HSV(B) | 309.04º | 0.98% | 0.87% | - |
| XYZ | 39.77 | 19.49 | 50.38 | - |
| YUV | 90.69 | 184.05 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 190 | 0 | 0.98 | 0.15 | 0.13 | 309.04 | 0.96 | 0.45 |
| Hex | DF | 4 | BE | 0 | 62 | F | D | 135 | 60 | 2D |
| Octal | 337 | 4 | 276 | 0 | 142 | 17 | 15 | 465 | 140 | 55 |
| Binary | 11011111 | 100 | 10111110 | 0 | 1100010 | 1111 | 1101 | 100110101 | 1100000 | 101101 |
Color Harmonies of #DF04BE
Complementary color
Monochromatic Colors of #DF04BE
Black with #DF04BE
Text Example
Text Example
White with #DF04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04BE; }
p { color: rgb(223,4,190); }
H1.HeaderClassName
{
color: #DF04BE;
}
.AnyTagClassName
{
color: #DF04BE;
}
</style>
background-color css
<style>
a { background-color: #DF04BE; }
a { background-color: rgb(223,4,190); }
div.DivClassName
{
background-color: #DF04BE;
}
.BgClassName
{
background-color: #DF04BE;
}
</style>
border-color css
<style>
span { border-color: #DF04BE; }
span { border-color: rgb(223,4,190); }
td.TdClassName
{
border-color: #DF04BE;
}
.TagClassName
{
border-color: #DF04BE;
}
</style>