Shades of Psychedelic Purple #D320EA
Tints of Psychedelic Purple #D320EA
RGB
CMYK
RGB Variations
Color information
#D320EA (or 0xD320EA) is known color: Psychedelic Purple. HEX triplet: D3, 20 and EA. RGB value is (211,32,234). Sum of RGB (Red+Green+Blue) = 211+32+234=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #D320EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320EA is #2CDF15. Grayscale: #6B6B6B. Windows color (decimal): -2940694 or 15343827. OLE color: 15343827.
HSL color Cylindrical-coordinate representation of color #D320EA: hue angle of 293.17º 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 #D320EA is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 32 | 234 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.08 |
| HSL | 293.17º | 0.83% | 0.52% | - |
| HSV(B) | 293.17º | 0.86% | 0.92% | - |
| XYZ | 42.23 | 20.82 | 79.64 | - |
| YUV | 108.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 234 | 0.10 | 0.86 | 0 | 0.08 | 293.17 | 0.83 | 0.52 |
| Hex | D3 | 20 | EA | A | 56 | 0 | 8 | 125 | 53 | 34 |
| Octal | 323 | 40 | 352 | 12 | 126 | 0 | 10 | 445 | 123 | 64 |
| Binary | 11010011 | 100000 | 11101010 | 1010 | 1010110 | 0 | 1000 | 100100101 | 1010011 | 110100 |
Color Harmonies of #D320EA
Complementary color
Monochromatic Colors of #D320EA
Black with #D320EA
Text Example
Text Example
White with #D320EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320EA; }
p { color: rgb(211,32,234); }
H1.HeaderClassName
{
color: #D320EA;
}
.AnyTagClassName
{
color: #D320EA;
}
</style>
background-color css
<style>
a { background-color: #D320EA; }
a { background-color: rgb(211,32,234); }
div.DivClassName
{
background-color: #D320EA;
}
.BgClassName
{
background-color: #D320EA;
}
</style>
border-color css
<style>
span { border-color: #D320EA; }
span { border-color: rgb(211,32,234); }
td.TdClassName
{
border-color: #D320EA;
}
.TagClassName
{
border-color: #D320EA;
}
</style>