Shades of Psychedelic Purple #D121E8
Tints of Psychedelic Purple #D121E8
RGB
CMYK
RGB Variations
Color information
#D121E8 (or 0xD121E8) is known color: Psychedelic Purple. HEX triplet: D1, 21 and E8. RGB value is (209,33,232). Sum of RGB (Red+Green+Blue) = 209+33+232=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #D121E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121E8 is #2EDE17. Grayscale: #6B6B6B. Windows color (decimal): -3071512 or 15213009. OLE color: 15213009.
HSL color Cylindrical-coordinate representation of color #D121E8: hue angle of 293.07º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D121E8 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 33 | 232 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.09 |
| HSL | 293.07º | 0.81% | 0.52% | - |
| HSV(B) | 293.07º | 0.86% | 0.91% | - |
| XYZ | 41.4 | 20.47 | 78.11 | - |
| YUV | 108.31 | 197.81 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 232 | 0.10 | 0.86 | 0 | 0.09 | 293.07 | 0.81 | 0.52 |
| Hex | D1 | 21 | E8 | A | 56 | 0 | 9 | 125 | 51 | 34 |
| Octal | 321 | 41 | 350 | 12 | 126 | 0 | 11 | 445 | 121 | 64 |
| Binary | 11010001 | 100001 | 11101000 | 1010 | 1010110 | 0 | 1001 | 100100101 | 1010001 | 110100 |
Color Harmonies of #D121E8
Complementary color
Monochromatic Colors of #D121E8
Black with #D121E8
Text Example
Text Example
White with #D121E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121E8; }
p { color: rgb(209,33,232); }
H1.HeaderClassName
{
color: #D121E8;
}
.AnyTagClassName
{
color: #D121E8;
}
</style>
background-color css
<style>
a { background-color: #D121E8; }
a { background-color: rgb(209,33,232); }
div.DivClassName
{
background-color: #D121E8;
}
.BgClassName
{
background-color: #D121E8;
}
</style>
border-color css
<style>
span { border-color: #D121E8; }
span { border-color: rgb(209,33,232); }
td.TdClassName
{
border-color: #D121E8;
}
.TagClassName
{
border-color: #D121E8;
}
</style>