Shades of Psychedelic Purple #D41FF3
Tints of Psychedelic Purple #D41FF3
RGB
CMYK
RGB Variations
Color information
#D41FF3 (or 0xD41FF3) is known color: Psychedelic Purple. HEX triplet: D4, 1F and F3. RGB value is (212,31,243). Sum of RGB (Red+Green+Blue) = 212+31+243=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #D41FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FF3 is #2BE00C. Grayscale: #6C6C6C. Windows color (decimal): -2875405 or 15933396. OLE color: 15933396.
HSL color Cylindrical-coordinate representation of color #D41FF3: hue angle of 291.23º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FF3 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 31 | 243 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.05 |
| HSL | 291.23º | 0.9% | 0.54% | - |
| HSV(B) | 291.23º | 0.87% | 0.95% | - |
| XYZ | 43.82 | 21.45 | 86.62 | - |
| YUV | 109.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 243 | 0.13 | 0.87 | 0 | 0.05 | 291.23 | 0.9 | 0.54 |
| Hex | D4 | 1F | F3 | D | 57 | 0 | 5 | 123 | 5A | 36 |
| Octal | 324 | 37 | 363 | 15 | 127 | 0 | 5 | 443 | 132 | 66 |
| Binary | 11010100 | 11111 | 11110011 | 1101 | 1010111 | 0 | 101 | 100100011 | 1011010 | 110110 |
Color Harmonies of #D41FF3
Complementary color
Monochromatic Colors of #D41FF3
Black with #D41FF3
Text Example
Text Example
White with #D41FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FF3; }
p { color: rgb(212,31,243); }
H1.HeaderClassName
{
color: #D41FF3;
}
.AnyTagClassName
{
color: #D41FF3;
}
</style>
background-color css
<style>
a { background-color: #D41FF3; }
a { background-color: rgb(212,31,243); }
div.DivClassName
{
background-color: #D41FF3;
}
.BgClassName
{
background-color: #D41FF3;
}
</style>
border-color css
<style>
span { border-color: #D41FF3; }
span { border-color: rgb(212,31,243); }
td.TdClassName
{
border-color: #D41FF3;
}
.TagClassName
{
border-color: #D41FF3;
}
</style>