Shades of Psychedelic Purple #D502EB
Tints of Psychedelic Purple #D502EB
RGB
CMYK
RGB Variations
Color information
#D502EB (or 0xD502EB) is known color: Psychedelic Purple. HEX triplet: D5, 02 and EB. RGB value is (213,2,235). Sum of RGB (Red+Green+Blue) = 213+2+235=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #D502EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502EB is #2AFD14. Grayscale: #5A5A5A. Windows color (decimal): -2817301 or 15401685. OLE color: 15401685.
HSL color Cylindrical-coordinate representation of color #D502EB: hue angle of 294.33º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502EB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 2 | 235 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.08 |
| HSL | 294.33º | 0.98% | 0.46% | - |
| HSV(B) | 294.33º | 0.99% | 0.92% | - |
| XYZ | 42.46 | 20.19 | 80.26 | - |
| YUV | 91.65 | 208.9 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 235 | 0.09 | 0.99 | 0 | 0.08 | 294.33 | 0.98 | 0.46 |
| Hex | D5 | 2 | EB | 9 | 63 | 0 | 8 | 126 | 62 | 2E |
| Octal | 325 | 2 | 353 | 11 | 143 | 0 | 10 | 446 | 142 | 56 |
| Binary | 11010101 | 10 | 11101011 | 1001 | 1100011 | 0 | 1000 | 100100110 | 1100010 | 101110 |
Color Harmonies of #D502EB
Complementary color
Monochromatic Colors of #D502EB
Black with #D502EB
Text Example
Text Example
White with #D502EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502EB; }
p { color: rgb(213,2,235); }
H1.HeaderClassName
{
color: #D502EB;
}
.AnyTagClassName
{
color: #D502EB;
}
</style>
background-color css
<style>
a { background-color: #D502EB; }
a { background-color: rgb(213,2,235); }
div.DivClassName
{
background-color: #D502EB;
}
.BgClassName
{
background-color: #D502EB;
}
</style>
border-color css
<style>
span { border-color: #D502EB; }
span { border-color: rgb(213,2,235); }
td.TdClassName
{
border-color: #D502EB;
}
.TagClassName
{
border-color: #D502EB;
}
</style>