Shades of Psychedelic Purple #D10EEA
Tints of Psychedelic Purple #D10EEA
RGB
CMYK
RGB Variations
Color information
#D10EEA (or 0xD10EEA) is known color: Psychedelic Purple. HEX triplet: D1, 0E and EA. RGB value is (209,14,234). Sum of RGB (Red+Green+Blue) = 209+14+234=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #D10EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EEA is #2EF115. Grayscale: #606060. Windows color (decimal): -3076374 or 15339217. OLE color: 15339217.
HSL color Cylindrical-coordinate representation of color #D10EEA: hue angle of 293.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EEA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 14 | 234 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.08 |
| HSL | 293.18º | 0.89% | 0.49% | - |
| HSV(B) | 293.18º | 0.94% | 0.92% | - |
| XYZ | 41.3 | 19.81 | 79.49 | - |
| YUV | 97.39 | 205.1 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 234 | 0.11 | 0.94 | 0 | 0.08 | 293.18 | 0.89 | 0.49 |
| Hex | D1 | E | EA | B | 5E | 0 | 8 | 125 | 59 | 31 |
| Octal | 321 | 16 | 352 | 13 | 136 | 0 | 10 | 445 | 131 | 61 |
| Binary | 11010001 | 1110 | 11101010 | 1011 | 1011110 | 0 | 1000 | 100100101 | 1011001 | 110001 |
Color Harmonies of #D10EEA
Complementary color
Monochromatic Colors of #D10EEA
Black with #D10EEA
Text Example
Text Example
White with #D10EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EEA; }
p { color: rgb(209,14,234); }
H1.HeaderClassName
{
color: #D10EEA;
}
.AnyTagClassName
{
color: #D10EEA;
}
</style>
background-color css
<style>
a { background-color: #D10EEA; }
a { background-color: rgb(209,14,234); }
div.DivClassName
{
background-color: #D10EEA;
}
.BgClassName
{
background-color: #D10EEA;
}
</style>
border-color css
<style>
span { border-color: #D10EEA; }
span { border-color: rgb(209,14,234); }
td.TdClassName
{
border-color: #D10EEA;
}
.TagClassName
{
border-color: #D10EEA;
}
</style>