Shades of Psychedelic Purple #D41BF4
Tints of Psychedelic Purple #D41BF4
RGB
CMYK
RGB Variations
Color information
#D41BF4 (or 0xD41BF4) is known color: Psychedelic Purple. HEX triplet: D4, 1B and F4. RGB value is (212,27,244). Sum of RGB (Red+Green+Blue) = 212+27+244=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #D41BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BF4 is #2BE40B. Grayscale: #6A6A6A. Windows color (decimal): -2876428 or 15997908. OLE color: 15997908.
HSL color Cylindrical-coordinate representation of color #D41BF4: hue angle of 291.15º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BF4 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 27 | 244 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.04 |
| HSL | 291.15º | 0.91% | 0.53% | - |
| HSV(B) | 291.15º | 0.89% | 0.96% | - |
| XYZ | 43.87 | 21.31 | 87.39 | - |
| YUV | 107.05 | 205.29 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 244 | 0.13 | 0.89 | 0 | 0.04 | 291.15 | 0.91 | 0.53 |
| Hex | D4 | 1B | F4 | D | 59 | 0 | 4 | 123 | 5B | 35 |
| Octal | 324 | 33 | 364 | 15 | 131 | 0 | 4 | 443 | 133 | 65 |
| Binary | 11010100 | 11011 | 11110100 | 1101 | 1011001 | 0 | 100 | 100100011 | 1011011 | 110101 |
Color Harmonies of #D41BF4
Complementary color
Monochromatic Colors of #D41BF4
Black with #D41BF4
Text Example
Text Example
White with #D41BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BF4; }
p { color: rgb(212,27,244); }
H1.HeaderClassName
{
color: #D41BF4;
}
.AnyTagClassName
{
color: #D41BF4;
}
</style>
background-color css
<style>
a { background-color: #D41BF4; }
a { background-color: rgb(212,27,244); }
div.DivClassName
{
background-color: #D41BF4;
}
.BgClassName
{
background-color: #D41BF4;
}
</style>
border-color css
<style>
span { border-color: #D41BF4; }
span { border-color: rgb(212,27,244); }
td.TdClassName
{
border-color: #D41BF4;
}
.TagClassName
{
border-color: #D41BF4;
}
</style>