Shades of Psychedelic Purple #D41FEF
Tints of Psychedelic Purple #D41FEF
RGB
CMYK
RGB Variations
Color information
#D41FEF (or 0xD41FEF) is known color: Psychedelic Purple. HEX triplet: D4, 1F and EF. RGB value is (212,31,239). Sum of RGB (Red+Green+Blue) = 212+31+239=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #D41FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FEF is #2BE010. Grayscale: #6C6C6C. Windows color (decimal): -2875409 or 15671252. OLE color: 15671252.
HSL color Cylindrical-coordinate representation of color #D41FEF: hue angle of 292.21º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FEF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 31 | 239 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.06 |
| HSL | 292.21º | 0.87% | 0.53% | - |
| HSV(B) | 292.21º | 0.87% | 0.94% | - |
| XYZ | 43.22 | 21.21 | 83.48 | - |
| YUV | 108.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 239 | 0.11 | 0.87 | 0 | 0.06 | 292.21 | 0.87 | 0.53 |
| Hex | D4 | 1F | EF | B | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 324 | 37 | 357 | 13 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010100 | 11111 | 11101111 | 1011 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D41FEF
Complementary color
Monochromatic Colors of #D41FEF
Black with #D41FEF
Text Example
Text Example
White with #D41FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FEF; }
p { color: rgb(212,31,239); }
H1.HeaderClassName
{
color: #D41FEF;
}
.AnyTagClassName
{
color: #D41FEF;
}
</style>
background-color css
<style>
a { background-color: #D41FEF; }
a { background-color: rgb(212,31,239); }
div.DivClassName
{
background-color: #D41FEF;
}
.BgClassName
{
background-color: #D41FEF;
}
</style>
border-color css
<style>
span { border-color: #D41FEF; }
span { border-color: rgb(212,31,239); }
td.TdClassName
{
border-color: #D41FEF;
}
.TagClassName
{
border-color: #D41FEF;
}
</style>