Shades of Psychedelic Purple #D12EF2
Tints of Psychedelic Purple #D12EF2
RGB
CMYK
RGB Variations
Color information
#D12EF2 (or 0xD12EF2) is known color: Psychedelic Purple. HEX triplet: D1, 2E and F2. RGB value is (209,46,242). Sum of RGB (Red+Green+Blue) = 209+46+242=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #D12EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EF2 is #2ED10D. Grayscale: #747474. Windows color (decimal): -3068174 or 15871697. OLE color: 15871697.
HSL color Cylindrical-coordinate representation of color #D12EF2: hue angle of 289.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12EF2 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 46 | 242 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.05 |
| HSL | 289.9º | 0.88% | 0.56% | - |
| HSV(B) | 289.9º | 0.81% | 0.95% | - |
| XYZ | 43.3 | 21.92 | 85.95 | - |
| YUV | 117.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 242 | 0.14 | 0.81 | 0 | 0.05 | 289.9 | 0.88 | 0.56 |
| Hex | D1 | 2E | F2 | E | 51 | 0 | 5 | 122 | 58 | 38 |
| Octal | 321 | 56 | 362 | 16 | 121 | 0 | 5 | 442 | 130 | 70 |
| Binary | 11010001 | 101110 | 11110010 | 1110 | 1010001 | 0 | 101 | 100100010 | 1011000 | 111000 |
Color Harmonies of #D12EF2
Complementary color
Monochromatic Colors of #D12EF2
Black with #D12EF2
Text Example
Text Example
White with #D12EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EF2; }
p { color: rgb(209,46,242); }
H1.HeaderClassName
{
color: #D12EF2;
}
.AnyTagClassName
{
color: #D12EF2;
}
</style>
background-color css
<style>
a { background-color: #D12EF2; }
a { background-color: rgb(209,46,242); }
div.DivClassName
{
background-color: #D12EF2;
}
.BgClassName
{
background-color: #D12EF2;
}
</style>
border-color css
<style>
span { border-color: #D12EF2; }
span { border-color: rgb(209,46,242); }
td.TdClassName
{
border-color: #D12EF2;
}
.TagClassName
{
border-color: #D12EF2;
}
</style>