Shades of Psychedelic Purple #D40FFE
Tints of Psychedelic Purple #D40FFE
RGB
CMYK
RGB Variations
Color information
#D40FFE (or 0xD40FFE) is known color: Psychedelic Purple. HEX triplet: D4, 0F and FE. RGB value is (212,15,254). Sum of RGB (Red+Green+Blue) = 212+15+254=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D40FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FFE is #2BF001. Grayscale: #646464. Windows color (decimal): -2879490 or 16650196. OLE color: 16650196.
HSL color Cylindrical-coordinate representation of color #D40FFE: hue angle of 289.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FFE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 15 | 254 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.00 |
| HSL | 289.46º | 0.99% | 0.53% | - |
| HSV(B) | 289.46º | 0.94% | 1% | - |
| XYZ | 45.21 | 21.49 | 95.53 | - |
| YUV | 101.15 | 214.27 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 254 | 0.17 | 0.94 | 0 | 0.00 | 289.46 | 0.99 | 0.53 |
| Hex | D4 | F | FE | 11 | 5E | 0 | 0 | 121 | 63 | 35 |
| Octal | 324 | 17 | 376 | 21 | 136 | 0 | 0 | 441 | 143 | 65 |
| Binary | 11010100 | 1111 | 11111110 | 10001 | 1011110 | 0 | 0 | 100100001 | 1100011 | 110101 |
Color Harmonies of #D40FFE
Complementary color
Monochromatic Colors of #D40FFE
Black with #D40FFE
Text Example
Text Example
White with #D40FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FFE; }
p { color: rgb(212,15,254); }
H1.HeaderClassName
{
color: #D40FFE;
}
.AnyTagClassName
{
color: #D40FFE;
}
</style>
background-color css
<style>
a { background-color: #D40FFE; }
a { background-color: rgb(212,15,254); }
div.DivClassName
{
background-color: #D40FFE;
}
.BgClassName
{
background-color: #D40FFE;
}
</style>
border-color css
<style>
span { border-color: #D40FFE; }
span { border-color: rgb(212,15,254); }
td.TdClassName
{
border-color: #D40FFE;
}
.TagClassName
{
border-color: #D40FFE;
}
</style>