Shades of Psychedelic Purple #D321E7
Tints of Psychedelic Purple #D321E7
RGB
CMYK
RGB Variations
Color information
#D321E7 (or 0xD321E7) is known color: Psychedelic Purple. HEX triplet: D3, 21 and E7. RGB value is (211,33,231). Sum of RGB (Red+Green+Blue) = 211+33+231=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #D321E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321E7 is #2CDE18. Grayscale: #6C6C6C. Windows color (decimal): -2940441 or 15147475. OLE color: 15147475.
HSL color Cylindrical-coordinate representation of color #D321E7: hue angle of 293.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D321E7 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 33 | 231 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.09 |
| HSL | 293.94º | 0.8% | 0.52% | - |
| HSV(B) | 293.94º | 0.86% | 0.91% | - |
| XYZ | 41.83 | 20.71 | 77.39 | - |
| YUV | 108.79 | 196.97 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 231 | 0.09 | 0.86 | 0 | 0.09 | 293.94 | 0.8 | 0.52 |
| Hex | D3 | 21 | E7 | 9 | 56 | 0 | 9 | 126 | 50 | 34 |
| Octal | 323 | 41 | 347 | 11 | 126 | 0 | 11 | 446 | 120 | 64 |
| Binary | 11010011 | 100001 | 11100111 | 1001 | 1010110 | 0 | 1001 | 100100110 | 1010000 | 110100 |
Color Harmonies of #D321E7
Complementary color
Monochromatic Colors of #D321E7
Black with #D321E7
Text Example
Text Example
White with #D321E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321E7; }
p { color: rgb(211,33,231); }
H1.HeaderClassName
{
color: #D321E7;
}
.AnyTagClassName
{
color: #D321E7;
}
</style>
background-color css
<style>
a { background-color: #D321E7; }
a { background-color: rgb(211,33,231); }
div.DivClassName
{
background-color: #D321E7;
}
.BgClassName
{
background-color: #D321E7;
}
</style>
border-color css
<style>
span { border-color: #D321E7; }
span { border-color: rgb(211,33,231); }
td.TdClassName
{
border-color: #D321E7;
}
.TagClassName
{
border-color: #D321E7;
}
</style>