Shades of Psychedelic Purple #D825EF
Tints of Psychedelic Purple #D825EF
RGB
CMYK
RGB Variations
Color information
#D825EF (or 0xD825EF) is known color: Psychedelic Purple. HEX triplet: D8, 25 and EF. RGB value is (216,37,239). Sum of RGB (Red+Green+Blue) = 216+37+239=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D825EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825EF is #27DA10. Grayscale: #707070. Windows color (decimal): -2611729 or 15672792. OLE color: 15672792.
HSL color Cylindrical-coordinate representation of color #D825EF: hue angle of 293.17º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D825EF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 37 | 239 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.06 |
| HSL | 293.17º | 0.86% | 0.54% | - |
| HSV(B) | 293.17º | 0.85% | 0.94% | - |
| XYZ | 44.56 | 22.15 | 83.59 | - |
| YUV | 113.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 239 | 0.10 | 0.85 | 0 | 0.06 | 293.17 | 0.86 | 0.54 |
| Hex | D8 | 25 | EF | A | 55 | 0 | 6 | 125 | 56 | 36 |
| Octal | 330 | 45 | 357 | 12 | 125 | 0 | 6 | 445 | 126 | 66 |
| Binary | 11011000 | 100101 | 11101111 | 1010 | 1010101 | 0 | 110 | 100100101 | 1010110 | 110110 |
Color Harmonies of #D825EF
Complementary color
Monochromatic Colors of #D825EF
Black with #D825EF
Text Example
Text Example
White with #D825EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825EF; }
p { color: rgb(216,37,239); }
H1.HeaderClassName
{
color: #D825EF;
}
.AnyTagClassName
{
color: #D825EF;
}
</style>
background-color css
<style>
a { background-color: #D825EF; }
a { background-color: rgb(216,37,239); }
div.DivClassName
{
background-color: #D825EF;
}
.BgClassName
{
background-color: #D825EF;
}
</style>
border-color css
<style>
span { border-color: #D825EF; }
span { border-color: rgb(216,37,239); }
td.TdClassName
{
border-color: #D825EF;
}
.TagClassName
{
border-color: #D825EF;
}
</style>