Shades of Psychedelic Purple #D127ED
Tints of Psychedelic Purple #D127ED
RGB
CMYK
RGB Variations
Color information
#D127ED (or 0xD127ED) is known color: Psychedelic Purple. HEX triplet: D1, 27 and ED. RGB value is (209,39,237). Sum of RGB (Red+Green+Blue) = 209+39+237=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D127ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127ED is #2ED812. Grayscale: #6F6F6F. Windows color (decimal): -3069971 or 15542225. OLE color: 15542225.
HSL color Cylindrical-coordinate representation of color #D127ED: hue angle of 291.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127ED is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 39 | 237 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.07 |
| HSL | 291.52º | 0.85% | 0.54% | - |
| HSV(B) | 291.52º | 0.84% | 0.93% | - |
| XYZ | 42.31 | 21.12 | 81.97 | - |
| YUV | 112.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 237 | 0.12 | 0.84 | 0 | 0.07 | 291.52 | 0.85 | 0.54 |
| Hex | D1 | 27 | ED | C | 54 | 0 | 7 | 124 | 55 | 36 |
| Octal | 321 | 47 | 355 | 14 | 124 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010001 | 100111 | 11101101 | 1100 | 1010100 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D127ED
Complementary color
Monochromatic Colors of #D127ED
Black with #D127ED
Text Example
Text Example
White with #D127ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127ED; }
p { color: rgb(209,39,237); }
H1.HeaderClassName
{
color: #D127ED;
}
.AnyTagClassName
{
color: #D127ED;
}
</style>
background-color css
<style>
a { background-color: #D127ED; }
a { background-color: rgb(209,39,237); }
div.DivClassName
{
background-color: #D127ED;
}
.BgClassName
{
background-color: #D127ED;
}
</style>
border-color css
<style>
span { border-color: #D127ED; }
span { border-color: rgb(209,39,237); }
td.TdClassName
{
border-color: #D127ED;
}
.TagClassName
{
border-color: #D127ED;
}
</style>