Shades of Deep Magenta #DA1CDF
Tints of Deep Magenta #DA1CDF
RGB
CMYK
RGB Variations
Color information
#DA1CDF (or 0xDA1CDF) is known color: Deep Magenta. HEX triplet: DA, 1C and DF. RGB value is (218,28,223). Sum of RGB (Red+Green+Blue) = 218+28+223=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA1CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CDF is #25E320. Grayscale: #6A6A6A. Windows color (decimal): -2482977 or 14621914. OLE color: 14621914.
HSL color Cylindrical-coordinate representation of color #DA1CDF: hue angle of 298.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CDF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 28 | 223 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.13 |
| HSL | 298.46º | 0.78% | 0.49% | - |
| HSV(B) | 298.46º | 0.87% | 0.87% | - |
| XYZ | 42.65 | 21.06 | 71.63 | - |
| YUV | 107.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 223 | 0.02 | 0.87 | 0 | 0.13 | 298.46 | 0.78 | 0.49 |
| Hex | DA | 1C | DF | 2 | 57 | 0 | D | 12A | 4E | 31 |
| Octal | 332 | 34 | 337 | 2 | 127 | 0 | 15 | 452 | 116 | 61 |
| Binary | 11011010 | 11100 | 11011111 | 10 | 1010111 | 0 | 1101 | 100101010 | 1001110 | 110001 |
Color Harmonies of #DA1CDF
Complementary color
Monochromatic Colors of #DA1CDF
Black with #DA1CDF
Text Example
Text Example
White with #DA1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CDF; }
p { color: rgb(218,28,223); }
H1.HeaderClassName
{
color: #DA1CDF;
}
.AnyTagClassName
{
color: #DA1CDF;
}
</style>
background-color css
<style>
a { background-color: #DA1CDF; }
a { background-color: rgb(218,28,223); }
div.DivClassName
{
background-color: #DA1CDF;
}
.BgClassName
{
background-color: #DA1CDF;
}
</style>
border-color css
<style>
span { border-color: #DA1CDF; }
span { border-color: rgb(218,28,223); }
td.TdClassName
{
border-color: #DA1CDF;
}
.TagClassName
{
border-color: #DA1CDF;
}
</style>