Shades of Psychedelic Purple #D410ED
Tints of Psychedelic Purple #D410ED
RGB
CMYK
RGB Variations
Color information
#D410ED (or 0xD410ED) is known color: Psychedelic Purple. HEX triplet: D4, 10 and ED. RGB value is (212,16,237). Sum of RGB (Red+Green+Blue) = 212+16+237=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #D410ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D410ED is #2BEF12. Grayscale: #636363. Windows color (decimal): -2879251 or 15536340. OLE color: 15536340.
HSL color Cylindrical-coordinate representation of color #D410ED: hue angle of 293.21º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D410ED is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 16 | 237 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.07 |
| HSL | 293.21º | 0.87% | 0.5% | - |
| HSV(B) | 293.21º | 0.93% | 0.93% | - |
| XYZ | 42.62 | 20.48 | 81.83 | - |
| YUV | 99.8 | 205.43 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 237 | 0.11 | 0.93 | 0 | 0.07 | 293.21 | 0.87 | 0.5 |
| Hex | D4 | 10 | ED | B | 5D | 0 | 7 | 125 | 57 | 32 |
| Octal | 324 | 20 | 355 | 13 | 135 | 0 | 7 | 445 | 127 | 62 |
| Binary | 11010100 | 10000 | 11101101 | 1011 | 1011101 | 0 | 111 | 100100101 | 1010111 | 110010 |
Color Harmonies of #D410ED
Complementary color
Monochromatic Colors of #D410ED
Black with #D410ED
Text Example
Text Example
White with #D410ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410ED; }
p { color: rgb(212,16,237); }
H1.HeaderClassName
{
color: #D410ED;
}
.AnyTagClassName
{
color: #D410ED;
}
</style>
background-color css
<style>
a { background-color: #D410ED; }
a { background-color: rgb(212,16,237); }
div.DivClassName
{
background-color: #D410ED;
}
.BgClassName
{
background-color: #D410ED;
}
</style>
border-color css
<style>
span { border-color: #D410ED; }
span { border-color: rgb(212,16,237); }
td.TdClassName
{
border-color: #D410ED;
}
.TagClassName
{
border-color: #D410ED;
}
</style>