Shades of Psychedelic Purple #D122EB
Tints of Psychedelic Purple #D122EB
RGB
CMYK
RGB Variations
Color information
#D122EB (or 0xD122EB) is known color: Psychedelic Purple. HEX triplet: D1, 22 and EB. RGB value is (209,34,235). Sum of RGB (Red+Green+Blue) = 209+34+235=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #D122EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D122EB is #2EDD14. Grayscale: #6C6C6C. Windows color (decimal): -3071253 or 15409873. OLE color: 15409873.
HSL color Cylindrical-coordinate representation of color #D122EB: hue angle of 292.24º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D122EB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 34 | 235 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.08 |
| HSL | 292.24º | 0.83% | 0.53% | - |
| HSV(B) | 292.24º | 0.86% | 0.92% | - |
| XYZ | 41.86 | 20.7 | 80.39 | - |
| YUV | 109.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 235 | 0.11 | 0.86 | 0 | 0.08 | 292.24 | 0.83 | 0.53 |
| Hex | D1 | 22 | EB | B | 56 | 0 | 8 | 124 | 53 | 35 |
| Octal | 321 | 42 | 353 | 13 | 126 | 0 | 10 | 444 | 123 | 65 |
| Binary | 11010001 | 100010 | 11101011 | 1011 | 1010110 | 0 | 1000 | 100100100 | 1010011 | 110101 |
Color Harmonies of #D122EB
Complementary color
Monochromatic Colors of #D122EB
Black with #D122EB
Text Example
Text Example
White with #D122EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122EB; }
p { color: rgb(209,34,235); }
H1.HeaderClassName
{
color: #D122EB;
}
.AnyTagClassName
{
color: #D122EB;
}
</style>
background-color css
<style>
a { background-color: #D122EB; }
a { background-color: rgb(209,34,235); }
div.DivClassName
{
background-color: #D122EB;
}
.BgClassName
{
background-color: #D122EB;
}
</style>
border-color css
<style>
span { border-color: #D122EB; }
span { border-color: rgb(209,34,235); }
td.TdClassName
{
border-color: #D122EB;
}
.TagClassName
{
border-color: #D122EB;
}
</style>