Shades of Psychedelic Purple #D502EF
Tints of Psychedelic Purple #D502EF
RGB
CMYK
RGB Variations
Color information
#D502EF (or 0xD502EF) is known color: Psychedelic Purple. HEX triplet: D5, 02 and EF. RGB value is (213,2,239). Sum of RGB (Red+Green+Blue) = 213+2+239=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #D502EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502EF is #2AFD10. Grayscale: #5B5B5B. Windows color (decimal): -2817297 or 15663829. OLE color: 15663829.
HSL color Cylindrical-coordinate representation of color #D502EF: hue angle of 293.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502EF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 2 | 239 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.06 |
| HSL | 293.42º | 0.98% | 0.47% | - |
| HSV(B) | 293.42º | 0.99% | 0.94% | - |
| XYZ | 43.04 | 20.42 | 83.33 | - |
| YUV | 92.11 | 210.9 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 239 | 0.11 | 0.99 | 0 | 0.06 | 293.42 | 0.98 | 0.47 |
| Hex | D5 | 2 | EF | B | 63 | 0 | 6 | 125 | 62 | 2F |
| Octal | 325 | 2 | 357 | 13 | 143 | 0 | 6 | 445 | 142 | 57 |
| Binary | 11010101 | 10 | 11101111 | 1011 | 1100011 | 0 | 110 | 100100101 | 1100010 | 101111 |
Color Harmonies of #D502EF
Complementary color
Monochromatic Colors of #D502EF
Black with #D502EF
Text Example
Text Example
White with #D502EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502EF; }
p { color: rgb(213,2,239); }
H1.HeaderClassName
{
color: #D502EF;
}
.AnyTagClassName
{
color: #D502EF;
}
</style>
background-color css
<style>
a { background-color: #D502EF; }
a { background-color: rgb(213,2,239); }
div.DivClassName
{
background-color: #D502EF;
}
.BgClassName
{
background-color: #D502EF;
}
</style>
border-color css
<style>
span { border-color: #D502EF; }
span { border-color: rgb(213,2,239); }
td.TdClassName
{
border-color: #D502EF;
}
.TagClassName
{
border-color: #D502EF;
}
</style>