Shades of Psychedelic Purple #D520EE
Tints of Psychedelic Purple #D520EE
RGB
CMYK
RGB Variations
Color information
#D520EE (or 0xD520EE) is known color: Psychedelic Purple. HEX triplet: D5, 20 and EE. RGB value is (213,32,238). Sum of RGB (Red+Green+Blue) = 213+32+238=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D520EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520EE is #2ADF11. Grayscale: #6C6C6C. Windows color (decimal): -2809618 or 15605973. OLE color: 15605973.
HSL color Cylindrical-coordinate representation of color #D520EE: hue angle of 292.72º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520EE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 32 | 238 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.72º | 0.86% | 0.53% | - |
| HSV(B) | 292.72º | 0.87% | 0.93% | - |
| XYZ | 43.39 | 21.35 | 82.72 | - |
| YUV | 109.6 | 200.47 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 238 | 0.11 | 0.87 | 0 | 0.07 | 292.72 | 0.86 | 0.53 |
| Hex | D5 | 20 | EE | B | 57 | 0 | 7 | 125 | 56 | 35 |
| Octal | 325 | 40 | 356 | 13 | 127 | 0 | 7 | 445 | 126 | 65 |
| Binary | 11010101 | 100000 | 11101110 | 1011 | 1010111 | 0 | 111 | 100100101 | 1010110 | 110101 |
Color Harmonies of #D520EE
Complementary color
Monochromatic Colors of #D520EE
Black with #D520EE
Text Example
Text Example
White with #D520EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520EE; }
p { color: rgb(213,32,238); }
H1.HeaderClassName
{
color: #D520EE;
}
.AnyTagClassName
{
color: #D520EE;
}
</style>
background-color css
<style>
a { background-color: #D520EE; }
a { background-color: rgb(213,32,238); }
div.DivClassName
{
background-color: #D520EE;
}
.BgClassName
{
background-color: #D520EE;
}
</style>
border-color css
<style>
span { border-color: #D520EE; }
span { border-color: rgb(213,32,238); }
td.TdClassName
{
border-color: #D520EE;
}
.TagClassName
{
border-color: #D520EE;
}
</style>