Shades of Psychedelic Purple #D514EE
Tints of Psychedelic Purple #D514EE
RGB
CMYK
RGB Variations
Color information
#D514EE (or 0xD514EE) is known color: Psychedelic Purple. HEX triplet: D5, 14 and EE. RGB value is (213,20,238). Sum of RGB (Red+Green+Blue) = 213+20+238=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D514EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514EE is #2AEB11. Grayscale: #656565. Windows color (decimal): -2812690 or 15602901. OLE color: 15602901.
HSL color Cylindrical-coordinate representation of color #D514EE: hue angle of 293.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D514EE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 20 | 238 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 293.12º | 0.87% | 0.51% | - |
| HSV(B) | 293.12º | 0.92% | 0.93% | - |
| XYZ | 43.12 | 20.82 | 82.63 | - |
| YUV | 102.56 | 204.44 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 238 | 0.11 | 0.92 | 0 | 0.07 | 293.12 | 0.87 | 0.51 |
| Hex | D5 | 14 | EE | B | 5C | 0 | 7 | 125 | 57 | 33 |
| Octal | 325 | 24 | 356 | 13 | 134 | 0 | 7 | 445 | 127 | 63 |
| Binary | 11010101 | 10100 | 11101110 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010111 | 110011 |
Color Harmonies of #D514EE
Complementary color
Monochromatic Colors of #D514EE
Black with #D514EE
Text Example
Text Example
White with #D514EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514EE; }
p { color: rgb(213,20,238); }
H1.HeaderClassName
{
color: #D514EE;
}
.AnyTagClassName
{
color: #D514EE;
}
</style>
background-color css
<style>
a { background-color: #D514EE; }
a { background-color: rgb(213,20,238); }
div.DivClassName
{
background-color: #D514EE;
}
.BgClassName
{
background-color: #D514EE;
}
</style>
border-color css
<style>
span { border-color: #D514EE; }
span { border-color: rgb(213,20,238); }
td.TdClassName
{
border-color: #D514EE;
}
.TagClassName
{
border-color: #D514EE;
}
</style>