Shades of Psychedelic Purple #D60EEE
Tints of Psychedelic Purple #D60EEE
RGB
CMYK
RGB Variations
Color information
#D60EEE (or 0xD60EEE) is known color: Psychedelic Purple. HEX triplet: D6, 0E and EE. RGB value is (214,14,238). Sum of RGB (Red+Green+Blue) = 214+14+238=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #D60EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EEE is #29F111. Grayscale: #626262. Windows color (decimal): -2748690 or 15601366. OLE color: 15601366.
HSL color Cylindrical-coordinate representation of color #D60EEE: hue angle of 293.57º 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 #D60EEE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 14 | 238 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.07 |
| HSL | 293.57º | 0.89% | 0.49% | - |
| HSV(B) | 293.57º | 0.94% | 0.93% | - |
| XYZ | 43.32 | 20.78 | 82.62 | - |
| YUV | 99.34 | 206.26 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 238 | 0.10 | 0.94 | 0 | 0.07 | 293.57 | 0.89 | 0.49 |
| Hex | D6 | E | EE | A | 5E | 0 | 7 | 126 | 59 | 31 |
| Octal | 326 | 16 | 356 | 12 | 136 | 0 | 7 | 446 | 131 | 61 |
| Binary | 11010110 | 1110 | 11101110 | 1010 | 1011110 | 0 | 111 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D60EEE
Complementary color
Monochromatic Colors of #D60EEE
Black with #D60EEE
Text Example
Text Example
White with #D60EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EEE; }
p { color: rgb(214,14,238); }
H1.HeaderClassName
{
color: #D60EEE;
}
.AnyTagClassName
{
color: #D60EEE;
}
</style>
background-color css
<style>
a { background-color: #D60EEE; }
a { background-color: rgb(214,14,238); }
div.DivClassName
{
background-color: #D60EEE;
}
.BgClassName
{
background-color: #D60EEE;
}
</style>
border-color css
<style>
span { border-color: #D60EEE; }
span { border-color: rgb(214,14,238); }
td.TdClassName
{
border-color: #D60EEE;
}
.TagClassName
{
border-color: #D60EEE;
}
</style>