Shades of Psychedelic Purple #D925EC
Tints of Psychedelic Purple #D925EC
RGB
CMYK
RGB Variations
Color information
#D925EC (or 0xD925EC) is known color: Psychedelic Purple. HEX triplet: D9, 25 and EC. RGB value is (217,37,236). Sum of RGB (Red+Green+Blue) = 217+37+236=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 37 (14.84% from 255 or 7.55% 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 #D925EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D925EC is #26DA13. Grayscale: #707070. Windows color (decimal): -2546196 or 15476185. OLE color: 15476185.
HSL color Cylindrical-coordinate representation of color #D925EC: hue angle of 294.27º 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 #D925EC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 37 | 236 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294.27º | 0.84% | 0.54% | - |
| HSV(B) | 294.27º | 0.84% | 0.93% | - |
| XYZ | 44.42 | 22.13 | 81.29 | - |
| YUV | 113.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 236 | 0.08 | 0.84 | 0 | 0.07 | 294.27 | 0.84 | 0.54 |
| Hex | D9 | 25 | EC | 8 | 54 | 0 | 7 | 126 | 54 | 36 |
| Octal | 331 | 45 | 354 | 10 | 124 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11011001 | 100101 | 11101100 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D925EC
Complementary color
Monochromatic Colors of #D925EC
Black with #D925EC
Text Example
Text Example
White with #D925EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925EC; }
p { color: rgb(217,37,236); }
H1.HeaderClassName
{
color: #D925EC;
}
.AnyTagClassName
{
color: #D925EC;
}
</style>
background-color css
<style>
a { background-color: #D925EC; }
a { background-color: rgb(217,37,236); }
div.DivClassName
{
background-color: #D925EC;
}
.BgClassName
{
background-color: #D925EC;
}
</style>
border-color css
<style>
span { border-color: #D925EC; }
span { border-color: rgb(217,37,236); }
td.TdClassName
{
border-color: #D925EC;
}
.TagClassName
{
border-color: #D925EC;
}
</style>