Shades of Psychedelic Purple #D41EFE
Tints of Psychedelic Purple #D41EFE
RGB
CMYK
RGB Variations
Color information
#D41EFE (or 0xD41EFE) is known color: Psychedelic Purple. HEX triplet: D4, 1E and FE. RGB value is (212,30,254). Sum of RGB (Red+Green+Blue) = 212+30+254=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #D41EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41EFE is #2BE101. Grayscale: #6D6D6D. Windows color (decimal): -2875650 or 16654036. OLE color: 16654036.
HSL color Cylindrical-coordinate representation of color #D41EFE: hue angle of 288.75º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41EFE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 30 | 254 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.00 |
| HSL | 288.75º | 0.99% | 0.56% | - |
| HSV(B) | 288.75º | 0.88% | 1% | - |
| XYZ | 45.51 | 22.08 | 95.63 | - |
| YUV | 109.95 | 209.3 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 254 | 0.17 | 0.88 | 0 | 0.00 | 288.75 | 0.99 | 0.56 |
| Hex | D4 | 1E | FE | 11 | 58 | 0 | 0 | 121 | 63 | 38 |
| Octal | 324 | 36 | 376 | 21 | 130 | 0 | 0 | 441 | 143 | 70 |
| Binary | 11010100 | 11110 | 11111110 | 10001 | 1011000 | 0 | 0 | 100100001 | 1100011 | 111000 |
Color Harmonies of #D41EFE
Complementary color
Monochromatic Colors of #D41EFE
Black with #D41EFE
Text Example
Text Example
White with #D41EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41EFE; }
p { color: rgb(212,30,254); }
H1.HeaderClassName
{
color: #D41EFE;
}
.AnyTagClassName
{
color: #D41EFE;
}
</style>
background-color css
<style>
a { background-color: #D41EFE; }
a { background-color: rgb(212,30,254); }
div.DivClassName
{
background-color: #D41EFE;
}
.BgClassName
{
background-color: #D41EFE;
}
</style>
border-color css
<style>
span { border-color: #D41EFE; }
span { border-color: rgb(212,30,254); }
td.TdClassName
{
border-color: #D41EFE;
}
.TagClassName
{
border-color: #D41EFE;
}
</style>