Shades of Psychedelic Purple #D70EEA
Tints of Psychedelic Purple #D70EEA
RGB
CMYK
RGB Variations
Color information
#D70EEA (or 0xD70EEA) is known color: Psychedelic Purple. HEX triplet: D7, 0E and EA. RGB value is (215,14,234). Sum of RGB (Red+Green+Blue) = 215+14+234=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #D70EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EEA is #28F115. Grayscale: #626262. Windows color (decimal): -2683158 or 15339223. OLE color: 15339223.
HSL color Cylindrical-coordinate representation of color #D70EEA: hue angle of 294.82º 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 #D70EEA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 14 | 234 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.08 |
| HSL | 294.82º | 0.89% | 0.49% | - |
| HSV(B) | 294.82º | 0.94% | 0.92% | - |
| XYZ | 43.03 | 20.7 | 79.57 | - |
| YUV | 99.18 | 204.09 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 234 | 0.08 | 0.94 | 0 | 0.08 | 294.82 | 0.89 | 0.49 |
| Hex | D7 | E | EA | 8 | 5E | 0 | 8 | 127 | 59 | 31 |
| Octal | 327 | 16 | 352 | 10 | 136 | 0 | 10 | 447 | 131 | 61 |
| Binary | 11010111 | 1110 | 11101010 | 1000 | 1011110 | 0 | 1000 | 100100111 | 1011001 | 110001 |
Color Harmonies of #D70EEA
Complementary color
Monochromatic Colors of #D70EEA
Black with #D70EEA
Text Example
Text Example
White with #D70EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EEA; }
p { color: rgb(215,14,234); }
H1.HeaderClassName
{
color: #D70EEA;
}
.AnyTagClassName
{
color: #D70EEA;
}
</style>
background-color css
<style>
a { background-color: #D70EEA; }
a { background-color: rgb(215,14,234); }
div.DivClassName
{
background-color: #D70EEA;
}
.BgClassName
{
background-color: #D70EEA;
}
</style>
border-color css
<style>
span { border-color: #D70EEA; }
span { border-color: rgb(215,14,234); }
td.TdClassName
{
border-color: #D70EEA;
}
.TagClassName
{
border-color: #D70EEA;
}
</style>