Shades of Psychedelic Purple #D41DF5
Tints of Psychedelic Purple #D41DF5
RGB
CMYK
RGB Variations
Color information
#D41DF5 (or 0xD41DF5) is known color: Psychedelic Purple. HEX triplet: D4, 1D and F5. RGB value is (212,29,245). Sum of RGB (Red+Green+Blue) = 212+29+245=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #D41DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DF5 is #2BE20A. Grayscale: #6B6B6B. Windows color (decimal): -2875915 or 16063956. OLE color: 16063956.
HSL color Cylindrical-coordinate representation of color #D41DF5: hue angle of 290.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41DF5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 29 | 245 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.04 |
| HSL | 290.83º | 0.92% | 0.54% | - |
| HSV(B) | 290.83º | 0.88% | 0.96% | - |
| XYZ | 44.07 | 21.47 | 88.21 | - |
| YUV | 108.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 245 | 0.13 | 0.88 | 0 | 0.04 | 290.83 | 0.92 | 0.54 |
| Hex | D4 | 1D | F5 | D | 58 | 0 | 4 | 123 | 5C | 36 |
| Octal | 324 | 35 | 365 | 15 | 130 | 0 | 4 | 443 | 134 | 66 |
| Binary | 11010100 | 11101 | 11110101 | 1101 | 1011000 | 0 | 100 | 100100011 | 1011100 | 110110 |
Color Harmonies of #D41DF5
Complementary color
Monochromatic Colors of #D41DF5
Black with #D41DF5
Text Example
Text Example
White with #D41DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DF5; }
p { color: rgb(212,29,245); }
H1.HeaderClassName
{
color: #D41DF5;
}
.AnyTagClassName
{
color: #D41DF5;
}
</style>
background-color css
<style>
a { background-color: #D41DF5; }
a { background-color: rgb(212,29,245); }
div.DivClassName
{
background-color: #D41DF5;
}
.BgClassName
{
background-color: #D41DF5;
}
</style>
border-color css
<style>
span { border-color: #D41DF5; }
span { border-color: rgb(212,29,245); }
td.TdClassName
{
border-color: #D41DF5;
}
.TagClassName
{
border-color: #D41DF5;
}
</style>