Shades of Psychedelic Purple #D41AF1
Tints of Psychedelic Purple #D41AF1
RGB
CMYK
RGB Variations
Color information
#D41AF1 (or 0xD41AF1) is known color: Psychedelic Purple. HEX triplet: D4, 1A and F1. RGB value is (212,26,241). Sum of RGB (Red+Green+Blue) = 212+26+241=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #D41AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AF1 is #2BE50E. Grayscale: #696969. Windows color (decimal): -2876687 or 15801044. OLE color: 15801044.
HSL color Cylindrical-coordinate representation of color #D41AF1: hue angle of 291.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41AF1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 26 | 241 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.05 |
| HSL | 291.91º | 0.88% | 0.52% | - |
| HSV(B) | 291.91º | 0.89% | 0.95% | - |
| XYZ | 43.4 | 21.09 | 85 | - |
| YUV | 106.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 241 | 0.12 | 0.89 | 0 | 0.05 | 291.91 | 0.88 | 0.52 |
| Hex | D4 | 1A | F1 | C | 59 | 0 | 5 | 124 | 58 | 34 |
| Octal | 324 | 32 | 361 | 14 | 131 | 0 | 5 | 444 | 130 | 64 |
| Binary | 11010100 | 11010 | 11110001 | 1100 | 1011001 | 0 | 101 | 100100100 | 1011000 | 110100 |
Color Harmonies of #D41AF1
Complementary color
Monochromatic Colors of #D41AF1
Black with #D41AF1
Text Example
Text Example
White with #D41AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AF1; }
p { color: rgb(212,26,241); }
H1.HeaderClassName
{
color: #D41AF1;
}
.AnyTagClassName
{
color: #D41AF1;
}
</style>
background-color css
<style>
a { background-color: #D41AF1; }
a { background-color: rgb(212,26,241); }
div.DivClassName
{
background-color: #D41AF1;
}
.BgClassName
{
background-color: #D41AF1;
}
</style>
border-color css
<style>
span { border-color: #D41AF1; }
span { border-color: rgb(212,26,241); }
td.TdClassName
{
border-color: #D41AF1;
}
.TagClassName
{
border-color: #D41AF1;
}
</style>