Shades of Psychedelic Purple #D41DF0
Tints of Psychedelic Purple #D41DF0
RGB
CMYK
RGB Variations
Color information
#D41DF0 (or 0xD41DF0) is known color: Psychedelic Purple. HEX triplet: D4, 1D and F0. RGB value is (212,29,240). Sum of RGB (Red+Green+Blue) = 212+29+240=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #D41DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DF0 is #2BE20F. Grayscale: #6B6B6B. Windows color (decimal): -2875920 or 15736276. OLE color: 15736276.
HSL color Cylindrical-coordinate representation of color #D41DF0: hue angle of 292.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41DF0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 29 | 240 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.06 |
| HSL | 292.04º | 0.88% | 0.53% | - |
| HSV(B) | 292.04º | 0.88% | 0.94% | - |
| XYZ | 43.32 | 21.17 | 84.24 | - |
| YUV | 107.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 240 | 0.12 | 0.88 | 0 | 0.06 | 292.04 | 0.88 | 0.53 |
| Hex | D4 | 1D | F0 | C | 58 | 0 | 6 | 124 | 58 | 35 |
| Octal | 324 | 35 | 360 | 14 | 130 | 0 | 6 | 444 | 130 | 65 |
| Binary | 11010100 | 11101 | 11110000 | 1100 | 1011000 | 0 | 110 | 100100100 | 1011000 | 110101 |
Color Harmonies of #D41DF0
Complementary color
Monochromatic Colors of #D41DF0
Black with #D41DF0
Text Example
Text Example
White with #D41DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DF0; }
p { color: rgb(212,29,240); }
H1.HeaderClassName
{
color: #D41DF0;
}
.AnyTagClassName
{
color: #D41DF0;
}
</style>
background-color css
<style>
a { background-color: #D41DF0; }
a { background-color: rgb(212,29,240); }
div.DivClassName
{
background-color: #D41DF0;
}
.BgClassName
{
background-color: #D41DF0;
}
</style>
border-color css
<style>
span { border-color: #D41DF0; }
span { border-color: rgb(212,29,240); }
td.TdClassName
{
border-color: #D41DF0;
}
.TagClassName
{
border-color: #D41DF0;
}
</style>