Shades of Psychedelic Purple #D321EC
Tints of Psychedelic Purple #D321EC
RGB
CMYK
RGB Variations
Color information
#D321EC (or 0xD321EC) is known color: Psychedelic Purple. HEX triplet: D3, 21 and EC. RGB value is (211,33,236). Sum of RGB (Red+Green+Blue) = 211+33+236=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 33 (13.28% from 255 or 6.88% 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 #D321EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321EC is #2CDE13. Grayscale: #6C6C6C. Windows color (decimal): -2940436 or 15475155. OLE color: 15475155.
HSL color Cylindrical-coordinate representation of color #D321EC: hue angle of 292.61º degrees, saturation: 0.84, 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 #D321EC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 33 | 236 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.07 |
| HSL | 292.61º | 0.84% | 0.53% | - |
| HSV(B) | 292.61º | 0.86% | 0.93% | - |
| XYZ | 42.55 | 20.99 | 81.17 | - |
| YUV | 109.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 236 | 0.11 | 0.86 | 0 | 0.07 | 292.61 | 0.84 | 0.53 |
| Hex | D3 | 21 | EC | B | 56 | 0 | 7 | 125 | 54 | 35 |
| Octal | 323 | 41 | 354 | 13 | 126 | 0 | 7 | 445 | 124 | 65 |
| Binary | 11010011 | 100001 | 11101100 | 1011 | 1010110 | 0 | 111 | 100100101 | 1010100 | 110101 |
Color Harmonies of #D321EC
Complementary color
Monochromatic Colors of #D321EC
Black with #D321EC
Text Example
Text Example
White with #D321EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321EC; }
p { color: rgb(211,33,236); }
H1.HeaderClassName
{
color: #D321EC;
}
.AnyTagClassName
{
color: #D321EC;
}
</style>
background-color css
<style>
a { background-color: #D321EC; }
a { background-color: rgb(211,33,236); }
div.DivClassName
{
background-color: #D321EC;
}
.BgClassName
{
background-color: #D321EC;
}
</style>
border-color css
<style>
span { border-color: #D321EC; }
span { border-color: rgb(211,33,236); }
td.TdClassName
{
border-color: #D321EC;
}
.TagClassName
{
border-color: #D321EC;
}
</style>