Shades of Psychedelic Purple #D727EC
Tints of Psychedelic Purple #D727EC
RGB
CMYK
RGB Variations
Color information
#D727EC (or 0xD727EC) is known color: Psychedelic Purple. HEX triplet: D7, 27 and EC. RGB value is (215,39,236). Sum of RGB (Red+Green+Blue) = 215+39+236=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #D727EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727EC is #28D813. Grayscale: #717171. Windows color (decimal): -2676756 or 15476695. OLE color: 15476695.
HSL color Cylindrical-coordinate representation of color #D727EC: hue angle of 293.6º degrees, saturation: 0.84, 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 #D727EC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 39 | 236 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.07 |
| HSL | 293.6º | 0.84% | 0.54% | - |
| HSV(B) | 293.6º | 0.83% | 0.93% | - |
| XYZ | 43.89 | 21.95 | 81.28 | - |
| YUV | 114.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 236 | 0.09 | 0.83 | 0 | 0.07 | 293.6 | 0.84 | 0.54 |
| Hex | D7 | 27 | EC | 9 | 53 | 0 | 7 | 126 | 54 | 36 |
| Octal | 327 | 47 | 354 | 11 | 123 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11010111 | 100111 | 11101100 | 1001 | 1010011 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D727EC
Complementary color
Monochromatic Colors of #D727EC
Black with #D727EC
Text Example
Text Example
White with #D727EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727EC; }
p { color: rgb(215,39,236); }
H1.HeaderClassName
{
color: #D727EC;
}
.AnyTagClassName
{
color: #D727EC;
}
</style>
background-color css
<style>
a { background-color: #D727EC; }
a { background-color: rgb(215,39,236); }
div.DivClassName
{
background-color: #D727EC;
}
.BgClassName
{
background-color: #D727EC;
}
</style>
border-color css
<style>
span { border-color: #D727EC; }
span { border-color: rgb(215,39,236); }
td.TdClassName
{
border-color: #D727EC;
}
.TagClassName
{
border-color: #D727EC;
}
</style>