Shades of Psychedelic Purple #D41FFF
Tints of Psychedelic Purple #D41FFF
RGB
CMYK
RGB Variations
Color information
#D41FFF (or 0xD41FFF) is known color: Psychedelic Purple. HEX triplet: D4, 1F and FF. RGB value is (212,31,255). Sum of RGB (Red+Green+Blue) = 212+31+255=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #D41FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FFF is #2BE000. Grayscale: #6D6D6D. Windows color (decimal): -2875393 or 16719828. OLE color: 16719828.
HSL color Cylindrical-coordinate representation of color #D41FFF: hue angle of 288.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41FFF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 31 | 255 | - |
| CMYK | 0.17 | 0.88 | 0 | 0 |
| HSL | 288.48º | 1% | 0.56% | - |
| HSV(B) | 288.48º | 0.88% | 1% | - |
| XYZ | 45.69 | 22.2 | 96.48 | - |
| YUV | 110.66 | 209.47 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 255 | 0.17 | 0.88 | 0 | 0 | 288.48 | 1 | 0.56 |
| Hex | D4 | 1F | FF | 11 | 58 | 0 | 0 | 120 | 64 | 38 |
| Octal | 324 | 37 | 377 | 21 | 130 | 0 | 0 | 440 | 144 | 70 |
| Binary | 11010100 | 11111 | 11111111 | 10001 | 1011000 | 0 | 0 | 100100000 | 1100100 | 111000 |
Color Harmonies of #D41FFF
Complementary color
Monochromatic Colors of #D41FFF
Black with #D41FFF
Text Example
Text Example
White with #D41FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FFF; }
p { color: rgb(212,31,255); }
H1.HeaderClassName
{
color: #D41FFF;
}
.AnyTagClassName
{
color: #D41FFF;
}
</style>
background-color css
<style>
a { background-color: #D41FFF; }
a { background-color: rgb(212,31,255); }
div.DivClassName
{
background-color: #D41FFF;
}
.BgClassName
{
background-color: #D41FFF;
}
</style>
border-color css
<style>
span { border-color: #D41FFF; }
span { border-color: rgb(212,31,255); }
td.TdClassName
{
border-color: #D41FFF;
}
.TagClassName
{
border-color: #D41FFF;
}
</style>