Shades of Psychedelic Purple #D41DFC
Tints of Psychedelic Purple #D41DFC
RGB
CMYK
RGB Variations
Color information
#D41DFC (or 0xD41DFC) is known color: Psychedelic Purple. HEX triplet: D4, 1D and FC. RGB value is (212,29,252). Sum of RGB (Red+Green+Blue) = 212+29+252=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #D41DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DFC is #2BE203. Grayscale: #6C6C6C. Windows color (decimal): -2875908 or 16522708. OLE color: 16522708.
HSL color Cylindrical-coordinate representation of color #D41DFC: hue angle of 289.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41DFC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 29 | 252 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.01 |
| HSL | 289.24º | 0.97% | 0.55% | - |
| HSV(B) | 289.24º | 0.88% | 0.99% | - |
| XYZ | 45.16 | 21.9 | 93.94 | - |
| YUV | 109.14 | 208.63 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 252 | 0.16 | 0.88 | 0 | 0.01 | 289.24 | 0.97 | 0.55 |
| Hex | D4 | 1D | FC | 10 | 58 | 0 | 1 | 121 | 61 | 37 |
| Octal | 324 | 35 | 374 | 20 | 130 | 0 | 1 | 441 | 141 | 67 |
| Binary | 11010100 | 11101 | 11111100 | 10000 | 1011000 | 0 | 1 | 100100001 | 1100001 | 110111 |
Color Harmonies of #D41DFC
Complementary color
Monochromatic Colors of #D41DFC
Black with #D41DFC
Text Example
Text Example
White with #D41DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DFC; }
p { color: rgb(212,29,252); }
H1.HeaderClassName
{
color: #D41DFC;
}
.AnyTagClassName
{
color: #D41DFC;
}
</style>
background-color css
<style>
a { background-color: #D41DFC; }
a { background-color: rgb(212,29,252); }
div.DivClassName
{
background-color: #D41DFC;
}
.BgClassName
{
background-color: #D41DFC;
}
</style>
border-color css
<style>
span { border-color: #D41DFC; }
span { border-color: rgb(212,29,252); }
td.TdClassName
{
border-color: #D41DFC;
}
.TagClassName
{
border-color: #D41DFC;
}
</style>