Shades of Psychedelic Purple #D428F8
Tints of Psychedelic Purple #D428F8
RGB
CMYK
RGB Variations
Color information
#D428F8 (or 0xD428F8) is known color: Psychedelic Purple. HEX triplet: D4, 28 and F8. RGB value is (212,40,248). Sum of RGB (Red+Green+Blue) = 212+40+248=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #D428F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428F8 is #2BD707. Grayscale: #727272. Windows color (decimal): -2873096 or 16263380. OLE color: 16263380.
HSL color Cylindrical-coordinate representation of color #D428F8: hue angle of 289.62º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D428F8 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 40 | 248 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.03 |
| HSL | 289.62º | 0.94% | 0.56% | - |
| HSV(B) | 289.62º | 0.84% | 0.97% | - |
| XYZ | 44.85 | 22.29 | 90.75 | - |
| YUV | 115.14 | 202.98 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 248 | 0.15 | 0.84 | 0 | 0.03 | 289.62 | 0.94 | 0.56 |
| Hex | D4 | 28 | F8 | F | 54 | 0 | 3 | 122 | 5E | 38 |
| Octal | 324 | 50 | 370 | 17 | 124 | 0 | 3 | 442 | 136 | 70 |
| Binary | 11010100 | 101000 | 11111000 | 1111 | 1010100 | 0 | 11 | 100100010 | 1011110 | 111000 |
Color Harmonies of #D428F8
Complementary color
Monochromatic Colors of #D428F8
Black with #D428F8
Text Example
Text Example
White with #D428F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428F8; }
p { color: rgb(212,40,248); }
H1.HeaderClassName
{
color: #D428F8;
}
.AnyTagClassName
{
color: #D428F8;
}
</style>
background-color css
<style>
a { background-color: #D428F8; }
a { background-color: rgb(212,40,248); }
div.DivClassName
{
background-color: #D428F8;
}
.BgClassName
{
background-color: #D428F8;
}
</style>
border-color css
<style>
span { border-color: #D428F8; }
span { border-color: rgb(212,40,248); }
td.TdClassName
{
border-color: #D428F8;
}
.TagClassName
{
border-color: #D428F8;
}
</style>