Shades of Psychedelic Purple #D320EF
Tints of Psychedelic Purple #D320EF
RGB
CMYK
RGB Variations
Color information
#D320EF (or 0xD320EF) is known color: Psychedelic Purple. HEX triplet: D3, 20 and EF. RGB value is (211,32,239). Sum of RGB (Red+Green+Blue) = 211+32+239=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #D320EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320EF is #2CDF10. Grayscale: #6C6C6C. Windows color (decimal): -2940689 or 15671507. OLE color: 15671507.
HSL color Cylindrical-coordinate representation of color #D320EF: hue angle of 291.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320EF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 32 | 239 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.06 |
| HSL | 291.88º | 0.87% | 0.53% | - |
| HSV(B) | 291.88º | 0.87% | 0.94% | - |
| XYZ | 42.96 | 21.11 | 83.47 | - |
| YUV | 109.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 239 | 0.12 | 0.87 | 0 | 0.06 | 291.88 | 0.87 | 0.53 |
| Hex | D3 | 20 | EF | C | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 323 | 40 | 357 | 14 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010011 | 100000 | 11101111 | 1100 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D320EF
Complementary color
Monochromatic Colors of #D320EF
Black with #D320EF
Text Example
Text Example
White with #D320EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320EF; }
p { color: rgb(211,32,239); }
H1.HeaderClassName
{
color: #D320EF;
}
.AnyTagClassName
{
color: #D320EF;
}
</style>
background-color css
<style>
a { background-color: #D320EF; }
a { background-color: rgb(211,32,239); }
div.DivClassName
{
background-color: #D320EF;
}
.BgClassName
{
background-color: #D320EF;
}
</style>
border-color css
<style>
span { border-color: #D320EF; }
span { border-color: rgb(211,32,239); }
td.TdClassName
{
border-color: #D320EF;
}
.TagClassName
{
border-color: #D320EF;
}
</style>