Shades of Psychedelic Purple #D128EC
Tints of Psychedelic Purple #D128EC
RGB
CMYK
RGB Variations
Color information
#D128EC (or 0xD128EC) is known color: Psychedelic Purple. HEX triplet: D1, 28 and EC. RGB value is (209,40,236). Sum of RGB (Red+Green+Blue) = 209+40+236=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #D128EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128EC is #2ED713. Grayscale: #707070. Windows color (decimal): -3069716 or 15476945. OLE color: 15476945.
HSL color Cylindrical-coordinate representation of color #D128EC: hue angle of 291.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D128EC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 40 | 236 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.07 |
| HSL | 291.73º | 0.84% | 0.54% | - |
| HSV(B) | 291.73º | 0.83% | 0.93% | - |
| XYZ | 42.19 | 21.13 | 81.21 | - |
| YUV | 112.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 236 | 0.11 | 0.83 | 0 | 0.07 | 291.73 | 0.84 | 0.54 |
| Hex | D1 | 28 | EC | B | 53 | 0 | 7 | 124 | 54 | 36 |
| Octal | 321 | 50 | 354 | 13 | 123 | 0 | 7 | 444 | 124 | 66 |
| Binary | 11010001 | 101000 | 11101100 | 1011 | 1010011 | 0 | 111 | 100100100 | 1010100 | 110110 |
Color Harmonies of #D128EC
Complementary color
Monochromatic Colors of #D128EC
Black with #D128EC
Text Example
Text Example
White with #D128EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128EC; }
p { color: rgb(209,40,236); }
H1.HeaderClassName
{
color: #D128EC;
}
.AnyTagClassName
{
color: #D128EC;
}
</style>
background-color css
<style>
a { background-color: #D128EC; }
a { background-color: rgb(209,40,236); }
div.DivClassName
{
background-color: #D128EC;
}
.BgClassName
{
background-color: #D128EC;
}
</style>
border-color css
<style>
span { border-color: #D128EC; }
span { border-color: rgb(209,40,236); }
td.TdClassName
{
border-color: #D128EC;
}
.TagClassName
{
border-color: #D128EC;
}
</style>