Shades of Psychedelic Purple #D50AED
Tints of Psychedelic Purple #D50AED
RGB
CMYK
RGB Variations
Color information
#D50AED (or 0xD50AED) is known color: Psychedelic Purple. HEX triplet: D5, 0A and ED. RGB value is (213,10,237). Sum of RGB (Red+Green+Blue) = 213+10+237=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #D50AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AED is #2AF512. Grayscale: #5F5F5F. Windows color (decimal): -2815251 or 15534805. OLE color: 15534805.
HSL color Cylindrical-coordinate representation of color #D50AED: hue angle of 293.66º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AED is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 10 | 237 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.07 |
| HSL | 293.66º | 0.92% | 0.48% | - |
| HSV(B) | 293.66º | 0.96% | 0.93% | - |
| XYZ | 42.84 | 20.48 | 81.82 | - |
| YUV | 96.58 | 207.25 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 237 | 0.10 | 0.96 | 0 | 0.07 | 293.66 | 0.92 | 0.48 |
| Hex | D5 | A | ED | A | 60 | 0 | 7 | 126 | 5C | 30 |
| Octal | 325 | 12 | 355 | 12 | 140 | 0 | 7 | 446 | 134 | 60 |
| Binary | 11010101 | 1010 | 11101101 | 1010 | 1100000 | 0 | 111 | 100100110 | 1011100 | 110000 |
Color Harmonies of #D50AED
Complementary color
Monochromatic Colors of #D50AED
Black with #D50AED
Text Example
Text Example
White with #D50AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AED; }
p { color: rgb(213,10,237); }
H1.HeaderClassName
{
color: #D50AED;
}
.AnyTagClassName
{
color: #D50AED;
}
</style>
background-color css
<style>
a { background-color: #D50AED; }
a { background-color: rgb(213,10,237); }
div.DivClassName
{
background-color: #D50AED;
}
.BgClassName
{
background-color: #D50AED;
}
</style>
border-color css
<style>
span { border-color: #D50AED; }
span { border-color: rgb(213,10,237); }
td.TdClassName
{
border-color: #D50AED;
}
.TagClassName
{
border-color: #D50AED;
}
</style>