Shades of Deep Magenta #DA14D6
Tints of Deep Magenta #DA14D6
RGB
CMYK
RGB Variations
Color information
#DA14D6 (or 0xDA14D6) is known color: Deep Magenta. HEX triplet: DA, 14 and D6. RGB value is (218,20,214). Sum of RGB (Red+Green+Blue) = 218+20+214=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14D6 is #25EB29. Grayscale: #646464. Windows color (decimal): -2485034 or 14030042. OLE color: 14030042.
HSL color Cylindrical-coordinate representation of color #DA14D6: hue angle of 301.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14D6 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 214 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.15 |
| HSL | 301.21º | 0.83% | 0.47% | - |
| HSV(B) | 301.21º | 0.91% | 0.85% | - |
| XYZ | 41.3 | 20.26 | 65.35 | - |
| YUV | 101.32 | 191.6 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 214 | 0 | 0.91 | 0.02 | 0.15 | 301.21 | 0.83 | 0.47 |
| Hex | DA | 14 | D6 | 0 | 5B | 2 | F | 12D | 53 | 2F |
| Octal | 332 | 24 | 326 | 0 | 133 | 2 | 17 | 455 | 123 | 57 |
| Binary | 11011010 | 10100 | 11010110 | 0 | 1011011 | 10 | 1111 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DA14D6
Complementary color
Monochromatic Colors of #DA14D6
Black with #DA14D6
Text Example
Text Example
White with #DA14D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14D6; }
p { color: rgb(218,20,214); }
H1.HeaderClassName
{
color: #DA14D6;
}
.AnyTagClassName
{
color: #DA14D6;
}
</style>
background-color css
<style>
a { background-color: #DA14D6; }
a { background-color: rgb(218,20,214); }
div.DivClassName
{
background-color: #DA14D6;
}
.BgClassName
{
background-color: #DA14D6;
}
</style>
border-color css
<style>
span { border-color: #DA14D6; }
span { border-color: rgb(218,20,214); }
td.TdClassName
{
border-color: #DA14D6;
}
.TagClassName
{
border-color: #DA14D6;
}
</style>