Shades of Psychedelic Purple #D12BEA
Tints of Psychedelic Purple #D12BEA
RGB
CMYK
RGB Variations
Color information
#D12BEA (or 0xD12BEA) is known color: Psychedelic Purple. HEX triplet: D1, 2B and EA. RGB value is (209,43,234). Sum of RGB (Red+Green+Blue) = 209+43+234=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #D12BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BEA is #2ED415. Grayscale: #717171. Windows color (decimal): -3068950 or 15346641. OLE color: 15346641.
HSL color Cylindrical-coordinate representation of color #D12BEA: hue angle of 292.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12BEA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 43 | 234 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.08 |
| HSL | 292.15º | 0.82% | 0.54% | - |
| HSV(B) | 292.15º | 0.82% | 0.92% | - |
| XYZ | 42.01 | 21.22 | 79.72 | - |
| YUV | 114.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 234 | 0.11 | 0.82 | 0 | 0.08 | 292.15 | 0.82 | 0.54 |
| Hex | D1 | 2B | EA | B | 52 | 0 | 8 | 124 | 52 | 36 |
| Octal | 321 | 53 | 352 | 13 | 122 | 0 | 10 | 444 | 122 | 66 |
| Binary | 11010001 | 101011 | 11101010 | 1011 | 1010010 | 0 | 1000 | 100100100 | 1010010 | 110110 |
Color Harmonies of #D12BEA
Complementary color
Monochromatic Colors of #D12BEA
Black with #D12BEA
Text Example
Text Example
White with #D12BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BEA; }
p { color: rgb(209,43,234); }
H1.HeaderClassName
{
color: #D12BEA;
}
.AnyTagClassName
{
color: #D12BEA;
}
</style>
background-color css
<style>
a { background-color: #D12BEA; }
a { background-color: rgb(209,43,234); }
div.DivClassName
{
background-color: #D12BEA;
}
.BgClassName
{
background-color: #D12BEA;
}
</style>
border-color css
<style>
span { border-color: #D12BEA; }
span { border-color: rgb(209,43,234); }
td.TdClassName
{
border-color: #D12BEA;
}
.TagClassName
{
border-color: #D12BEA;
}
</style>