Shades of Psychedelic Purple #D41FFD
Tints of Psychedelic Purple #D41FFD
RGB
CMYK
RGB Variations
Color information
#D41FFD (or 0xD41FFD) is known color: Psychedelic Purple. HEX triplet: D4, 1F and FD. RGB value is (212,31,253). Sum of RGB (Red+Green+Blue) = 212+31+253=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #D41FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FFD is #2BE002. Grayscale: #6D6D6D. Windows color (decimal): -2875395 or 16588756. OLE color: 16588756.
HSL color Cylindrical-coordinate representation of color #D41FFD: hue angle of 288.92º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41FFD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 31 | 253 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.01 |
| HSL | 288.92º | 0.98% | 0.56% | - |
| HSV(B) | 288.92º | 0.88% | 0.99% | - |
| XYZ | 45.37 | 22.07 | 94.8 | - |
| YUV | 110.43 | 208.47 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 253 | 0.16 | 0.88 | 0 | 0.01 | 288.92 | 0.98 | 0.56 |
| Hex | D4 | 1F | FD | 10 | 58 | 0 | 1 | 121 | 62 | 38 |
| Octal | 324 | 37 | 375 | 20 | 130 | 0 | 1 | 441 | 142 | 70 |
| Binary | 11010100 | 11111 | 11111101 | 10000 | 1011000 | 0 | 1 | 100100001 | 1100010 | 111000 |
Color Harmonies of #D41FFD
Complementary color
Monochromatic Colors of #D41FFD
Black with #D41FFD
Text Example
Text Example
White with #D41FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FFD; }
p { color: rgb(212,31,253); }
H1.HeaderClassName
{
color: #D41FFD;
}
.AnyTagClassName
{
color: #D41FFD;
}
</style>
background-color css
<style>
a { background-color: #D41FFD; }
a { background-color: rgb(212,31,253); }
div.DivClassName
{
background-color: #D41FFD;
}
.BgClassName
{
background-color: #D41FFD;
}
</style>
border-color css
<style>
span { border-color: #D41FFD; }
span { border-color: rgb(212,31,253); }
td.TdClassName
{
border-color: #D41FFD;
}
.TagClassName
{
border-color: #D41FFD;
}
</style>