Shades of Deep Magenta #DA14CD
Tints of Deep Magenta #DA14CD
RGB
CMYK
RGB Variations
Color information
#DA14CD (or 0xDA14CD) is known color: Deep Magenta. HEX triplet: DA, 14 and CD. RGB value is (218,20,205). Sum of RGB (Red+Green+Blue) = 218+20+205=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14CD is #25EB32. Grayscale: #636363. Windows color (decimal): -2485043 or 13440218. OLE color: 13440218.
HSL color Cylindrical-coordinate representation of color #DA14CD: hue angle of 303.94º 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 #DA14CD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 205 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.15 |
| HSL | 303.94º | 0.83% | 0.47% | - |
| HSV(B) | 303.94º | 0.91% | 0.85% | - |
| XYZ | 40.18 | 19.81 | 59.46 | - |
| YUV | 100.29 | 187.1 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 205 | 0 | 0.91 | 0.06 | 0.15 | 303.94 | 0.83 | 0.47 |
| Hex | DA | 14 | CD | 0 | 5B | 6 | F | 130 | 53 | 2F |
| Octal | 332 | 24 | 315 | 0 | 133 | 6 | 17 | 460 | 123 | 57 |
| Binary | 11011010 | 10100 | 11001101 | 0 | 1011011 | 110 | 1111 | 100110000 | 1010011 | 101111 |
Color Harmonies of #DA14CD
Complementary color
Monochromatic Colors of #DA14CD
Black with #DA14CD
Text Example
Text Example
White with #DA14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14CD; }
p { color: rgb(218,20,205); }
H1.HeaderClassName
{
color: #DA14CD;
}
.AnyTagClassName
{
color: #DA14CD;
}
</style>
background-color css
<style>
a { background-color: #DA14CD; }
a { background-color: rgb(218,20,205); }
div.DivClassName
{
background-color: #DA14CD;
}
.BgClassName
{
background-color: #DA14CD;
}
</style>
border-color css
<style>
span { border-color: #DA14CD; }
span { border-color: rgb(218,20,205); }
td.TdClassName
{
border-color: #DA14CD;
}
.TagClassName
{
border-color: #DA14CD;
}
</style>