Shades of Psychedelic Purple #D014EE
Tints of Psychedelic Purple #D014EE
RGB
CMYK
RGB Variations
Color information
#D014EE (or 0xD014EE) is known color: Psychedelic Purple. HEX triplet: D0, 14 and EE. RGB value is (208,20,238). Sum of RGB (Red+Green+Blue) = 208+20+238=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 20 (8.20% from 255 or 4.29% 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 #D014EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014EE is #2FEB11. Grayscale: #646464. Windows color (decimal): -3140370 or 15602896. OLE color: 15602896.
HSL color Cylindrical-coordinate representation of color #D014EE: hue angle of 291.74º 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 #D014EE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 20 | 238 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.74º | 0.87% | 0.51% | - |
| HSV(B) | 291.74º | 0.92% | 0.93% | - |
| XYZ | 41.7 | 20.08 | 82.57 | - |
| YUV | 101.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 238 | 0.13 | 0.92 | 0 | 0.07 | 291.74 | 0.87 | 0.51 |
| Hex | D0 | 14 | EE | D | 5C | 0 | 7 | 124 | 57 | 33 |
| Octal | 320 | 24 | 356 | 15 | 134 | 0 | 7 | 444 | 127 | 63 |
| Binary | 11010000 | 10100 | 11101110 | 1101 | 1011100 | 0 | 111 | 100100100 | 1010111 | 110011 |
Color Harmonies of #D014EE
Complementary color
Monochromatic Colors of #D014EE
Black with #D014EE
Text Example
Text Example
White with #D014EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014EE; }
p { color: rgb(208,20,238); }
H1.HeaderClassName
{
color: #D014EE;
}
.AnyTagClassName
{
color: #D014EE;
}
</style>
background-color css
<style>
a { background-color: #D014EE; }
a { background-color: rgb(208,20,238); }
div.DivClassName
{
background-color: #D014EE;
}
.BgClassName
{
background-color: #D014EE;
}
</style>
border-color css
<style>
span { border-color: #D014EE; }
span { border-color: rgb(208,20,238); }
td.TdClassName
{
border-color: #D014EE;
}
.TagClassName
{
border-color: #D014EE;
}
</style>