Shades of Deep Magenta #DA15CD
Tints of Deep Magenta #DA15CD
RGB
CMYK
RGB Variations
Color information
#DA15CD (or 0xDA15CD) is known color: Deep Magenta. HEX triplet: DA, 15 and CD. RGB value is (218,21,205). Sum of RGB (Red+Green+Blue) = 218+21+205=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15CD is #25EA32. Grayscale: #646464. Windows color (decimal): -2484787 or 13440474. OLE color: 13440474.
HSL color Cylindrical-coordinate representation of color #DA15CD: hue angle of 303.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15CD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 205 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.15 |
| HSL | 303.96º | 0.82% | 0.47% | - |
| HSV(B) | 303.96º | 0.9% | 0.85% | - |
| XYZ | 40.2 | 19.85 | 59.47 | - |
| YUV | 100.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 205 | 0 | 0.90 | 0.06 | 0.15 | 303.96 | 0.82 | 0.47 |
| Hex | DA | 15 | CD | 0 | 5A | 6 | F | 130 | 52 | 2F |
| Octal | 332 | 25 | 315 | 0 | 132 | 6 | 17 | 460 | 122 | 57 |
| Binary | 11011010 | 10101 | 11001101 | 0 | 1011010 | 110 | 1111 | 100110000 | 1010010 | 101111 |
Color Harmonies of #DA15CD
Complementary color
Monochromatic Colors of #DA15CD
Black with #DA15CD
Text Example
Text Example
White with #DA15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15CD; }
p { color: rgb(218,21,205); }
H1.HeaderClassName
{
color: #DA15CD;
}
.AnyTagClassName
{
color: #DA15CD;
}
</style>
background-color css
<style>
a { background-color: #DA15CD; }
a { background-color: rgb(218,21,205); }
div.DivClassName
{
background-color: #DA15CD;
}
.BgClassName
{
background-color: #DA15CD;
}
</style>
border-color css
<style>
span { border-color: #DA15CD; }
span { border-color: rgb(218,21,205); }
td.TdClassName
{
border-color: #DA15CD;
}
.TagClassName
{
border-color: #DA15CD;
}
</style>