Shades of Deep Magenta #D614D8
Tints of Deep Magenta #D614D8
RGB
CMYK
RGB Variations
Color information
#D614D8 (or 0xD614D8) is known color: Deep Magenta. HEX triplet: D6, 14 and D8. RGB value is (214,20,216). Sum of RGB (Red+Green+Blue) = 214+20+216=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #D614D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614D8 is #29EB27. Grayscale: #636363. Windows color (decimal): -2747176 or 14161110. OLE color: 14161110.
HSL color Cylindrical-coordinate representation of color #D614D8: hue angle of 299.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D614D8 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 20 | 216 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.15 |
| HSL | 299.39º | 0.83% | 0.46% | - |
| HSV(B) | 299.39º | 0.91% | 0.85% | - |
| XYZ | 40.38 | 19.75 | 66.65 | - |
| YUV | 100.35 | 193.27 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 216 | 0.01 | 0.91 | 0 | 0.15 | 299.39 | 0.83 | 0.46 |
| Hex | D6 | 14 | D8 | 1 | 5B | 0 | F | 12B | 53 | 2E |
| Octal | 326 | 24 | 330 | 1 | 133 | 0 | 17 | 453 | 123 | 56 |
| Binary | 11010110 | 10100 | 11011000 | 1 | 1011011 | 0 | 1111 | 100101011 | 1010011 | 101110 |
Color Harmonies of #D614D8
Complementary color
Monochromatic Colors of #D614D8
Black with #D614D8
Text Example
Text Example
White with #D614D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614D8; }
p { color: rgb(214,20,216); }
H1.HeaderClassName
{
color: #D614D8;
}
.AnyTagClassName
{
color: #D614D8;
}
</style>
background-color css
<style>
a { background-color: #D614D8; }
a { background-color: rgb(214,20,216); }
div.DivClassName
{
background-color: #D614D8;
}
.BgClassName
{
background-color: #D614D8;
}
</style>
border-color css
<style>
span { border-color: #D614D8; }
span { border-color: rgb(214,20,216); }
td.TdClassName
{
border-color: #D614D8;
}
.TagClassName
{
border-color: #D614D8;
}
</style>