Shades of Psychedelic Purple #D10EED
Tints of Psychedelic Purple #D10EED
RGB
CMYK
RGB Variations
Color information
#D10EED (or 0xD10EED) is known color: Psychedelic Purple. HEX triplet: D1, 0E and ED. RGB value is (209,14,237). Sum of RGB (Red+Green+Blue) = 209+14+237=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #D10EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EED is #2EF112. Grayscale: #616161. Windows color (decimal): -3076371 or 15535825. OLE color: 15535825.
HSL color Cylindrical-coordinate representation of color #D10EED: hue angle of 292.47º 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 #D10EED is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 14 | 237 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.07 |
| HSL | 292.47º | 0.89% | 0.49% | - |
| HSV(B) | 292.47º | 0.94% | 0.93% | - |
| XYZ | 41.74 | 19.98 | 81.78 | - |
| YUV | 97.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 237 | 0.12 | 0.94 | 0 | 0.07 | 292.47 | 0.89 | 0.49 |
| Hex | D1 | E | ED | C | 5E | 0 | 7 | 124 | 59 | 31 |
| Octal | 321 | 16 | 355 | 14 | 136 | 0 | 7 | 444 | 131 | 61 |
| Binary | 11010001 | 1110 | 11101101 | 1100 | 1011110 | 0 | 111 | 100100100 | 1011001 | 110001 |
Color Harmonies of #D10EED
Complementary color
Monochromatic Colors of #D10EED
Black with #D10EED
Text Example
Text Example
White with #D10EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EED; }
p { color: rgb(209,14,237); }
H1.HeaderClassName
{
color: #D10EED;
}
.AnyTagClassName
{
color: #D10EED;
}
</style>
background-color css
<style>
a { background-color: #D10EED; }
a { background-color: rgb(209,14,237); }
div.DivClassName
{
background-color: #D10EED;
}
.BgClassName
{
background-color: #D10EED;
}
</style>
border-color css
<style>
span { border-color: #D10EED; }
span { border-color: rgb(209,14,237); }
td.TdClassName
{
border-color: #D10EED;
}
.TagClassName
{
border-color: #D10EED;
}
</style>