Shades of Psychedelic Purple #D41BF1
Tints of Psychedelic Purple #D41BF1
RGB
CMYK
RGB Variations
Color information
#D41BF1 (or 0xD41BF1) is known color: Psychedelic Purple. HEX triplet: D4, 1B and F1. RGB value is (212,27,241). Sum of RGB (Red+Green+Blue) = 212+27+241=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 27 (10.94% from 255 or 5.62% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #D41BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BF1 is #2BE40E. Grayscale: #6A6A6A. Windows color (decimal): -2876431 or 15801300. OLE color: 15801300.
HSL color Cylindrical-coordinate representation of color #D41BF1: hue angle of 291.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BF1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 27 | 241 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.05 |
| HSL | 291.87º | 0.88% | 0.53% | - |
| HSV(B) | 291.87º | 0.89% | 0.95% | - |
| XYZ | 43.42 | 21.13 | 85.01 | - |
| YUV | 106.71 | 203.79 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 241 | 0.12 | 0.89 | 0 | 0.05 | 291.87 | 0.88 | 0.53 |
| Hex | D4 | 1B | F1 | C | 59 | 0 | 5 | 124 | 58 | 35 |
| Octal | 324 | 33 | 361 | 14 | 131 | 0 | 5 | 444 | 130 | 65 |
| Binary | 11010100 | 11011 | 11110001 | 1100 | 1011001 | 0 | 101 | 100100100 | 1011000 | 110101 |
Color Harmonies of #D41BF1
Complementary color
Monochromatic Colors of #D41BF1
Black with #D41BF1
Text Example
Text Example
White with #D41BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BF1; }
p { color: rgb(212,27,241); }
H1.HeaderClassName
{
color: #D41BF1;
}
.AnyTagClassName
{
color: #D41BF1;
}
</style>
background-color css
<style>
a { background-color: #D41BF1; }
a { background-color: rgb(212,27,241); }
div.DivClassName
{
background-color: #D41BF1;
}
.BgClassName
{
background-color: #D41BF1;
}
</style>
border-color css
<style>
span { border-color: #D41BF1; }
span { border-color: rgb(212,27,241); }
td.TdClassName
{
border-color: #D41BF1;
}
.TagClassName
{
border-color: #D41BF1;
}
</style>