Shades of Psychedelic Purple #D025EC
Tints of Psychedelic Purple #D025EC
RGB
CMYK
RGB Variations
Color information
#D025EC (or 0xD025EC) is known color: Psychedelic Purple. HEX triplet: D0, 25 and EC. RGB value is (208,37,236). Sum of RGB (Red+Green+Blue) = 208+37+236=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #D025EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025EC is #2FDA13. Grayscale: #6E6E6E. Windows color (decimal): -3136020 or 15476176. OLE color: 15476176.
HSL color Cylindrical-coordinate representation of color #D025EC: hue angle of 291.56º 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 #D025EC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 37 | 236 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.07 |
| HSL | 291.56º | 0.84% | 0.54% | - |
| HSV(B) | 291.56º | 0.84% | 0.93% | - |
| XYZ | 41.81 | 20.79 | 81.17 | - |
| YUV | 110.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 236 | 0.12 | 0.84 | 0 | 0.07 | 291.56 | 0.84 | 0.54 |
| Hex | D0 | 25 | EC | C | 54 | 0 | 7 | 124 | 54 | 36 |
| Octal | 320 | 45 | 354 | 14 | 124 | 0 | 7 | 444 | 124 | 66 |
| Binary | 11010000 | 100101 | 11101100 | 1100 | 1010100 | 0 | 111 | 100100100 | 1010100 | 110110 |
Color Harmonies of #D025EC
Complementary color
Monochromatic Colors of #D025EC
Black with #D025EC
Text Example
Text Example
White with #D025EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025EC; }
p { color: rgb(208,37,236); }
H1.HeaderClassName
{
color: #D025EC;
}
.AnyTagClassName
{
color: #D025EC;
}
</style>
background-color css
<style>
a { background-color: #D025EC; }
a { background-color: rgb(208,37,236); }
div.DivClassName
{
background-color: #D025EC;
}
.BgClassName
{
background-color: #D025EC;
}
</style>
border-color css
<style>
span { border-color: #D025EC; }
span { border-color: rgb(208,37,236); }
td.TdClassName
{
border-color: #D025EC;
}
.TagClassName
{
border-color: #D025EC;
}
</style>