Shades of Psychedelic Purple #D41FF0
Tints of Psychedelic Purple #D41FF0
RGB
CMYK
RGB Variations
Color information
#D41FF0 (or 0xD41FF0) is known color: Psychedelic Purple. HEX triplet: D4, 1F and F0. RGB value is (212,31,240). Sum of RGB (Red+Green+Blue) = 212+31+240=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #D41FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FF0 is #2BE00F. Grayscale: #6C6C6C. Windows color (decimal): -2875408 or 15736788. OLE color: 15736788.
HSL color Cylindrical-coordinate representation of color #D41FF0: hue angle of 291.96º 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 #D41FF0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 31 | 240 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.06 |
| HSL | 291.96º | 0.87% | 0.53% | - |
| HSV(B) | 291.96º | 0.87% | 0.94% | - |
| XYZ | 43.37 | 21.27 | 84.26 | - |
| YUV | 108.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 240 | 0.12 | 0.87 | 0 | 0.06 | 291.96 | 0.87 | 0.53 |
| Hex | D4 | 1F | F0 | C | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 324 | 37 | 360 | 14 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010100 | 11111 | 11110000 | 1100 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D41FF0
Complementary color
Monochromatic Colors of #D41FF0
Black with #D41FF0
Text Example
Text Example
White with #D41FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FF0; }
p { color: rgb(212,31,240); }
H1.HeaderClassName
{
color: #D41FF0;
}
.AnyTagClassName
{
color: #D41FF0;
}
</style>
background-color css
<style>
a { background-color: #D41FF0; }
a { background-color: rgb(212,31,240); }
div.DivClassName
{
background-color: #D41FF0;
}
.BgClassName
{
background-color: #D41FF0;
}
</style>
border-color css
<style>
span { border-color: #D41FF0; }
span { border-color: rgb(212,31,240); }
td.TdClassName
{
border-color: #D41FF0;
}
.TagClassName
{
border-color: #D41FF0;
}
</style>