Shades of Psychedelic Purple #D121EF
Tints of Psychedelic Purple #D121EF
RGB
CMYK
RGB Variations
Color information
#D121EF (or 0xD121EF) is known color: Psychedelic Purple. HEX triplet: D1, 21 and EF. RGB value is (209,33,239). Sum of RGB (Red+Green+Blue) = 209+33+239=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #D121EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121EF is #2EDE10. Grayscale: #6C6C6C. Windows color (decimal): -3071505 or 15671761. OLE color: 15671761.
HSL color Cylindrical-coordinate representation of color #D121EF: hue angle of 291.26º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D121EF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 33 | 239 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.06 |
| HSL | 291.26º | 0.87% | 0.53% | - |
| HSV(B) | 291.26º | 0.86% | 0.94% | - |
| XYZ | 42.42 | 20.88 | 83.45 | - |
| YUV | 109.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 239 | 0.13 | 0.86 | 0 | 0.06 | 291.26 | 0.87 | 0.53 |
| Hex | D1 | 21 | EF | D | 56 | 0 | 6 | 123 | 57 | 35 |
| Octal | 321 | 41 | 357 | 15 | 126 | 0 | 6 | 443 | 127 | 65 |
| Binary | 11010001 | 100001 | 11101111 | 1101 | 1010110 | 0 | 110 | 100100011 | 1010111 | 110101 |
Color Harmonies of #D121EF
Complementary color
Monochromatic Colors of #D121EF
Black with #D121EF
Text Example
Text Example
White with #D121EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121EF; }
p { color: rgb(209,33,239); }
H1.HeaderClassName
{
color: #D121EF;
}
.AnyTagClassName
{
color: #D121EF;
}
</style>
background-color css
<style>
a { background-color: #D121EF; }
a { background-color: rgb(209,33,239); }
div.DivClassName
{
background-color: #D121EF;
}
.BgClassName
{
background-color: #D121EF;
}
</style>
border-color css
<style>
span { border-color: #D121EF; }
span { border-color: rgb(209,33,239); }
td.TdClassName
{
border-color: #D121EF;
}
.TagClassName
{
border-color: #D121EF;
}
</style>