Shades of Psychedelic Purple #D512EA
Tints of Psychedelic Purple #D512EA
RGB
CMYK
RGB Variations
Color information
#D512EA (or 0xD512EA) is known color: Psychedelic Purple. HEX triplet: D5, 12 and EA. RGB value is (213,18,234). Sum of RGB (Red+Green+Blue) = 213+18+234=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #D512EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512EA is #2AED15. Grayscale: #646464. Windows color (decimal): -2813206 or 15340245. OLE color: 15340245.
HSL color Cylindrical-coordinate representation of color #D512EA: hue angle of 294.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512EA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 18 | 234 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.08 |
| HSL | 294.17º | 0.86% | 0.49% | - |
| HSV(B) | 294.17º | 0.92% | 0.92% | - |
| XYZ | 42.51 | 20.52 | 79.56 | - |
| YUV | 100.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 234 | 0.09 | 0.92 | 0 | 0.08 | 294.17 | 0.86 | 0.49 |
| Hex | D5 | 12 | EA | 9 | 5C | 0 | 8 | 126 | 56 | 31 |
| Octal | 325 | 22 | 352 | 11 | 134 | 0 | 10 | 446 | 126 | 61 |
| Binary | 11010101 | 10010 | 11101010 | 1001 | 1011100 | 0 | 1000 | 100100110 | 1010110 | 110001 |
Color Harmonies of #D512EA
Complementary color
Monochromatic Colors of #D512EA
Black with #D512EA
Text Example
Text Example
White with #D512EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512EA; }
p { color: rgb(213,18,234); }
H1.HeaderClassName
{
color: #D512EA;
}
.AnyTagClassName
{
color: #D512EA;
}
</style>
background-color css
<style>
a { background-color: #D512EA; }
a { background-color: rgb(213,18,234); }
div.DivClassName
{
background-color: #D512EA;
}
.BgClassName
{
background-color: #D512EA;
}
</style>
border-color css
<style>
span { border-color: #D512EA; }
span { border-color: rgb(213,18,234); }
td.TdClassName
{
border-color: #D512EA;
}
.TagClassName
{
border-color: #D512EA;
}
</style>