Shades of Psychedelic Purple #D401ED
Tints of Psychedelic Purple #D401ED
RGB
CMYK
RGB Variations
Color information
#D401ED (or 0xD401ED) is known color: Psychedelic Purple. HEX triplet: D4, 01 and ED. RGB value is (212,1,237). Sum of RGB (Red+Green+Blue) = 212+1+237=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #D401ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D401ED is #2BFE12. Grayscale: #5A5A5A. Windows color (decimal): -2883091 or 15532500. OLE color: 15532500.
HSL color Cylindrical-coordinate representation of color #D401ED: hue angle of 293.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401ED is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 1 | 237 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.07 |
| HSL | 293.64º | 0.99% | 0.47% | - |
| HSV(B) | 293.64º | 1% | 0.93% | - |
| XYZ | 42.45 | 20.13 | 81.77 | - |
| YUV | 90.99 | 210.4 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 237 | 0.11 | 1.00 | 0 | 0.07 | 293.64 | 0.99 | 0.47 |
| Hex | D4 | 1 | ED | B | 64 | 0 | 7 | 126 | 63 | 2F |
| Octal | 324 | 1 | 355 | 13 | 144 | 0 | 7 | 446 | 143 | 57 |
| Binary | 11010100 | 1 | 11101101 | 1011 | 1100100 | 0 | 111 | 100100110 | 1100011 | 101111 |
Color Harmonies of #D401ED
Complementary color
Monochromatic Colors of #D401ED
Black with #D401ED
Text Example
Text Example
White with #D401ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D401ED; }
p { color: rgb(212,1,237); }
H1.HeaderClassName
{
color: #D401ED;
}
.AnyTagClassName
{
color: #D401ED;
}
</style>
background-color css
<style>
a { background-color: #D401ED; }
a { background-color: rgb(212,1,237); }
div.DivClassName
{
background-color: #D401ED;
}
.BgClassName
{
background-color: #D401ED;
}
</style>
border-color css
<style>
span { border-color: #D401ED; }
span { border-color: rgb(212,1,237); }
td.TdClassName
{
border-color: #D401ED;
}
.TagClassName
{
border-color: #D401ED;
}
</style>