Shades of Psychedelic Purple #D123EC
Tints of Psychedelic Purple #D123EC
RGB
CMYK
RGB Variations
Color information
#D123EC (or 0xD123EC) is known color: Psychedelic Purple. HEX triplet: D1, 23 and EC. RGB value is (209,35,236). Sum of RGB (Red+Green+Blue) = 209+35+236=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #D123EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D123EC is #2EDC13. Grayscale: #6D6D6D. Windows color (decimal): -3070996 or 15475665. OLE color: 15475665.
HSL color Cylindrical-coordinate representation of color #D123EC: hue angle of 291.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D123EC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 35 | 236 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.07 |
| HSL | 291.94º | 0.84% | 0.53% | - |
| HSV(B) | 291.94º | 0.85% | 0.93% | - |
| XYZ | 42.04 | 20.81 | 81.16 | - |
| YUV | 109.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 236 | 0.11 | 0.85 | 0 | 0.07 | 291.94 | 0.84 | 0.53 |
| Hex | D1 | 23 | EC | B | 55 | 0 | 7 | 124 | 54 | 35 |
| Octal | 321 | 43 | 354 | 13 | 125 | 0 | 7 | 444 | 124 | 65 |
| Binary | 11010001 | 100011 | 11101100 | 1011 | 1010101 | 0 | 111 | 100100100 | 1010100 | 110101 |
Color Harmonies of #D123EC
Complementary color
Monochromatic Colors of #D123EC
Black with #D123EC
Text Example
Text Example
White with #D123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D123EC; }
p { color: rgb(209,35,236); }
H1.HeaderClassName
{
color: #D123EC;
}
.AnyTagClassName
{
color: #D123EC;
}
</style>
background-color css
<style>
a { background-color: #D123EC; }
a { background-color: rgb(209,35,236); }
div.DivClassName
{
background-color: #D123EC;
}
.BgClassName
{
background-color: #D123EC;
}
</style>
border-color css
<style>
span { border-color: #D123EC; }
span { border-color: rgb(209,35,236); }
td.TdClassName
{
border-color: #D123EC;
}
.TagClassName
{
border-color: #D123EC;
}
</style>