Shades of Psychedelic Purple #D514EF
Tints of Psychedelic Purple #D514EF
RGB
CMYK
RGB Variations
Color information
#D514EF (or 0xD514EF) is known color: Psychedelic Purple. HEX triplet: D5, 14 and EF. RGB value is (213,20,239). Sum of RGB (Red+Green+Blue) = 213+20+239=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D514EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514EF is #2AEB10. Grayscale: #656565. Windows color (decimal): -2812689 or 15668437. OLE color: 15668437.
HSL color Cylindrical-coordinate representation of color #D514EF: hue angle of 292.88º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D514EF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 20 | 239 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.06 |
| HSL | 292.88º | 0.87% | 0.51% | - |
| HSV(B) | 292.88º | 0.92% | 0.94% | - |
| XYZ | 43.27 | 20.88 | 83.41 | - |
| YUV | 102.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 239 | 0.11 | 0.92 | 0 | 0.06 | 292.88 | 0.87 | 0.51 |
| Hex | D5 | 14 | EF | B | 5C | 0 | 6 | 125 | 57 | 33 |
| Octal | 325 | 24 | 357 | 13 | 134 | 0 | 6 | 445 | 127 | 63 |
| Binary | 11010101 | 10100 | 11101111 | 1011 | 1011100 | 0 | 110 | 100100101 | 1010111 | 110011 |
Color Harmonies of #D514EF
Complementary color
Monochromatic Colors of #D514EF
Black with #D514EF
Text Example
Text Example
White with #D514EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514EF; }
p { color: rgb(213,20,239); }
H1.HeaderClassName
{
color: #D514EF;
}
.AnyTagClassName
{
color: #D514EF;
}
</style>
background-color css
<style>
a { background-color: #D514EF; }
a { background-color: rgb(213,20,239); }
div.DivClassName
{
background-color: #D514EF;
}
.BgClassName
{
background-color: #D514EF;
}
</style>
border-color css
<style>
span { border-color: #D514EF; }
span { border-color: rgb(213,20,239); }
td.TdClassName
{
border-color: #D514EF;
}
.TagClassName
{
border-color: #D514EF;
}
</style>