Shades of Deep Magenta #DA1FD2
Tints of Deep Magenta #DA1FD2
RGB
CMYK
RGB Variations
Color information
#DA1FD2 (or 0xDA1FD2) is known color: Deep Magenta. HEX triplet: DA, 1F and D2. RGB value is (218,31,210). Sum of RGB (Red+Green+Blue) = 218+31+210=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FD2 is #25E02D. Grayscale: #6A6A6A. Windows color (decimal): -2482222 or 13770714. OLE color: 13770714.
HSL color Cylindrical-coordinate representation of color #DA1FD2: hue angle of 302.57º 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 #DA1FD2 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 210 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.15 |
| HSL | 302.57º | 0.75% | 0.49% | - |
| HSV(B) | 302.57º | 0.86% | 0.85% | - |
| XYZ | 41.04 | 20.54 | 62.77 | - |
| YUV | 107.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 210 | 0 | 0.86 | 0.04 | 0.15 | 302.57 | 0.75 | 0.49 |
| Hex | DA | 1F | D2 | 0 | 56 | 4 | F | 12F | 4B | 31 |
| Octal | 332 | 37 | 322 | 0 | 126 | 4 | 17 | 457 | 113 | 61 |
| Binary | 11011010 | 11111 | 11010010 | 0 | 1010110 | 100 | 1111 | 100101111 | 1001011 | 110001 |
Color Harmonies of #DA1FD2
Complementary color
Monochromatic Colors of #DA1FD2
Black with #DA1FD2
Text Example
Text Example
White with #DA1FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FD2; }
p { color: rgb(218,31,210); }
H1.HeaderClassName
{
color: #DA1FD2;
}
.AnyTagClassName
{
color: #DA1FD2;
}
</style>
background-color css
<style>
a { background-color: #DA1FD2; }
a { background-color: rgb(218,31,210); }
div.DivClassName
{
background-color: #DA1FD2;
}
.BgClassName
{
background-color: #DA1FD2;
}
</style>
border-color css
<style>
span { border-color: #DA1FD2; }
span { border-color: rgb(218,31,210); }
td.TdClassName
{
border-color: #DA1FD2;
}
.TagClassName
{
border-color: #DA1FD2;
}
</style>