Shades of Psychedelic Purple #D12EEE
Tints of Psychedelic Purple #D12EEE
RGB
CMYK
RGB Variations
Color information
#D12EEE (or 0xD12EEE) is known color: Psychedelic Purple. HEX triplet: D1, 2E and EE. RGB value is (209,46,238). Sum of RGB (Red+Green+Blue) = 209+46+238=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #D12EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EEE is #2ED111. Grayscale: #747474. Windows color (decimal): -3068178 or 15609553. OLE color: 15609553.
HSL color Cylindrical-coordinate representation of color #D12EEE: hue angle of 290.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12EEE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 46 | 238 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.07 |
| HSL | 290.94º | 0.85% | 0.56% | - |
| HSV(B) | 290.94º | 0.81% | 0.93% | - |
| XYZ | 42.7 | 21.68 | 82.82 | - |
| YUV | 116.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 238 | 0.12 | 0.81 | 0 | 0.07 | 290.94 | 0.85 | 0.56 |
| Hex | D1 | 2E | EE | C | 51 | 0 | 7 | 123 | 55 | 38 |
| Octal | 321 | 56 | 356 | 14 | 121 | 0 | 7 | 443 | 125 | 70 |
| Binary | 11010001 | 101110 | 11101110 | 1100 | 1010001 | 0 | 111 | 100100011 | 1010101 | 111000 |
Color Harmonies of #D12EEE
Complementary color
Monochromatic Colors of #D12EEE
Black with #D12EEE
Text Example
Text Example
White with #D12EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EEE; }
p { color: rgb(209,46,238); }
H1.HeaderClassName
{
color: #D12EEE;
}
.AnyTagClassName
{
color: #D12EEE;
}
</style>
background-color css
<style>
a { background-color: #D12EEE; }
a { background-color: rgb(209,46,238); }
div.DivClassName
{
background-color: #D12EEE;
}
.BgClassName
{
background-color: #D12EEE;
}
</style>
border-color css
<style>
span { border-color: #D12EEE; }
span { border-color: rgb(209,46,238); }
td.TdClassName
{
border-color: #D12EEE;
}
.TagClassName
{
border-color: #D12EEE;
}
</style>