Shades of Psychedelic Purple #D728ED
Tints of Psychedelic Purple #D728ED
RGB
CMYK
RGB Variations
Color information
#D728ED (or 0xD728ED) is known color: Psychedelic Purple. HEX triplet: D7, 28 and ED. RGB value is (215,40,237). Sum of RGB (Red+Green+Blue) = 215+40+237=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #D728ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D728ED is #28D712. Grayscale: #727272. Windows color (decimal): -2676499 or 15542487. OLE color: 15542487.
HSL color Cylindrical-coordinate representation of color #D728ED: hue angle of 293.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D728ED is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 40 | 237 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.07 |
| HSL | 293.3º | 0.85% | 0.54% | - |
| HSV(B) | 293.3º | 0.83% | 0.93% | - |
| XYZ | 44.07 | 22.08 | 82.06 | - |
| YUV | 114.78 | 196.98 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 237 | 0.09 | 0.83 | 0 | 0.07 | 293.3 | 0.85 | 0.54 |
| Hex | D7 | 28 | ED | 9 | 53 | 0 | 7 | 125 | 55 | 36 |
| Octal | 327 | 50 | 355 | 11 | 123 | 0 | 7 | 445 | 125 | 66 |
| Binary | 11010111 | 101000 | 11101101 | 1001 | 1010011 | 0 | 111 | 100100101 | 1010101 | 110110 |
Color Harmonies of #D728ED
Complementary color
Monochromatic Colors of #D728ED
Black with #D728ED
Text Example
Text Example
White with #D728ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728ED; }
p { color: rgb(215,40,237); }
H1.HeaderClassName
{
color: #D728ED;
}
.AnyTagClassName
{
color: #D728ED;
}
</style>
background-color css
<style>
a { background-color: #D728ED; }
a { background-color: rgb(215,40,237); }
div.DivClassName
{
background-color: #D728ED;
}
.BgClassName
{
background-color: #D728ED;
}
</style>
border-color css
<style>
span { border-color: #D728ED; }
span { border-color: rgb(215,40,237); }
td.TdClassName
{
border-color: #D728ED;
}
.TagClassName
{
border-color: #D728ED;
}
</style>