Shades of Psychedelic Purple #D725EC
Tints of Psychedelic Purple #D725EC
RGB
CMYK
RGB Variations
Color information
#D725EC (or 0xD725EC) is known color: Psychedelic Purple. HEX triplet: D7, 25 and EC. RGB value is (215,37,236). Sum of RGB (Red+Green+Blue) = 215+37+236=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #D725EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D725EC is #28DA13. Grayscale: #707070. Windows color (decimal): -2677268 or 15476183. OLE color: 15476183.
HSL color Cylindrical-coordinate representation of color #D725EC: hue angle of 293.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D725EC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 37 | 236 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.07 |
| HSL | 293.67º | 0.84% | 0.54% | - |
| HSV(B) | 293.67º | 0.84% | 0.93% | - |
| XYZ | 43.83 | 21.83 | 81.26 | - |
| YUV | 112.91 | 197.47 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 236 | 0.09 | 0.84 | 0 | 0.07 | 293.67 | 0.84 | 0.54 |
| Hex | D7 | 25 | EC | 9 | 54 | 0 | 7 | 126 | 54 | 36 |
| Octal | 327 | 45 | 354 | 11 | 124 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11010111 | 100101 | 11101100 | 1001 | 1010100 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D725EC
Complementary color
Monochromatic Colors of #D725EC
Black with #D725EC
Text Example
Text Example
White with #D725EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725EC; }
p { color: rgb(215,37,236); }
H1.HeaderClassName
{
color: #D725EC;
}
.AnyTagClassName
{
color: #D725EC;
}
</style>
background-color css
<style>
a { background-color: #D725EC; }
a { background-color: rgb(215,37,236); }
div.DivClassName
{
background-color: #D725EC;
}
.BgClassName
{
background-color: #D725EC;
}
</style>
border-color css
<style>
span { border-color: #D725EC; }
span { border-color: rgb(215,37,236); }
td.TdClassName
{
border-color: #D725EC;
}
.TagClassName
{
border-color: #D725EC;
}
</style>