Shades of Psychedelic Purple #D12FFE
Tints of Psychedelic Purple #D12FFE
RGB
CMYK
RGB Variations
Color information
#D12FFE (or 0xD12FFE) is known color: Psychedelic Purple. HEX triplet: D1, 2F and FE. RGB value is (209,47,254). Sum of RGB (Red+Green+Blue) = 209+47+254=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 47 (18.75% from 255 or 9.22% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #D12FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FFE is #2ED001. Grayscale: #767676. Windows color (decimal): -3067906 or 16658385. OLE color: 16658385.
HSL color Cylindrical-coordinate representation of color #D12FFE: hue angle of 286.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12FFE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 47 | 254 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.00 |
| HSL | 286.96º | 0.99% | 0.59% | - |
| HSV(B) | 286.96º | 0.81% | 1% | - |
| XYZ | 45.2 | 22.74 | 95.77 | - |
| YUV | 119.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 254 | 0.18 | 0.81 | 0 | 0.00 | 286.96 | 0.99 | 0.59 |
| Hex | D1 | 2F | FE | 12 | 51 | 0 | 0 | 11F | 63 | 3B |
| Octal | 321 | 57 | 376 | 22 | 121 | 0 | 0 | 437 | 143 | 73 |
| Binary | 11010001 | 101111 | 11111110 | 10010 | 1010001 | 0 | 0 | 100011111 | 1100011 | 111011 |
Color Harmonies of #D12FFE
Complementary color
Monochromatic Colors of #D12FFE
Black with #D12FFE
Text Example
Text Example
White with #D12FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FFE; }
p { color: rgb(209,47,254); }
H1.HeaderClassName
{
color: #D12FFE;
}
.AnyTagClassName
{
color: #D12FFE;
}
</style>
background-color css
<style>
a { background-color: #D12FFE; }
a { background-color: rgb(209,47,254); }
div.DivClassName
{
background-color: #D12FFE;
}
.BgClassName
{
background-color: #D12FFE;
}
</style>
border-color css
<style>
span { border-color: #D12FFE; }
span { border-color: rgb(209,47,254); }
td.TdClassName
{
border-color: #D12FFE;
}
.TagClassName
{
border-color: #D12FFE;
}
</style>