Shades of Psychedelic Purple #D121EE
Tints of Psychedelic Purple #D121EE
RGB
CMYK
RGB Variations
Color information
#D121EE (or 0xD121EE) is known color: Psychedelic Purple. HEX triplet: D1, 21 and EE. RGB value is (209,33,238). Sum of RGB (Red+Green+Blue) = 209+33+238=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #D121EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121EE is #2EDE11. Grayscale: #6C6C6C. Windows color (decimal): -3071506 or 15606225. OLE color: 15606225.
HSL color Cylindrical-coordinate representation of color #D121EE: hue angle of 291.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D121EE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 33 | 238 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.07 |
| HSL | 291.51º | 0.86% | 0.53% | - |
| HSV(B) | 291.51º | 0.86% | 0.93% | - |
| XYZ | 42.27 | 20.82 | 82.68 | - |
| YUV | 108.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 238 | 0.12 | 0.86 | 0 | 0.07 | 291.51 | 0.86 | 0.53 |
| Hex | D1 | 21 | EE | C | 56 | 0 | 7 | 124 | 56 | 35 |
| Octal | 321 | 41 | 356 | 14 | 126 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010001 | 100001 | 11101110 | 1100 | 1010110 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D121EE
Complementary color
Monochromatic Colors of #D121EE
Black with #D121EE
Text Example
Text Example
White with #D121EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121EE; }
p { color: rgb(209,33,238); }
H1.HeaderClassName
{
color: #D121EE;
}
.AnyTagClassName
{
color: #D121EE;
}
</style>
background-color css
<style>
a { background-color: #D121EE; }
a { background-color: rgb(209,33,238); }
div.DivClassName
{
background-color: #D121EE;
}
.BgClassName
{
background-color: #D121EE;
}
</style>
border-color css
<style>
span { border-color: #D121EE; }
span { border-color: rgb(209,33,238); }
td.TdClassName
{
border-color: #D121EE;
}
.TagClassName
{
border-color: #D121EE;
}
</style>