Shades of Psychedelic Purple #D12AF0
Tints of Psychedelic Purple #D12AF0
RGB
CMYK
RGB Variations
Color information
#D12AF0 (or 0xD12AF0) is known color: Psychedelic Purple. HEX triplet: D1, 2A and F0. RGB value is (209,42,240). Sum of RGB (Red+Green+Blue) = 209+42+240=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #D12AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12AF0 is #2ED50F. Grayscale: #717171. Windows color (decimal): -3069200 or 15739601. OLE color: 15739601.
HSL color Cylindrical-coordinate representation of color #D12AF0: hue angle of 290.61º degrees, saturation: 0.87, 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 #D12AF0 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 42 | 240 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.06 |
| HSL | 290.61º | 0.87% | 0.55% | - |
| HSV(B) | 290.61º | 0.83% | 0.94% | - |
| XYZ | 42.85 | 21.5 | 84.33 | - |
| YUV | 114.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 240 | 0.13 | 0.82 | 0 | 0.06 | 290.61 | 0.87 | 0.55 |
| Hex | D1 | 2A | F0 | D | 52 | 0 | 6 | 123 | 57 | 37 |
| Octal | 321 | 52 | 360 | 15 | 122 | 0 | 6 | 443 | 127 | 67 |
| Binary | 11010001 | 101010 | 11110000 | 1101 | 1010010 | 0 | 110 | 100100011 | 1010111 | 110111 |
Color Harmonies of #D12AF0
Complementary color
Monochromatic Colors of #D12AF0
Black with #D12AF0
Text Example
Text Example
White with #D12AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AF0; }
p { color: rgb(209,42,240); }
H1.HeaderClassName
{
color: #D12AF0;
}
.AnyTagClassName
{
color: #D12AF0;
}
</style>
background-color css
<style>
a { background-color: #D12AF0; }
a { background-color: rgb(209,42,240); }
div.DivClassName
{
background-color: #D12AF0;
}
.BgClassName
{
background-color: #D12AF0;
}
</style>
border-color css
<style>
span { border-color: #D12AF0; }
span { border-color: rgb(209,42,240); }
td.TdClassName
{
border-color: #D12AF0;
}
.TagClassName
{
border-color: #D12AF0;
}
</style>