Shades of Deep Magenta #DA1EDA
Tints of Deep Magenta #DA1EDA
RGB
CMYK
RGB Variations
Color information
#DA1EDA (or 0xDA1EDA) is known color: Deep Magenta. HEX triplet: DA, 1E and DA. RGB value is (218,30,218). Sum of RGB (Red+Green+Blue) = 218+30+218=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1EDA is #25E125. Grayscale: #6B6B6B. Windows color (decimal): -2482470 or 14294746. OLE color: 14294746.
HSL color Cylindrical-coordinate representation of color #DA1EDA: hue angle of 300º degrees, saturation: 0.76, 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 #DA1EDA is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 30 | 218 | - |
CMYK | 0 | 0.86 | 0 | 0.15 |
HSL | 300º | 0.76% | 0.49% | - |
HSV(B) | 300º | 0.86% | 0.85% | - |
XYZ | 42.03 | 20.9 | 68.15 | - |
YUV | 107.64 | 190.28 | 206.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 30 | 218 | 0 | 0.86 | 0 | 0.15 | 300 | 0.76 | 0.49 |
Hex | DA | 1E | DA | 0 | 56 | 0 | F | 12C | 4C | 31 |
Octal | 332 | 36 | 332 | 0 | 126 | 0 | 17 | 454 | 114 | 61 |
Binary | 11011010 | 11110 | 11011010 | 0 | 1010110 | 0 | 1111 | 100101100 | 1001100 | 110001 |
Color Harmonies of #DA1EDA
Complementary color
Monochromatic Colors of #DA1EDA
Black with #DA1EDA
Text Example
Text Example
White with #DA1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EDA; }
p { color: rgb(218,30,218); }
H1.HeaderClassName
{
color: #DA1EDA;
}
.AnyTagClassName
{
color: #DA1EDA;
}
</style>
background-color css
<style>
a { background-color: #DA1EDA; }
a { background-color: rgb(218,30,218); }
div.DivClassName
{
background-color: #DA1EDA;
}
.BgClassName
{
background-color: #DA1EDA;
}
</style>
border-color css
<style>
span { border-color: #DA1EDA; }
span { border-color: rgb(218,30,218); }
td.TdClassName
{
border-color: #DA1EDA;
}
.TagClassName
{
border-color: #DA1EDA;
}
</style>