Shades of Psychedelic Purple #D400EE
Tints of Psychedelic Purple #D400EE
RGB
CMYK
RGB Variations
Color information
#D400EE (or 0xD400EE) is known color: Psychedelic Purple. HEX triplet: D4, 00 and EE. RGB value is (212,0,238). Sum of RGB (Red+Green+Blue) = 212+0+238=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #D400EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400EE is #2BFF11. Grayscale: #595959. Windows color (decimal): -2883346 or 15597780. OLE color: 15597780.
HSL color Cylindrical-coordinate representation of color #D400EE: hue angle of 293.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400EE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 0 | 238 | - |
| CMYK | 0.11 | 1 | 0 | 0.07 |
| HSL | 293.45º | 1% | 0.47% | - |
| HSV(B) | 293.45º | 1% | 0.93% | - |
| XYZ | 42.58 | 20.17 | 82.54 | - |
| YUV | 90.52 | 211.24 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 238 | 0.11 | 1 | 0 | 0.07 | 293.45 | 1 | 0.47 |
| Hex | D4 | 0 | EE | B | 64 | 0 | 7 | 125 | 64 | 2F |
| Octal | 324 | 0 | 356 | 13 | 144 | 0 | 7 | 445 | 144 | 57 |
| Binary | 11010100 | 0 | 11101110 | 1011 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101111 |
Color Harmonies of #D400EE
Complementary color
Monochromatic Colors of #D400EE
Black with #D400EE
Text Example
Text Example
White with #D400EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400EE; }
p { color: rgb(212,0,238); }
H1.HeaderClassName
{
color: #D400EE;
}
.AnyTagClassName
{
color: #D400EE;
}
</style>
background-color css
<style>
a { background-color: #D400EE; }
a { background-color: rgb(212,0,238); }
div.DivClassName
{
background-color: #D400EE;
}
.BgClassName
{
background-color: #D400EE;
}
</style>
border-color css
<style>
span { border-color: #D400EE; }
span { border-color: rgb(212,0,238); }
td.TdClassName
{
border-color: #D400EE;
}
.TagClassName
{
border-color: #D400EE;
}
</style>