Shades of Psychedelic Purple #D520ED
Tints of Psychedelic Purple #D520ED
RGB
CMYK
RGB Variations
Color information
#D520ED (or 0xD520ED) is known color: Psychedelic Purple. HEX triplet: D5, 20 and ED. RGB value is (213,32,237). Sum of RGB (Red+Green+Blue) = 213+32+237=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #D520ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520ED is #2ADF12. Grayscale: #6C6C6C. Windows color (decimal): -2809619 or 15540437. OLE color: 15540437.
HSL color Cylindrical-coordinate representation of color #D520ED: hue angle of 292.98º 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 #D520ED is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 32 | 237 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.07 |
| HSL | 292.98º | 0.85% | 0.53% | - |
| HSV(B) | 292.98º | 0.86% | 0.93% | - |
| XYZ | 43.24 | 21.29 | 81.95 | - |
| YUV | 109.49 | 199.97 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 237 | 0.10 | 0.86 | 0 | 0.07 | 292.98 | 0.85 | 0.53 |
| Hex | D5 | 20 | ED | A | 56 | 0 | 7 | 125 | 55 | 35 |
| Octal | 325 | 40 | 355 | 12 | 126 | 0 | 7 | 445 | 125 | 65 |
| Binary | 11010101 | 100000 | 11101101 | 1010 | 1010110 | 0 | 111 | 100100101 | 1010101 | 110101 |
Color Harmonies of #D520ED
Complementary color
Monochromatic Colors of #D520ED
Black with #D520ED
Text Example
Text Example
White with #D520ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520ED; }
p { color: rgb(213,32,237); }
H1.HeaderClassName
{
color: #D520ED;
}
.AnyTagClassName
{
color: #D520ED;
}
</style>
background-color css
<style>
a { background-color: #D520ED; }
a { background-color: rgb(213,32,237); }
div.DivClassName
{
background-color: #D520ED;
}
.BgClassName
{
background-color: #D520ED;
}
</style>
border-color css
<style>
span { border-color: #D520ED; }
span { border-color: rgb(213,32,237); }
td.TdClassName
{
border-color: #D520ED;
}
.TagClassName
{
border-color: #D520ED;
}
</style>