Shades of Psychedelic Purple #D41AEE
Tints of Psychedelic Purple #D41AEE
RGB
CMYK
RGB Variations
Color information
#D41AEE (or 0xD41AEE) is known color: Psychedelic Purple. HEX triplet: D4, 1A and EE. RGB value is (212,26,238). Sum of RGB (Red+Green+Blue) = 212+26+238=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #D41AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AEE is #2BE511. Grayscale: #696969. Windows color (decimal): -2876690 or 15604436. OLE color: 15604436.
HSL color Cylindrical-coordinate representation of color #D41AEE: hue angle of 292.64º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41AEE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 26 | 238 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.07 |
| HSL | 292.64º | 0.86% | 0.52% | - |
| HSV(B) | 292.64º | 0.89% | 0.93% | - |
| XYZ | 42.95 | 20.91 | 82.66 | - |
| YUV | 105.78 | 202.62 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 238 | 0.11 | 0.89 | 0 | 0.07 | 292.64 | 0.86 | 0.52 |
| Hex | D4 | 1A | EE | B | 59 | 0 | 7 | 125 | 56 | 34 |
| Octal | 324 | 32 | 356 | 13 | 131 | 0 | 7 | 445 | 126 | 64 |
| Binary | 11010100 | 11010 | 11101110 | 1011 | 1011001 | 0 | 111 | 100100101 | 1010110 | 110100 |
Color Harmonies of #D41AEE
Complementary color
Monochromatic Colors of #D41AEE
Black with #D41AEE
Text Example
Text Example
White with #D41AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AEE; }
p { color: rgb(212,26,238); }
H1.HeaderClassName
{
color: #D41AEE;
}
.AnyTagClassName
{
color: #D41AEE;
}
</style>
background-color css
<style>
a { background-color: #D41AEE; }
a { background-color: rgb(212,26,238); }
div.DivClassName
{
background-color: #D41AEE;
}
.BgClassName
{
background-color: #D41AEE;
}
</style>
border-color css
<style>
span { border-color: #D41AEE; }
span { border-color: rgb(212,26,238); }
td.TdClassName
{
border-color: #D41AEE;
}
.TagClassName
{
border-color: #D41AEE;
}
</style>