Shades of Psychedelic Purple #D321EA
Tints of Psychedelic Purple #D321EA
RGB
CMYK
RGB Variations
Color information
#D321EA (or 0xD321EA) is known color: Psychedelic Purple. HEX triplet: D3, 21 and EA. RGB value is (211,33,234). Sum of RGB (Red+Green+Blue) = 211+33+234=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #D321EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321EA is #2CDE15. Grayscale: #6C6C6C. Windows color (decimal): -2940438 or 15344083. OLE color: 15344083.
HSL color Cylindrical-coordinate representation of color #D321EA: hue angle of 293.13º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D321EA is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 33 | 234 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.08 |
| HSL | 293.13º | 0.83% | 0.52% | - |
| HSV(B) | 293.13º | 0.86% | 0.92% | - |
| XYZ | 42.26 | 20.88 | 79.64 | - |
| YUV | 109.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 234 | 0.10 | 0.86 | 0 | 0.08 | 293.13 | 0.83 | 0.52 |
| Hex | D3 | 21 | EA | A | 56 | 0 | 8 | 125 | 53 | 34 |
| Octal | 323 | 41 | 352 | 12 | 126 | 0 | 10 | 445 | 123 | 64 |
| Binary | 11010011 | 100001 | 11101010 | 1010 | 1010110 | 0 | 1000 | 100100101 | 1010011 | 110100 |
Color Harmonies of #D321EA
Complementary color
Monochromatic Colors of #D321EA
Black with #D321EA
Text Example
Text Example
White with #D321EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321EA; }
p { color: rgb(211,33,234); }
H1.HeaderClassName
{
color: #D321EA;
}
.AnyTagClassName
{
color: #D321EA;
}
</style>
background-color css
<style>
a { background-color: #D321EA; }
a { background-color: rgb(211,33,234); }
div.DivClassName
{
background-color: #D321EA;
}
.BgClassName
{
background-color: #D321EA;
}
</style>
border-color css
<style>
span { border-color: #D321EA; }
span { border-color: rgb(211,33,234); }
td.TdClassName
{
border-color: #D321EA;
}
.TagClassName
{
border-color: #D321EA;
}
</style>