Shades of Psychedelic Purple #D41BF6
Tints of Psychedelic Purple #D41BF6
RGB
CMYK
RGB Variations
Color information
#D41BF6 (or 0xD41BF6) is known color: Psychedelic Purple. HEX triplet: D4, 1B and F6. RGB value is (212,27,246). Sum of RGB (Red+Green+Blue) = 212+27+246=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #D41BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BF6 is #2BE409. Grayscale: #6A6A6A. Windows color (decimal): -2876426 or 16128980. OLE color: 16128980.
HSL color Cylindrical-coordinate representation of color #D41BF6: hue angle of 290.68º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BF6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 27 | 246 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.04 |
| HSL | 290.68º | 0.92% | 0.54% | - |
| HSV(B) | 290.68º | 0.89% | 0.96% | - |
| XYZ | 44.18 | 21.43 | 89 | - |
| YUV | 107.28 | 206.29 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 246 | 0.14 | 0.89 | 0 | 0.04 | 290.68 | 0.92 | 0.54 |
| Hex | D4 | 1B | F6 | E | 59 | 0 | 4 | 123 | 5C | 36 |
| Octal | 324 | 33 | 366 | 16 | 131 | 0 | 4 | 443 | 134 | 66 |
| Binary | 11010100 | 11011 | 11110110 | 1110 | 1011001 | 0 | 100 | 100100011 | 1011100 | 110110 |
Color Harmonies of #D41BF6
Complementary color
Monochromatic Colors of #D41BF6
Black with #D41BF6
Text Example
Text Example
White with #D41BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BF6; }
p { color: rgb(212,27,246); }
H1.HeaderClassName
{
color: #D41BF6;
}
.AnyTagClassName
{
color: #D41BF6;
}
</style>
background-color css
<style>
a { background-color: #D41BF6; }
a { background-color: rgb(212,27,246); }
div.DivClassName
{
background-color: #D41BF6;
}
.BgClassName
{
background-color: #D41BF6;
}
</style>
border-color css
<style>
span { border-color: #D41BF6; }
span { border-color: rgb(212,27,246); }
td.TdClassName
{
border-color: #D41BF6;
}
.TagClassName
{
border-color: #D41BF6;
}
</style>