Shades of Psychedelic Purple #D512EE
Tints of Psychedelic Purple #D512EE
RGB
CMYK
RGB Variations
Color information
#D512EE (or 0xD512EE) is known color: Psychedelic Purple. HEX triplet: D5, 12 and EE. RGB value is (213,18,238). Sum of RGB (Red+Green+Blue) = 213+18+238=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #D512EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512EE is #2AED11. Grayscale: #646464. Windows color (decimal): -2813202 or 15602389. OLE color: 15602389.
HSL color Cylindrical-coordinate representation of color #D512EE: hue angle of 293.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512EE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 18 | 238 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 293.18º | 0.87% | 0.5% | - |
| HSV(B) | 293.18º | 0.92% | 0.93% | - |
| XYZ | 43.09 | 20.75 | 82.62 | - |
| YUV | 101.39 | 205.1 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 238 | 0.11 | 0.92 | 0 | 0.07 | 293.18 | 0.87 | 0.5 |
| Hex | D5 | 12 | EE | B | 5C | 0 | 7 | 125 | 57 | 32 |
| Octal | 325 | 22 | 356 | 13 | 134 | 0 | 7 | 445 | 127 | 62 |
| Binary | 11010101 | 10010 | 11101110 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010111 | 110010 |
Color Harmonies of #D512EE
Complementary color
Monochromatic Colors of #D512EE
Black with #D512EE
Text Example
Text Example
White with #D512EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512EE; }
p { color: rgb(213,18,238); }
H1.HeaderClassName
{
color: #D512EE;
}
.AnyTagClassName
{
color: #D512EE;
}
</style>
background-color css
<style>
a { background-color: #D512EE; }
a { background-color: rgb(213,18,238); }
div.DivClassName
{
background-color: #D512EE;
}
.BgClassName
{
background-color: #D512EE;
}
</style>
border-color css
<style>
span { border-color: #D512EE; }
span { border-color: rgb(213,18,238); }
td.TdClassName
{
border-color: #D512EE;
}
.TagClassName
{
border-color: #D512EE;
}
</style>