Shades of Psychedelic Purple #D12AED
Tints of Psychedelic Purple #D12AED
RGB
CMYK
RGB Variations
Color information
#D12AED (or 0xD12AED) is known color: Psychedelic Purple. HEX triplet: D1, 2A and ED. RGB value is (209,42,237). Sum of RGB (Red+Green+Blue) = 209+42+237=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #D12AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12AED is #2ED512. Grayscale: #717171. Windows color (decimal): -3069203 or 15542993. OLE color: 15542993.
HSL color Cylindrical-coordinate representation of color #D12AED: hue angle of 291.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12AED is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 42 | 237 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.07 |
| HSL | 291.38º | 0.84% | 0.55% | - |
| HSV(B) | 291.38º | 0.82% | 0.93% | - |
| XYZ | 42.41 | 21.33 | 82 | - |
| YUV | 114.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 237 | 0.12 | 0.82 | 0 | 0.07 | 291.38 | 0.84 | 0.55 |
| Hex | D1 | 2A | ED | C | 52 | 0 | 7 | 123 | 54 | 37 |
| Octal | 321 | 52 | 355 | 14 | 122 | 0 | 7 | 443 | 124 | 67 |
| Binary | 11010001 | 101010 | 11101101 | 1100 | 1010010 | 0 | 111 | 100100011 | 1010100 | 110111 |
Color Harmonies of #D12AED
Complementary color
Monochromatic Colors of #D12AED
Black with #D12AED
Text Example
Text Example
White with #D12AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AED; }
p { color: rgb(209,42,237); }
H1.HeaderClassName
{
color: #D12AED;
}
.AnyTagClassName
{
color: #D12AED;
}
</style>
background-color css
<style>
a { background-color: #D12AED; }
a { background-color: rgb(209,42,237); }
div.DivClassName
{
background-color: #D12AED;
}
.BgClassName
{
background-color: #D12AED;
}
</style>
border-color css
<style>
span { border-color: #D12AED; }
span { border-color: rgb(209,42,237); }
td.TdClassName
{
border-color: #D12AED;
}
.TagClassName
{
border-color: #D12AED;
}
</style>