Shades of Psychedelic Purple #D621ED
Tints of Psychedelic Purple #D621ED
RGB
CMYK
RGB Variations
Color information
#D621ED (or 0xD621ED) is known color: Psychedelic Purple. HEX triplet: D6, 21 and ED. RGB value is (214,33,237). Sum of RGB (Red+Green+Blue) = 214+33+237=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D621ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D621ED is #29DE12. Grayscale: #6D6D6D. Windows color (decimal): -2743827 or 15540694. OLE color: 15540694.
HSL color Cylindrical-coordinate representation of color #D621ED: hue angle of 293.24º degrees, saturation: 0.85, 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 #D621ED is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 33 | 237 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.07 |
| HSL | 293.24º | 0.85% | 0.53% | - |
| HSV(B) | 293.24º | 0.86% | 0.93% | - |
| XYZ | 43.56 | 21.5 | 81.97 | - |
| YUV | 110.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 237 | 0.10 | 0.86 | 0 | 0.07 | 293.24 | 0.85 | 0.53 |
| Hex | D6 | 21 | ED | A | 56 | 0 | 7 | 125 | 55 | 35 |
| Octal | 326 | 41 | 355 | 12 | 126 | 0 | 7 | 445 | 125 | 65 |
| Binary | 11010110 | 100001 | 11101101 | 1010 | 1010110 | 0 | 111 | 100100101 | 1010101 | 110101 |
Color Harmonies of #D621ED
Complementary color
Monochromatic Colors of #D621ED
Black with #D621ED
Text Example
Text Example
White with #D621ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D621ED; }
p { color: rgb(214,33,237); }
H1.HeaderClassName
{
color: #D621ED;
}
.AnyTagClassName
{
color: #D621ED;
}
</style>
background-color css
<style>
a { background-color: #D621ED; }
a { background-color: rgb(214,33,237); }
div.DivClassName
{
background-color: #D621ED;
}
.BgClassName
{
background-color: #D621ED;
}
</style>
border-color css
<style>
span { border-color: #D621ED; }
span { border-color: rgb(214,33,237); }
td.TdClassName
{
border-color: #D621ED;
}
.TagClassName
{
border-color: #D621ED;
}
</style>