Shades of Psychedelic Purple #D41FE6
Tints of Psychedelic Purple #D41FE6
RGB
CMYK
RGB Variations
Color information
#D41FE6 (or 0xD41FE6) is known color: Psychedelic Purple. HEX triplet: D4, 1F and E6. RGB value is (212,31,230). Sum of RGB (Red+Green+Blue) = 212+31+230=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #D41FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FE6 is #2BE019. Grayscale: #6B6B6B. Windows color (decimal): -2875418 or 15081428. OLE color: 15081428.
HSL color Cylindrical-coordinate representation of color #D41FE6: hue angle of 294.57º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FE6 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 31 | 230 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.10 |
| HSL | 294.57º | 0.8% | 0.51% | - |
| HSV(B) | 294.57º | 0.87% | 0.9% | - |
| XYZ | 41.92 | 20.69 | 76.65 | - |
| YUV | 107.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 230 | 0.08 | 0.87 | 0 | 0.10 | 294.57 | 0.8 | 0.51 |
| Hex | D4 | 1F | E6 | 8 | 57 | 0 | A | 127 | 50 | 33 |
| Octal | 324 | 37 | 346 | 10 | 127 | 0 | 12 | 447 | 120 | 63 |
| Binary | 11010100 | 11111 | 11100110 | 1000 | 1010111 | 0 | 1010 | 100100111 | 1010000 | 110011 |
Color Harmonies of #D41FE6
Complementary color
Monochromatic Colors of #D41FE6
Black with #D41FE6
Text Example
Text Example
White with #D41FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FE6; }
p { color: rgb(212,31,230); }
H1.HeaderClassName
{
color: #D41FE6;
}
.AnyTagClassName
{
color: #D41FE6;
}
</style>
background-color css
<style>
a { background-color: #D41FE6; }
a { background-color: rgb(212,31,230); }
div.DivClassName
{
background-color: #D41FE6;
}
.BgClassName
{
background-color: #D41FE6;
}
</style>
border-color css
<style>
span { border-color: #D41FE6; }
span { border-color: rgb(212,31,230); }
td.TdClassName
{
border-color: #D41FE6;
}
.TagClassName
{
border-color: #D41FE6;
}
</style>