Shades of Psychedelic Purple #D503EA
Tints of Psychedelic Purple #D503EA
RGB
CMYK
RGB Variations
Color information
#D503EA (or 0xD503EA) is known color: Psychedelic Purple. HEX triplet: D5, 03 and EA. RGB value is (213,3,234). Sum of RGB (Red+Green+Blue) = 213+3+234=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #D503EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D503EA is #2AFC15. Grayscale: #5B5B5B. Windows color (decimal): -2817046 or 15336405. OLE color: 15336405.
HSL color Cylindrical-coordinate representation of color #D503EA: hue angle of 294.55º degrees, saturation: 0.97, 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 #D503EA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 3 | 234 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.08 |
| HSL | 294.55º | 0.97% | 0.46% | - |
| HSV(B) | 294.55º | 0.99% | 0.92% | - |
| XYZ | 42.32 | 20.15 | 79.5 | - |
| YUV | 92.12 | 208.07 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 234 | 0.09 | 0.99 | 0 | 0.08 | 294.55 | 0.97 | 0.46 |
| Hex | D5 | 3 | EA | 9 | 63 | 0 | 8 | 127 | 61 | 2E |
| Octal | 325 | 3 | 352 | 11 | 143 | 0 | 10 | 447 | 141 | 56 |
| Binary | 11010101 | 11 | 11101010 | 1001 | 1100011 | 0 | 1000 | 100100111 | 1100001 | 101110 |
Color Harmonies of #D503EA
Complementary color
Monochromatic Colors of #D503EA
Black with #D503EA
Text Example
Text Example
White with #D503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503EA; }
p { color: rgb(213,3,234); }
H1.HeaderClassName
{
color: #D503EA;
}
.AnyTagClassName
{
color: #D503EA;
}
</style>
background-color css
<style>
a { background-color: #D503EA; }
a { background-color: rgb(213,3,234); }
div.DivClassName
{
background-color: #D503EA;
}
.BgClassName
{
background-color: #D503EA;
}
</style>
border-color css
<style>
span { border-color: #D503EA; }
span { border-color: rgb(213,3,234); }
td.TdClassName
{
border-color: #D503EA;
}
.TagClassName
{
border-color: #D503EA;
}
</style>