Shades of Deep Magenta #DA1FC1
Tints of Deep Magenta #DA1FC1
RGB
CMYK
RGB Variations
Color information
#DA1FC1 (or 0xDA1FC1) is known color: Deep Magenta. HEX triplet: DA, 1F and C1. RGB value is (218,31,193). Sum of RGB (Red+Green+Blue) = 218+31+193=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FC1 is #25E03E. Grayscale: #686868. Windows color (decimal): -2482239 or 12656602. OLE color: 12656602.
HSL color Cylindrical-coordinate representation of color #DA1FC1: hue angle of 308.02º 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 #DA1FC1 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 193 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.15 |
| HSL | 308.02º | 0.75% | 0.49% | - |
| HSV(B) | 308.02º | 0.86% | 0.85% | - |
| XYZ | 39.03 | 19.74 | 52.2 | - |
| YUV | 105.38 | 177.45 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 193 | 0 | 0.86 | 0.11 | 0.15 | 308.02 | 0.75 | 0.49 |
| Hex | DA | 1F | C1 | 0 | 56 | B | F | 134 | 4B | 31 |
| Octal | 332 | 37 | 301 | 0 | 126 | 13 | 17 | 464 | 113 | 61 |
| Binary | 11011010 | 11111 | 11000001 | 0 | 1010110 | 1011 | 1111 | 100110100 | 1001011 | 110001 |
Color Harmonies of #DA1FC1
Complementary color
Monochromatic Colors of #DA1FC1
Black with #DA1FC1
Text Example
Text Example
White with #DA1FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FC1; }
p { color: rgb(218,31,193); }
H1.HeaderClassName
{
color: #DA1FC1;
}
.AnyTagClassName
{
color: #DA1FC1;
}
</style>
background-color css
<style>
a { background-color: #DA1FC1; }
a { background-color: rgb(218,31,193); }
div.DivClassName
{
background-color: #DA1FC1;
}
.BgClassName
{
background-color: #DA1FC1;
}
</style>
border-color css
<style>
span { border-color: #DA1FC1; }
span { border-color: rgb(218,31,193); }
td.TdClassName
{
border-color: #DA1FC1;
}
.TagClassName
{
border-color: #DA1FC1;
}
</style>