Shades of Psychedelic Purple #D12CEA
Tints of Psychedelic Purple #D12CEA
RGB
CMYK
RGB Variations
Color information
#D12CEA (or 0xD12CEA) is known color: Psychedelic Purple. HEX triplet: D1, 2C and EA. RGB value is (209,44,234). Sum of RGB (Red+Green+Blue) = 209+44+234=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #D12CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12CEA is #2ED315. Grayscale: #727272. Windows color (decimal): -3068694 or 15346897. OLE color: 15346897.
HSL color Cylindrical-coordinate representation of color #D12CEA: hue angle of 292.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12CEA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 44 | 234 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.08 |
| HSL | 292.11º | 0.82% | 0.55% | - |
| HSV(B) | 292.11º | 0.81% | 0.92% | - |
| XYZ | 42.05 | 21.3 | 79.74 | - |
| YUV | 115 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 234 | 0.11 | 0.81 | 0 | 0.08 | 292.11 | 0.82 | 0.55 |
| Hex | D1 | 2C | EA | B | 51 | 0 | 8 | 124 | 52 | 37 |
| Octal | 321 | 54 | 352 | 13 | 121 | 0 | 10 | 444 | 122 | 67 |
| Binary | 11010001 | 101100 | 11101010 | 1011 | 1010001 | 0 | 1000 | 100100100 | 1010010 | 110111 |
Color Harmonies of #D12CEA
Complementary color
Monochromatic Colors of #D12CEA
Black with #D12CEA
Text Example
Text Example
White with #D12CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CEA; }
p { color: rgb(209,44,234); }
H1.HeaderClassName
{
color: #D12CEA;
}
.AnyTagClassName
{
color: #D12CEA;
}
</style>
background-color css
<style>
a { background-color: #D12CEA; }
a { background-color: rgb(209,44,234); }
div.DivClassName
{
background-color: #D12CEA;
}
.BgClassName
{
background-color: #D12CEA;
}
</style>
border-color css
<style>
span { border-color: #D12CEA; }
span { border-color: rgb(209,44,234); }
td.TdClassName
{
border-color: #D12CEA;
}
.TagClassName
{
border-color: #D12CEA;
}
</style>