Shades of Psychedelic Purple #D70EEE
Tints of Psychedelic Purple #D70EEE
RGB
CMYK
RGB Variations
Color information
#D70EEE (or 0xD70EEE) is known color: Psychedelic Purple. HEX triplet: D7, 0E and EE. RGB value is (215,14,238). Sum of RGB (Red+Green+Blue) = 215+14+238=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #D70EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EEE is #28F111. Grayscale: #626262. Windows color (decimal): -2683154 or 15601367. OLE color: 15601367.
HSL color Cylindrical-coordinate representation of color #D70EEE: hue angle of 293.84º 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 #D70EEE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 14 | 238 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.07 |
| HSL | 293.84º | 0.89% | 0.49% | - |
| HSV(B) | 293.84º | 0.94% | 0.93% | - |
| XYZ | 43.61 | 20.93 | 82.63 | - |
| YUV | 99.64 | 206.09 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 238 | 0.10 | 0.94 | 0 | 0.07 | 293.84 | 0.89 | 0.49 |
| Hex | D7 | E | EE | A | 5E | 0 | 7 | 126 | 59 | 31 |
| Octal | 327 | 16 | 356 | 12 | 136 | 0 | 7 | 446 | 131 | 61 |
| Binary | 11010111 | 1110 | 11101110 | 1010 | 1011110 | 0 | 111 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D70EEE
Complementary color
Monochromatic Colors of #D70EEE
Black with #D70EEE
Text Example
Text Example
White with #D70EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EEE; }
p { color: rgb(215,14,238); }
H1.HeaderClassName
{
color: #D70EEE;
}
.AnyTagClassName
{
color: #D70EEE;
}
</style>
background-color css
<style>
a { background-color: #D70EEE; }
a { background-color: rgb(215,14,238); }
div.DivClassName
{
background-color: #D70EEE;
}
.BgClassName
{
background-color: #D70EEE;
}
</style>
border-color css
<style>
span { border-color: #D70EEE; }
span { border-color: rgb(215,14,238); }
td.TdClassName
{
border-color: #D70EEE;
}
.TagClassName
{
border-color: #D70EEE;
}
</style>