Shades of Psychedelic Purple #D114E9
Tints of Psychedelic Purple #D114E9
RGB
CMYK
RGB Variations
Color information
#D114E9 (or 0xD114E9) is known color: Psychedelic Purple. HEX triplet: D1, 14 and E9. RGB value is (209,20,233). Sum of RGB (Red+Green+Blue) = 209+20+233=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #D114E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114E9 is #2EEB16. Grayscale: #646464. Windows color (decimal): -3074839 or 15275217. OLE color: 15275217.
HSL color Cylindrical-coordinate representation of color #D114E9: hue angle of 293.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D114E9 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 20 | 233 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.09 |
| HSL | 293.24º | 0.84% | 0.5% | - |
| HSV(B) | 293.24º | 0.91% | 0.91% | - |
| XYZ | 41.25 | 19.94 | 78.77 | - |
| YUV | 100.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 233 | 0.10 | 0.91 | 0 | 0.09 | 293.24 | 0.84 | 0.5 |
| Hex | D1 | 14 | E9 | A | 5B | 0 | 9 | 125 | 54 | 32 |
| Octal | 321 | 24 | 351 | 12 | 133 | 0 | 11 | 445 | 124 | 62 |
| Binary | 11010001 | 10100 | 11101001 | 1010 | 1011011 | 0 | 1001 | 100100101 | 1010100 | 110010 |
Color Harmonies of #D114E9
Complementary color
Monochromatic Colors of #D114E9
Black with #D114E9
Text Example
Text Example
White with #D114E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114E9; }
p { color: rgb(209,20,233); }
H1.HeaderClassName
{
color: #D114E9;
}
.AnyTagClassName
{
color: #D114E9;
}
</style>
background-color css
<style>
a { background-color: #D114E9; }
a { background-color: rgb(209,20,233); }
div.DivClassName
{
background-color: #D114E9;
}
.BgClassName
{
background-color: #D114E9;
}
</style>
border-color css
<style>
span { border-color: #D114E9; }
span { border-color: rgb(209,20,233); }
td.TdClassName
{
border-color: #D114E9;
}
.TagClassName
{
border-color: #D114E9;
}
</style>