Shades of Deep Magenta #DA1FD3
Tints of Deep Magenta #DA1FD3
RGB
CMYK
RGB Variations
Color information
#DA1FD3 (or 0xDA1FD3) is known color: Deep Magenta. HEX triplet: DA, 1F and D3. RGB value is (218,31,211). Sum of RGB (Red+Green+Blue) = 218+31+211=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FD3 is #25E02C. Grayscale: #6A6A6A. Windows color (decimal): -2482221 or 13836250. OLE color: 13836250.
HSL color Cylindrical-coordinate representation of color #DA1FD3: hue angle of 302.25º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FD3 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 211 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.15 |
| HSL | 302.25º | 0.75% | 0.49% | - |
| HSV(B) | 302.25º | 0.86% | 0.85% | - |
| XYZ | 41.16 | 20.59 | 63.43 | - |
| YUV | 107.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 211 | 0 | 0.86 | 0.03 | 0.15 | 302.25 | 0.75 | 0.49 |
| Hex | DA | 1F | D3 | 0 | 56 | 3 | F | 12E | 4B | 31 |
| Octal | 332 | 37 | 323 | 0 | 126 | 3 | 17 | 456 | 113 | 61 |
| Binary | 11011010 | 11111 | 11010011 | 0 | 1010110 | 11 | 1111 | 100101110 | 1001011 | 110001 |
Color Harmonies of #DA1FD3
Complementary color
Monochromatic Colors of #DA1FD3
Black with #DA1FD3
Text Example
Text Example
White with #DA1FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FD3; }
p { color: rgb(218,31,211); }
H1.HeaderClassName
{
color: #DA1FD3;
}
.AnyTagClassName
{
color: #DA1FD3;
}
</style>
background-color css
<style>
a { background-color: #DA1FD3; }
a { background-color: rgb(218,31,211); }
div.DivClassName
{
background-color: #DA1FD3;
}
.BgClassName
{
background-color: #DA1FD3;
}
</style>
border-color css
<style>
span { border-color: #DA1FD3; }
span { border-color: rgb(218,31,211); }
td.TdClassName
{
border-color: #DA1FD3;
}
.TagClassName
{
border-color: #DA1FD3;
}
</style>