Shades of Psychedelic Purple #D12EEF
Tints of Psychedelic Purple #D12EEF
RGB
CMYK
RGB Variations
Color information
#D12EEF (or 0xD12EEF) is known color: Psychedelic Purple. HEX triplet: D1, 2E and EF. RGB value is (209,46,239). Sum of RGB (Red+Green+Blue) = 209+46+239=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #D12EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EEF is #2ED110. Grayscale: #747474. Windows color (decimal): -3068177 or 15675089. OLE color: 15675089.
HSL color Cylindrical-coordinate representation of color #D12EEF: hue angle of 290.67º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12EEF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 46 | 239 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.06 |
| HSL | 290.67º | 0.86% | 0.56% | - |
| HSV(B) | 290.67º | 0.81% | 0.94% | - |
| XYZ | 42.85 | 21.74 | 83.6 | - |
| YUV | 116.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 239 | 0.13 | 0.81 | 0 | 0.06 | 290.67 | 0.86 | 0.56 |
| Hex | D1 | 2E | EF | D | 51 | 0 | 6 | 123 | 56 | 38 |
| Octal | 321 | 56 | 357 | 15 | 121 | 0 | 6 | 443 | 126 | 70 |
| Binary | 11010001 | 101110 | 11101111 | 1101 | 1010001 | 0 | 110 | 100100011 | 1010110 | 111000 |
Color Harmonies of #D12EEF
Complementary color
Monochromatic Colors of #D12EEF
Black with #D12EEF
Text Example
Text Example
White with #D12EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EEF; }
p { color: rgb(209,46,239); }
H1.HeaderClassName
{
color: #D12EEF;
}
.AnyTagClassName
{
color: #D12EEF;
}
</style>
background-color css
<style>
a { background-color: #D12EEF; }
a { background-color: rgb(209,46,239); }
div.DivClassName
{
background-color: #D12EEF;
}
.BgClassName
{
background-color: #D12EEF;
}
</style>
border-color css
<style>
span { border-color: #D12EEF; }
span { border-color: rgb(209,46,239); }
td.TdClassName
{
border-color: #D12EEF;
}
.TagClassName
{
border-color: #D12EEF;
}
</style>