Shades of Psychedelic Purple #D12FEF
Tints of Psychedelic Purple #D12FEF
RGB
CMYK
RGB Variations
Color information
#D12FEF (or 0xD12FEF) is known color: Psychedelic Purple. HEX triplet: D1, 2F and EF. RGB value is (209,47,239). Sum of RGB (Red+Green+Blue) = 209+47+239=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #D12FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FEF is #2ED010. Grayscale: #747474. Windows color (decimal): -3067921 or 15675345. OLE color: 15675345.
HSL color Cylindrical-coordinate representation of color #D12FEF: hue angle of 290.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12FEF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 47 | 239 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.06 |
| HSL | 290.63º | 0.86% | 0.56% | - |
| HSV(B) | 290.63º | 0.8% | 0.94% | - |
| XYZ | 42.89 | 21.82 | 83.61 | - |
| YUV | 117.33 | 196.67 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 239 | 0.13 | 0.80 | 0 | 0.06 | 290.63 | 0.86 | 0.56 |
| Hex | D1 | 2F | EF | D | 50 | 0 | 6 | 123 | 56 | 38 |
| Octal | 321 | 57 | 357 | 15 | 120 | 0 | 6 | 443 | 126 | 70 |
| Binary | 11010001 | 101111 | 11101111 | 1101 | 1010000 | 0 | 110 | 100100011 | 1010110 | 111000 |
Color Harmonies of #D12FEF
Complementary color
Monochromatic Colors of #D12FEF
Black with #D12FEF
Text Example
Text Example
White with #D12FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FEF; }
p { color: rgb(209,47,239); }
H1.HeaderClassName
{
color: #D12FEF;
}
.AnyTagClassName
{
color: #D12FEF;
}
</style>
background-color css
<style>
a { background-color: #D12FEF; }
a { background-color: rgb(209,47,239); }
div.DivClassName
{
background-color: #D12FEF;
}
.BgClassName
{
background-color: #D12FEF;
}
</style>
border-color css
<style>
span { border-color: #D12FEF; }
span { border-color: rgb(209,47,239); }
td.TdClassName
{
border-color: #D12FEF;
}
.TagClassName
{
border-color: #D12FEF;
}
</style>