Shades of Psychedelic Purple #D502EE
Tints of Psychedelic Purple #D502EE
RGB
CMYK
RGB Variations
Color information
#D502EE (or 0xD502EE) is known color: Psychedelic Purple. HEX triplet: D5, 02 and EE. RGB value is (213,2,238). Sum of RGB (Red+Green+Blue) = 213+2+238=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #D502EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502EE is #2AFD11. Grayscale: #5B5B5B. Windows color (decimal): -2817298 or 15598293. OLE color: 15598293.
HSL color Cylindrical-coordinate representation of color #D502EE: hue angle of 293.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502EE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 2 | 238 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.07 |
| HSL | 293.64º | 0.98% | 0.47% | - |
| HSV(B) | 293.64º | 0.99% | 0.93% | - |
| XYZ | 42.89 | 20.36 | 82.56 | - |
| YUV | 91.99 | 210.4 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 238 | 0.11 | 0.99 | 0 | 0.07 | 293.64 | 0.98 | 0.47 |
| Hex | D5 | 2 | EE | B | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 325 | 2 | 356 | 13 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11010101 | 10 | 11101110 | 1011 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D502EE
Complementary color
Monochromatic Colors of #D502EE
Black with #D502EE
Text Example
Text Example
White with #D502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502EE; }
p { color: rgb(213,2,238); }
H1.HeaderClassName
{
color: #D502EE;
}
.AnyTagClassName
{
color: #D502EE;
}
</style>
background-color css
<style>
a { background-color: #D502EE; }
a { background-color: rgb(213,2,238); }
div.DivClassName
{
background-color: #D502EE;
}
.BgClassName
{
background-color: #D502EE;
}
</style>
border-color css
<style>
span { border-color: #D502EE; }
span { border-color: rgb(213,2,238); }
td.TdClassName
{
border-color: #D502EE;
}
.TagClassName
{
border-color: #D502EE;
}
</style>