Shades of Psychedelic Purple #D40EED
Tints of Psychedelic Purple #D40EED
RGB
CMYK
RGB Variations
Color information
#D40EED (or 0xD40EED) is known color: Psychedelic Purple. HEX triplet: D4, 0E and ED. RGB value is (212,14,237). Sum of RGB (Red+Green+Blue) = 212+14+237=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #D40EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EED is #2BF112. Grayscale: #616161. Windows color (decimal): -2879763 or 15535828. OLE color: 15535828.
HSL color Cylindrical-coordinate representation of color #D40EED: hue angle of 293.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EED is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 14 | 237 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.07 |
| HSL | 293.27º | 0.89% | 0.49% | - |
| HSV(B) | 293.27º | 0.94% | 0.93% | - |
| XYZ | 42.59 | 20.43 | 81.82 | - |
| YUV | 98.62 | 206.1 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 237 | 0.11 | 0.94 | 0 | 0.07 | 293.27 | 0.89 | 0.49 |
| Hex | D4 | E | ED | B | 5E | 0 | 7 | 125 | 59 | 31 |
| Octal | 324 | 16 | 355 | 13 | 136 | 0 | 7 | 445 | 131 | 61 |
| Binary | 11010100 | 1110 | 11101101 | 1011 | 1011110 | 0 | 111 | 100100101 | 1011001 | 110001 |
Color Harmonies of #D40EED
Complementary color
Monochromatic Colors of #D40EED
Black with #D40EED
Text Example
Text Example
White with #D40EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EED; }
p { color: rgb(212,14,237); }
H1.HeaderClassName
{
color: #D40EED;
}
.AnyTagClassName
{
color: #D40EED;
}
</style>
background-color css
<style>
a { background-color: #D40EED; }
a { background-color: rgb(212,14,237); }
div.DivClassName
{
background-color: #D40EED;
}
.BgClassName
{
background-color: #D40EED;
}
</style>
border-color css
<style>
span { border-color: #D40EED; }
span { border-color: rgb(212,14,237); }
td.TdClassName
{
border-color: #D40EED;
}
.TagClassName
{
border-color: #D40EED;
}
</style>