Shades of Deep Magenta #DF1AD3
Tints of Deep Magenta #DF1AD3
RGB
CMYK
RGB Variations
Color information
#DF1AD3 (or 0xDF1AD3) is known color: Deep Magenta. HEX triplet: DF, 1A and D3. RGB value is (223,26,211). Sum of RGB (Red+Green+Blue) = 223+26+211=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1AD3 is #20E52C. Grayscale: #696969. Windows color (decimal): -2155821 or 13834975. OLE color: 13834975.
HSL color Cylindrical-coordinate representation of color #DF1AD3: hue angle of 303.65º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1AD3 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 211 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.13 |
| HSL | 303.65º | 0.79% | 0.49% | - |
| HSV(B) | 303.65º | 0.88% | 0.87% | - |
| XYZ | 42.56 | 21.13 | 63.46 | - |
| YUV | 105.99 | 187.27 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 211 | 0 | 0.88 | 0.05 | 0.13 | 303.65 | 0.79 | 0.49 |
| Hex | DF | 1A | D3 | 0 | 58 | 5 | D | 130 | 4F | 31 |
| Octal | 337 | 32 | 323 | 0 | 130 | 5 | 15 | 460 | 117 | 61 |
| Binary | 11011111 | 11010 | 11010011 | 0 | 1011000 | 101 | 1101 | 100110000 | 1001111 | 110001 |
Color Harmonies of #DF1AD3
Complementary color
Monochromatic Colors of #DF1AD3
Black with #DF1AD3
Text Example
Text Example
White with #DF1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AD3; }
p { color: rgb(223,26,211); }
H1.HeaderClassName
{
color: #DF1AD3;
}
.AnyTagClassName
{
color: #DF1AD3;
}
</style>
background-color css
<style>
a { background-color: #DF1AD3; }
a { background-color: rgb(223,26,211); }
div.DivClassName
{
background-color: #DF1AD3;
}
.BgClassName
{
background-color: #DF1AD3;
}
</style>
border-color css
<style>
span { border-color: #DF1AD3; }
span { border-color: rgb(223,26,211); }
td.TdClassName
{
border-color: #DF1AD3;
}
.TagClassName
{
border-color: #DF1AD3;
}
</style>