Shades of Psychedelic Purple #D728EF
Tints of Psychedelic Purple #D728EF
RGB
CMYK
RGB Variations
Color information
#D728EF (or 0xD728EF) is known color: Psychedelic Purple. HEX triplet: D7, 28 and EF. RGB value is (215,40,239). Sum of RGB (Red+Green+Blue) = 215+40+239=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #D728EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D728EF is #28D710. Grayscale: #727272. Windows color (decimal): -2676497 or 15673559. OLE color: 15673559.
HSL color Cylindrical-coordinate representation of color #D728EF: hue angle of 292.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D728EF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 40 | 239 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.06 |
| HSL | 292.76º | 0.86% | 0.55% | - |
| HSV(B) | 292.76º | 0.83% | 0.94% | - |
| XYZ | 44.36 | 22.2 | 83.61 | - |
| YUV | 115.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 239 | 0.10 | 0.83 | 0 | 0.06 | 292.76 | 0.86 | 0.55 |
| Hex | D7 | 28 | EF | A | 53 | 0 | 6 | 125 | 56 | 37 |
| Octal | 327 | 50 | 357 | 12 | 123 | 0 | 6 | 445 | 126 | 67 |
| Binary | 11010111 | 101000 | 11101111 | 1010 | 1010011 | 0 | 110 | 100100101 | 1010110 | 110111 |
Color Harmonies of #D728EF
Complementary color
Monochromatic Colors of #D728EF
Black with #D728EF
Text Example
Text Example
White with #D728EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728EF; }
p { color: rgb(215,40,239); }
H1.HeaderClassName
{
color: #D728EF;
}
.AnyTagClassName
{
color: #D728EF;
}
</style>
background-color css
<style>
a { background-color: #D728EF; }
a { background-color: rgb(215,40,239); }
div.DivClassName
{
background-color: #D728EF;
}
.BgClassName
{
background-color: #D728EF;
}
</style>
border-color css
<style>
span { border-color: #D728EF; }
span { border-color: rgb(215,40,239); }
td.TdClassName
{
border-color: #D728EF;
}
.TagClassName
{
border-color: #D728EF;
}
</style>