Shades of Deep Magenta #DF0FD2
Tints of Deep Magenta #DF0FD2
RGB
CMYK
RGB Variations
Color information
#DF0FD2 (or 0xDF0FD2) is known color: Deep Magenta. HEX triplet: DF, 0F and D2. RGB value is (223,15,210). Sum of RGB (Red+Green+Blue) = 223+15+210=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FD2 is #20F02D. Grayscale: #626262. Windows color (decimal): -2158638 or 13766623. OLE color: 13766623.
HSL color Cylindrical-coordinate representation of color #DF0FD2: hue angle of 303.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FD2 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 210 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.13 |
| HSL | 303.75º | 0.87% | 0.47% | - |
| HSV(B) | 303.75º | 0.93% | 0.87% | - |
| XYZ | 42.24 | 20.68 | 62.74 | - |
| YUV | 99.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 210 | 0 | 0.93 | 0.06 | 0.13 | 303.75 | 0.87 | 0.47 |
| Hex | DF | F | D2 | 0 | 5D | 6 | D | 130 | 57 | 2F |
| Octal | 337 | 17 | 322 | 0 | 135 | 6 | 15 | 460 | 127 | 57 |
| Binary | 11011111 | 1111 | 11010010 | 0 | 1011101 | 110 | 1101 | 100110000 | 1010111 | 101111 |
Color Harmonies of #DF0FD2
Complementary color
Monochromatic Colors of #DF0FD2
Black with #DF0FD2
Text Example
Text Example
White with #DF0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FD2; }
p { color: rgb(223,15,210); }
H1.HeaderClassName
{
color: #DF0FD2;
}
.AnyTagClassName
{
color: #DF0FD2;
}
</style>
background-color css
<style>
a { background-color: #DF0FD2; }
a { background-color: rgb(223,15,210); }
div.DivClassName
{
background-color: #DF0FD2;
}
.BgClassName
{
background-color: #DF0FD2;
}
</style>
border-color css
<style>
span { border-color: #DF0FD2; }
span { border-color: rgb(223,15,210); }
td.TdClassName
{
border-color: #DF0FD2;
}
.TagClassName
{
border-color: #DF0FD2;
}
</style>