Shades of Psychedelic Purple #D114EB
Tints of Psychedelic Purple #D114EB
RGB
CMYK
RGB Variations
Color information
#D114EB (or 0xD114EB) is known color: Psychedelic Purple. HEX triplet: D1, 14 and EB. RGB value is (209,20,235). Sum of RGB (Red+Green+Blue) = 209+20+235=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #D114EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114EB is #2EEB14. Grayscale: #646464. Windows color (decimal): -3074837 or 15406289. OLE color: 15406289.
HSL color Cylindrical-coordinate representation of color #D114EB: hue angle of 292.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D114EB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 20 | 235 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.08 |
| HSL | 292.74º | 0.84% | 0.5% | - |
| HSV(B) | 292.74º | 0.91% | 0.92% | - |
| XYZ | 41.54 | 20.05 | 80.28 | - |
| YUV | 101.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 235 | 0.11 | 0.91 | 0 | 0.08 | 292.74 | 0.84 | 0.5 |
| Hex | D1 | 14 | EB | B | 5B | 0 | 8 | 125 | 54 | 32 |
| Octal | 321 | 24 | 353 | 13 | 133 | 0 | 10 | 445 | 124 | 62 |
| Binary | 11010001 | 10100 | 11101011 | 1011 | 1011011 | 0 | 1000 | 100100101 | 1010100 | 110010 |
Color Harmonies of #D114EB
Complementary color
Monochromatic Colors of #D114EB
Black with #D114EB
Text Example
Text Example
White with #D114EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114EB; }
p { color: rgb(209,20,235); }
H1.HeaderClassName
{
color: #D114EB;
}
.AnyTagClassName
{
color: #D114EB;
}
</style>
background-color css
<style>
a { background-color: #D114EB; }
a { background-color: rgb(209,20,235); }
div.DivClassName
{
background-color: #D114EB;
}
.BgClassName
{
background-color: #D114EB;
}
</style>
border-color css
<style>
span { border-color: #D114EB; }
span { border-color: rgb(209,20,235); }
td.TdClassName
{
border-color: #D114EB;
}
.TagClassName
{
border-color: #D114EB;
}
</style>