Shades of Psychedelic Purple #D127EC
Tints of Psychedelic Purple #D127EC
RGB
CMYK
RGB Variations
Color information
#D127EC (or 0xD127EC) is known color: Psychedelic Purple. HEX triplet: D1, 27 and EC. RGB value is (209,39,236). Sum of RGB (Red+Green+Blue) = 209+39+236=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D127EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127EC is #2ED813. Grayscale: #6F6F6F. Windows color (decimal): -3069972 or 15476689. OLE color: 15476689.
HSL color Cylindrical-coordinate representation of color #D127EC: hue angle of 291.78º 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 #D127EC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 39 | 236 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.07 |
| HSL | 291.78º | 0.84% | 0.54% | - |
| HSV(B) | 291.78º | 0.83% | 0.93% | - |
| XYZ | 42.16 | 21.06 | 81.2 | - |
| YUV | 112.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 236 | 0.11 | 0.83 | 0 | 0.07 | 291.78 | 0.84 | 0.54 |
| Hex | D1 | 27 | EC | B | 53 | 0 | 7 | 124 | 54 | 36 |
| Octal | 321 | 47 | 354 | 13 | 123 | 0 | 7 | 444 | 124 | 66 |
| Binary | 11010001 | 100111 | 11101100 | 1011 | 1010011 | 0 | 111 | 100100100 | 1010100 | 110110 |
Color Harmonies of #D127EC
Complementary color
Monochromatic Colors of #D127EC
Black with #D127EC
Text Example
Text Example
White with #D127EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127EC; }
p { color: rgb(209,39,236); }
H1.HeaderClassName
{
color: #D127EC;
}
.AnyTagClassName
{
color: #D127EC;
}
</style>
background-color css
<style>
a { background-color: #D127EC; }
a { background-color: rgb(209,39,236); }
div.DivClassName
{
background-color: #D127EC;
}
.BgClassName
{
background-color: #D127EC;
}
</style>
border-color css
<style>
span { border-color: #D127EC; }
span { border-color: rgb(209,39,236); }
td.TdClassName
{
border-color: #D127EC;
}
.TagClassName
{
border-color: #D127EC;
}
</style>