Shades of Psychedelic Purple #D428FE
Tints of Psychedelic Purple #D428FE
RGB
CMYK
RGB Variations
Color information
#D428FE (or 0xD428FE) is known color: Psychedelic Purple. HEX triplet: D4, 28 and FE. RGB value is (212,40,254). Sum of RGB (Red+Green+Blue) = 212+40+254=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #D428FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428FE is #2BD701. Grayscale: #737373. Windows color (decimal): -2873090 or 16656596. OLE color: 16656596.
HSL color Cylindrical-coordinate representation of color #D428FE: hue angle of 288.22º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D428FE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 40 | 254 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.00 |
| HSL | 288.22º | 0.99% | 0.58% | - |
| HSV(B) | 288.22º | 0.84% | 1% | - |
| XYZ | 45.8 | 22.67 | 95.73 | - |
| YUV | 115.82 | 205.98 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 254 | 0.17 | 0.84 | 0 | 0.00 | 288.22 | 0.99 | 0.58 |
| Hex | D4 | 28 | FE | 11 | 54 | 0 | 0 | 120 | 63 | 3A |
| Octal | 324 | 50 | 376 | 21 | 124 | 0 | 0 | 440 | 143 | 72 |
| Binary | 11010100 | 101000 | 11111110 | 10001 | 1010100 | 0 | 0 | 100100000 | 1100011 | 111010 |
Color Harmonies of #D428FE
Complementary color
Monochromatic Colors of #D428FE
Black with #D428FE
Text Example
Text Example
White with #D428FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428FE; }
p { color: rgb(212,40,254); }
H1.HeaderClassName
{
color: #D428FE;
}
.AnyTagClassName
{
color: #D428FE;
}
</style>
background-color css
<style>
a { background-color: #D428FE; }
a { background-color: rgb(212,40,254); }
div.DivClassName
{
background-color: #D428FE;
}
.BgClassName
{
background-color: #D428FE;
}
</style>
border-color css
<style>
span { border-color: #D428FE; }
span { border-color: rgb(212,40,254); }
td.TdClassName
{
border-color: #D428FE;
}
.TagClassName
{
border-color: #D428FE;
}
</style>