Shades of Psychedelic Purple #D428F1
Tints of Psychedelic Purple #D428F1
RGB
CMYK
RGB Variations
Color information
#D428F1 (or 0xD428F1) is known color: Psychedelic Purple. HEX triplet: D4, 28 and F1. RGB value is (212,40,241). Sum of RGB (Red+Green+Blue) = 212+40+241=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #D428F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428F1 is #2BD70E. Grayscale: #717171. Windows color (decimal): -2873103 or 15804628. OLE color: 15804628.
HSL color Cylindrical-coordinate representation of color #D428F1: hue angle of 291.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D428F1 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 40 | 241 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.05 |
| HSL | 291.34º | 0.88% | 0.55% | - |
| HSV(B) | 291.34º | 0.83% | 0.95% | - |
| XYZ | 43.79 | 21.87 | 85.13 | - |
| YUV | 114.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 241 | 0.12 | 0.83 | 0 | 0.05 | 291.34 | 0.88 | 0.55 |
| Hex | D4 | 28 | F1 | C | 53 | 0 | 5 | 123 | 58 | 37 |
| Octal | 324 | 50 | 361 | 14 | 123 | 0 | 5 | 443 | 130 | 67 |
| Binary | 11010100 | 101000 | 11110001 | 1100 | 1010011 | 0 | 101 | 100100011 | 1011000 | 110111 |
Color Harmonies of #D428F1
Complementary color
Monochromatic Colors of #D428F1
Black with #D428F1
Text Example
Text Example
White with #D428F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428F1; }
p { color: rgb(212,40,241); }
H1.HeaderClassName
{
color: #D428F1;
}
.AnyTagClassName
{
color: #D428F1;
}
</style>
background-color css
<style>
a { background-color: #D428F1; }
a { background-color: rgb(212,40,241); }
div.DivClassName
{
background-color: #D428F1;
}
.BgClassName
{
background-color: #D428F1;
}
</style>
border-color css
<style>
span { border-color: #D428F1; }
span { border-color: rgb(212,40,241); }
td.TdClassName
{
border-color: #D428F1;
}
.TagClassName
{
border-color: #D428F1;
}
</style>