Shades of Psychedelic Purple #D825EC
Tints of Psychedelic Purple #D825EC
RGB
CMYK
RGB Variations
Color information
#D825EC (or 0xD825EC) is known color: Psychedelic Purple. HEX triplet: D8, 25 and EC. RGB value is (216,37,236). Sum of RGB (Red+Green+Blue) = 216+37+236=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #D825EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825EC is #27DA13. Grayscale: #707070. Windows color (decimal): -2611732 or 15476184. OLE color: 15476184.
HSL color Cylindrical-coordinate representation of color #D825EC: hue angle of 293.97º 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 #D825EC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 37 | 236 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 293.97º | 0.84% | 0.54% | - |
| HSV(B) | 293.97º | 0.84% | 0.93% | - |
| XYZ | 44.12 | 21.98 | 81.27 | - |
| YUV | 113.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 236 | 0.08 | 0.84 | 0 | 0.07 | 293.97 | 0.84 | 0.54 |
| Hex | D8 | 25 | EC | 8 | 54 | 0 | 7 | 126 | 54 | 36 |
| Octal | 330 | 45 | 354 | 10 | 124 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11011000 | 100101 | 11101100 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D825EC
Complementary color
Monochromatic Colors of #D825EC
Black with #D825EC
Text Example
Text Example
White with #D825EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825EC; }
p { color: rgb(216,37,236); }
H1.HeaderClassName
{
color: #D825EC;
}
.AnyTagClassName
{
color: #D825EC;
}
</style>
background-color css
<style>
a { background-color: #D825EC; }
a { background-color: rgb(216,37,236); }
div.DivClassName
{
background-color: #D825EC;
}
.BgClassName
{
background-color: #D825EC;
}
</style>
border-color css
<style>
span { border-color: #D825EC; }
span { border-color: rgb(216,37,236); }
td.TdClassName
{
border-color: #D825EC;
}
.TagClassName
{
border-color: #D825EC;
}
</style>