Shades of Psychedelic Purple #D413EE
Tints of Psychedelic Purple #D413EE
RGB
CMYK
RGB Variations
Color information
#D413EE (or 0xD413EE) is known color: Psychedelic Purple. HEX triplet: D4, 13 and EE. RGB value is (212,19,238). Sum of RGB (Red+Green+Blue) = 212+19+238=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 19 (7.81% from 255 or 4.05% 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 #D413EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413EE is #2BEC11. Grayscale: #646464. Windows color (decimal): -2878482 or 15602644. OLE color: 15602644.
HSL color Cylindrical-coordinate representation of color #D413EE: hue angle of 292.88º 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 #D413EE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 19 | 238 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.07 |
| HSL | 292.88º | 0.87% | 0.5% | - |
| HSV(B) | 292.88º | 0.92% | 0.93% | - |
| XYZ | 42.82 | 20.64 | 82.62 | - |
| YUV | 101.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 238 | 0.11 | 0.92 | 0 | 0.07 | 292.88 | 0.87 | 0.5 |
| Hex | D4 | 13 | EE | B | 5C | 0 | 7 | 125 | 57 | 32 |
| Octal | 324 | 23 | 356 | 13 | 134 | 0 | 7 | 445 | 127 | 62 |
| Binary | 11010100 | 10011 | 11101110 | 1011 | 1011100 | 0 | 111 | 100100101 | 1010111 | 110010 |
Color Harmonies of #D413EE
Complementary color
Monochromatic Colors of #D413EE
Black with #D413EE
Text Example
Text Example
White with #D413EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413EE; }
p { color: rgb(212,19,238); }
H1.HeaderClassName
{
color: #D413EE;
}
.AnyTagClassName
{
color: #D413EE;
}
</style>
background-color css
<style>
a { background-color: #D413EE; }
a { background-color: rgb(212,19,238); }
div.DivClassName
{
background-color: #D413EE;
}
.BgClassName
{
background-color: #D413EE;
}
</style>
border-color css
<style>
span { border-color: #D413EE; }
span { border-color: rgb(212,19,238); }
td.TdClassName
{
border-color: #D413EE;
}
.TagClassName
{
border-color: #D413EE;
}
</style>