Shades of Deep Magenta #D618DA
Tints of Deep Magenta #D618DA
RGB
CMYK
RGB Variations
Color information
#D618DA (or 0xD618DA) is known color: Deep Magenta. HEX triplet: D6, 18 and DA. RGB value is (214,24,218). Sum of RGB (Red+Green+Blue) = 214+24+218=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #D618DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618DA is #29E725. Grayscale: #666666. Windows color (decimal): -2746150 or 14293206. OLE color: 14293206.
HSL color Cylindrical-coordinate representation of color #D618DA: hue angle of 298.76º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618DA is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 24 | 218 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.15 |
| HSL | 298.76º | 0.8% | 0.47% | - |
| HSV(B) | 298.76º | 0.89% | 0.85% | - |
| XYZ | 40.71 | 20.01 | 68.05 | - |
| YUV | 102.93 | 192.95 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 218 | 0.02 | 0.89 | 0 | 0.15 | 298.76 | 0.8 | 0.47 |
| Hex | D6 | 18 | DA | 2 | 59 | 0 | F | 12B | 50 | 2F |
| Octal | 326 | 30 | 332 | 2 | 131 | 0 | 17 | 453 | 120 | 57 |
| Binary | 11010110 | 11000 | 11011010 | 10 | 1011001 | 0 | 1111 | 100101011 | 1010000 | 101111 |
Color Harmonies of #D618DA
Complementary color
Monochromatic Colors of #D618DA
Black with #D618DA
Text Example
Text Example
White with #D618DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618DA; }
p { color: rgb(214,24,218); }
H1.HeaderClassName
{
color: #D618DA;
}
.AnyTagClassName
{
color: #D618DA;
}
</style>
background-color css
<style>
a { background-color: #D618DA; }
a { background-color: rgb(214,24,218); }
div.DivClassName
{
background-color: #D618DA;
}
.BgClassName
{
background-color: #D618DA;
}
</style>
border-color css
<style>
span { border-color: #D618DA; }
span { border-color: rgb(214,24,218); }
td.TdClassName
{
border-color: #D618DA;
}
.TagClassName
{
border-color: #D618DA;
}
</style>