Shades of Psychedelic Purple #D41BFD
Tints of Psychedelic Purple #D41BFD
RGB
CMYK
RGB Variations
Color information
#D41BFD (or 0xD41BFD) is known color: Psychedelic Purple. HEX triplet: D4, 1B and FD. RGB value is (212,27,253). Sum of RGB (Red+Green+Blue) = 212+27+253=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D41BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BFD is #2BE402. Grayscale: #6B6B6B. Windows color (decimal): -2876419 or 16587732. OLE color: 16587732.
HSL color Cylindrical-coordinate representation of color #D41BFD: hue angle of 289.12º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BFD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 27 | 253 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.01 |
| HSL | 289.12º | 0.98% | 0.55% | - |
| HSV(B) | 289.12º | 0.89% | 0.99% | - |
| XYZ | 45.27 | 21.87 | 94.76 | - |
| YUV | 108.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 253 | 0.16 | 0.89 | 0 | 0.01 | 289.12 | 0.98 | 0.55 |
| Hex | D4 | 1B | FD | 10 | 59 | 0 | 1 | 121 | 62 | 37 |
| Octal | 324 | 33 | 375 | 20 | 131 | 0 | 1 | 441 | 142 | 67 |
| Binary | 11010100 | 11011 | 11111101 | 10000 | 1011001 | 0 | 1 | 100100001 | 1100010 | 110111 |
Color Harmonies of #D41BFD
Complementary color
Monochromatic Colors of #D41BFD
Black with #D41BFD
Text Example
Text Example
White with #D41BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BFD; }
p { color: rgb(212,27,253); }
H1.HeaderClassName
{
color: #D41BFD;
}
.AnyTagClassName
{
color: #D41BFD;
}
</style>
background-color css
<style>
a { background-color: #D41BFD; }
a { background-color: rgb(212,27,253); }
div.DivClassName
{
background-color: #D41BFD;
}
.BgClassName
{
background-color: #D41BFD;
}
</style>
border-color css
<style>
span { border-color: #D41BFD; }
span { border-color: rgb(212,27,253); }
td.TdClassName
{
border-color: #D41BFD;
}
.TagClassName
{
border-color: #D41BFD;
}
</style>