Shades of Psychedelic Purple #D419F1
Tints of Psychedelic Purple #D419F1
RGB
CMYK
RGB Variations
Color information
#D419F1 (or 0xD419F1) is known color: Psychedelic Purple. HEX triplet: D4, 19 and F1. RGB value is (212,25,241). Sum of RGB (Red+Green+Blue) = 212+25+241=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #D419F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419F1 is #2BE60E. Grayscale: #686868. Windows color (decimal): -2876943 or 15800788. OLE color: 15800788.
HSL color Cylindrical-coordinate representation of color #D419F1: hue angle of 291.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D419F1 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 25 | 241 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.05 |
| HSL | 291.94º | 0.89% | 0.52% | - |
| HSV(B) | 291.94º | 0.9% | 0.95% | - |
| XYZ | 43.38 | 21.04 | 84.99 | - |
| YUV | 105.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 241 | 0.12 | 0.90 | 0 | 0.05 | 291.94 | 0.89 | 0.52 |
| Hex | D4 | 19 | F1 | C | 5A | 0 | 5 | 124 | 59 | 34 |
| Octal | 324 | 31 | 361 | 14 | 132 | 0 | 5 | 444 | 131 | 64 |
| Binary | 11010100 | 11001 | 11110001 | 1100 | 1011010 | 0 | 101 | 100100100 | 1011001 | 110100 |
Color Harmonies of #D419F1
Complementary color
Monochromatic Colors of #D419F1
Black with #D419F1
Text Example
Text Example
White with #D419F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419F1; }
p { color: rgb(212,25,241); }
H1.HeaderClassName
{
color: #D419F1;
}
.AnyTagClassName
{
color: #D419F1;
}
</style>
background-color css
<style>
a { background-color: #D419F1; }
a { background-color: rgb(212,25,241); }
div.DivClassName
{
background-color: #D419F1;
}
.BgClassName
{
background-color: #D419F1;
}
</style>
border-color css
<style>
span { border-color: #D419F1; }
span { border-color: rgb(212,25,241); }
td.TdClassName
{
border-color: #D419F1;
}
.TagClassName
{
border-color: #D419F1;
}
</style>