Shades of Psychedelic Purple #D41FF6
Tints of Psychedelic Purple #D41FF6
RGB
CMYK
RGB Variations
Color information
#D41FF6 (or 0xD41FF6) is known color: Psychedelic Purple. HEX triplet: D4, 1F and F6. RGB value is (212,31,246). Sum of RGB (Red+Green+Blue) = 212+31+246=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #D41FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FF6 is #2BE009. Grayscale: #6C6C6C. Windows color (decimal): -2875402 or 16130004. OLE color: 16130004.
HSL color Cylindrical-coordinate representation of color #D41FF6: hue angle of 290.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41FF6 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 31 | 246 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.04 |
| HSL | 290.51º | 0.92% | 0.54% | - |
| HSV(B) | 290.51º | 0.87% | 0.96% | - |
| XYZ | 44.28 | 21.63 | 89.03 | - |
| YUV | 109.63 | 204.97 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 246 | 0.14 | 0.87 | 0 | 0.04 | 290.51 | 0.92 | 0.54 |
| Hex | D4 | 1F | F6 | E | 57 | 0 | 4 | 123 | 5C | 36 |
| Octal | 324 | 37 | 366 | 16 | 127 | 0 | 4 | 443 | 134 | 66 |
| Binary | 11010100 | 11111 | 11110110 | 1110 | 1010111 | 0 | 100 | 100100011 | 1011100 | 110110 |
Color Harmonies of #D41FF6
Complementary color
Monochromatic Colors of #D41FF6
Black with #D41FF6
Text Example
Text Example
White with #D41FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FF6; }
p { color: rgb(212,31,246); }
H1.HeaderClassName
{
color: #D41FF6;
}
.AnyTagClassName
{
color: #D41FF6;
}
</style>
background-color css
<style>
a { background-color: #D41FF6; }
a { background-color: rgb(212,31,246); }
div.DivClassName
{
background-color: #D41FF6;
}
.BgClassName
{
background-color: #D41FF6;
}
</style>
border-color css
<style>
span { border-color: #D41FF6; }
span { border-color: rgb(212,31,246); }
td.TdClassName
{
border-color: #D41FF6;
}
.TagClassName
{
border-color: #D41FF6;
}
</style>