Shades of Psychedelic Purple #D128EF
Tints of Psychedelic Purple #D128EF
RGB
CMYK
RGB Variations
Color information
#D128EF (or 0xD128EF) is known color: Psychedelic Purple. HEX triplet: D1, 28 and EF. RGB value is (209,40,239). Sum of RGB (Red+Green+Blue) = 209+40+239=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D128EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128EF is #2ED710. Grayscale: #707070. Windows color (decimal): -3069713 or 15673553. OLE color: 15673553.
HSL color Cylindrical-coordinate representation of color #D128EF: hue angle of 290.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D128EF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 40 | 239 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.06 |
| HSL | 290.95º | 0.86% | 0.55% | - |
| HSV(B) | 290.95º | 0.83% | 0.94% | - |
| XYZ | 42.63 | 21.3 | 83.53 | - |
| YUV | 113.22 | 198.99 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 239 | 0.13 | 0.83 | 0 | 0.06 | 290.95 | 0.86 | 0.55 |
| Hex | D1 | 28 | EF | D | 53 | 0 | 6 | 123 | 56 | 37 |
| Octal | 321 | 50 | 357 | 15 | 123 | 0 | 6 | 443 | 126 | 67 |
| Binary | 11010001 | 101000 | 11101111 | 1101 | 1010011 | 0 | 110 | 100100011 | 1010110 | 110111 |
Color Harmonies of #D128EF
Complementary color
Monochromatic Colors of #D128EF
Black with #D128EF
Text Example
Text Example
White with #D128EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128EF; }
p { color: rgb(209,40,239); }
H1.HeaderClassName
{
color: #D128EF;
}
.AnyTagClassName
{
color: #D128EF;
}
</style>
background-color css
<style>
a { background-color: #D128EF; }
a { background-color: rgb(209,40,239); }
div.DivClassName
{
background-color: #D128EF;
}
.BgClassName
{
background-color: #D128EF;
}
</style>
border-color css
<style>
span { border-color: #D128EF; }
span { border-color: rgb(209,40,239); }
td.TdClassName
{
border-color: #D128EF;
}
.TagClassName
{
border-color: #D128EF;
}
</style>