Shades of Psychedelic Purple #D126ED
Tints of Psychedelic Purple #D126ED
RGB
CMYK
RGB Variations
Color information
#D126ED (or 0xD126ED) is known color: Psychedelic Purple. HEX triplet: D1, 26 and ED. RGB value is (209,38,237). Sum of RGB (Red+Green+Blue) = 209+38+237=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D126ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D126ED is #2ED912. Grayscale: #6F6F6F. Windows color (decimal): -3070227 or 15541969. OLE color: 15541969.
HSL color Cylindrical-coordinate representation of color #D126ED: hue angle of 291.56º 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 #D126ED is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 38 | 237 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.07 |
| HSL | 291.56º | 0.85% | 0.54% | - |
| HSV(B) | 291.56º | 0.84% | 0.93% | - |
| XYZ | 42.27 | 21.06 | 81.96 | - |
| YUV | 111.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 237 | 0.12 | 0.84 | 0 | 0.07 | 291.56 | 0.85 | 0.54 |
| Hex | D1 | 26 | ED | C | 54 | 0 | 7 | 124 | 55 | 36 |
| Octal | 321 | 46 | 355 | 14 | 124 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010001 | 100110 | 11101101 | 1100 | 1010100 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D126ED
Complementary color
Monochromatic Colors of #D126ED
Black with #D126ED
Text Example
Text Example
White with #D126ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126ED; }
p { color: rgb(209,38,237); }
H1.HeaderClassName
{
color: #D126ED;
}
.AnyTagClassName
{
color: #D126ED;
}
</style>
background-color css
<style>
a { background-color: #D126ED; }
a { background-color: rgb(209,38,237); }
div.DivClassName
{
background-color: #D126ED;
}
.BgClassName
{
background-color: #D126ED;
}
</style>
border-color css
<style>
span { border-color: #D126ED; }
span { border-color: rgb(209,38,237); }
td.TdClassName
{
border-color: #D126ED;
}
.TagClassName
{
border-color: #D126ED;
}
</style>