Shades of Psychedelic Purple #D12CEF
Tints of Psychedelic Purple #D12CEF
RGB
CMYK
RGB Variations
Color information
#D12CEF (or 0xD12CEF) is known color: Psychedelic Purple. HEX triplet: D1, 2C and EF. RGB value is (209,44,239). Sum of RGB (Red+Green+Blue) = 209+44+239=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D12CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12CEF is #2ED310. Grayscale: #727272. Windows color (decimal): -3068689 or 15674577. OLE color: 15674577.
HSL color Cylindrical-coordinate representation of color #D12CEF: hue angle of 290.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12CEF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 44 | 239 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.06 |
| HSL | 290.77º | 0.86% | 0.55% | - |
| HSV(B) | 290.77º | 0.82% | 0.94% | - |
| XYZ | 42.78 | 21.59 | 83.57 | - |
| YUV | 115.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 239 | 0.13 | 0.82 | 0 | 0.06 | 290.77 | 0.86 | 0.55 |
| Hex | D1 | 2C | EF | D | 52 | 0 | 6 | 123 | 56 | 37 |
| Octal | 321 | 54 | 357 | 15 | 122 | 0 | 6 | 443 | 126 | 67 |
| Binary | 11010001 | 101100 | 11101111 | 1101 | 1010010 | 0 | 110 | 100100011 | 1010110 | 110111 |
Color Harmonies of #D12CEF
Complementary color
Monochromatic Colors of #D12CEF
Black with #D12CEF
Text Example
Text Example
White with #D12CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CEF; }
p { color: rgb(209,44,239); }
H1.HeaderClassName
{
color: #D12CEF;
}
.AnyTagClassName
{
color: #D12CEF;
}
</style>
background-color css
<style>
a { background-color: #D12CEF; }
a { background-color: rgb(209,44,239); }
div.DivClassName
{
background-color: #D12CEF;
}
.BgClassName
{
background-color: #D12CEF;
}
</style>
border-color css
<style>
span { border-color: #D12CEF; }
span { border-color: rgb(209,44,239); }
td.TdClassName
{
border-color: #D12CEF;
}
.TagClassName
{
border-color: #D12CEF;
}
</style>