Shades of Psychedelic Purple #D41FF1
Tints of Psychedelic Purple #D41FF1
RGB
CMYK
RGB Variations
Color information
#D41FF1 (or 0xD41FF1) is known color: Psychedelic Purple. HEX triplet: D4, 1F and F1. RGB value is (212,31,241). Sum of RGB (Red+Green+Blue) = 212+31+241=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #D41FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FF1 is #2BE00E. Grayscale: #6C6C6C. Windows color (decimal): -2875407 or 15802324. OLE color: 15802324.
HSL color Cylindrical-coordinate representation of color #D41FF1: hue angle of 291.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FF1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 31 | 241 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.05 |
| HSL | 291.71º | 0.88% | 0.53% | - |
| HSV(B) | 291.71º | 0.87% | 0.95% | - |
| XYZ | 43.52 | 21.33 | 85.04 | - |
| YUV | 109.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 241 | 0.12 | 0.87 | 0 | 0.05 | 291.71 | 0.88 | 0.53 |
| Hex | D4 | 1F | F1 | C | 57 | 0 | 5 | 124 | 58 | 35 |
| Octal | 324 | 37 | 361 | 14 | 127 | 0 | 5 | 444 | 130 | 65 |
| Binary | 11010100 | 11111 | 11110001 | 1100 | 1010111 | 0 | 101 | 100100100 | 1011000 | 110101 |
Color Harmonies of #D41FF1
Complementary color
Monochromatic Colors of #D41FF1
Black with #D41FF1
Text Example
Text Example
White with #D41FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FF1; }
p { color: rgb(212,31,241); }
H1.HeaderClassName
{
color: #D41FF1;
}
.AnyTagClassName
{
color: #D41FF1;
}
</style>
background-color css
<style>
a { background-color: #D41FF1; }
a { background-color: rgb(212,31,241); }
div.DivClassName
{
background-color: #D41FF1;
}
.BgClassName
{
background-color: #D41FF1;
}
</style>
border-color css
<style>
span { border-color: #D41FF1; }
span { border-color: rgb(212,31,241); }
td.TdClassName
{
border-color: #D41FF1;
}
.TagClassName
{
border-color: #D41FF1;
}
</style>