Shades of Psychedelic Purple #D325EC
Tints of Psychedelic Purple #D325EC
RGB
CMYK
RGB Variations
Color information
#D325EC (or 0xD325EC) is known color: Psychedelic Purple. HEX triplet: D3, 25 and EC. RGB value is (211,37,236). Sum of RGB (Red+Green+Blue) = 211+37+236=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D325EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325EC is #2CDA13. Grayscale: #6F6F6F. Windows color (decimal): -2939412 or 15476179. OLE color: 15476179.
HSL color Cylindrical-coordinate representation of color #D325EC: hue angle of 292.46º 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 #D325EC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 37 | 236 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.07 |
| HSL | 292.46º | 0.84% | 0.54% | - |
| HSV(B) | 292.46º | 0.84% | 0.93% | - |
| XYZ | 42.67 | 21.23 | 81.21 | - |
| YUV | 111.71 | 198.15 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 236 | 0.11 | 0.84 | 0 | 0.07 | 292.46 | 0.84 | 0.54 |
| Hex | D3 | 25 | EC | B | 54 | 0 | 7 | 124 | 54 | 36 |
| Octal | 323 | 45 | 354 | 13 | 124 | 0 | 7 | 444 | 124 | 66 |
| Binary | 11010011 | 100101 | 11101100 | 1011 | 1010100 | 0 | 111 | 100100100 | 1010100 | 110110 |
Color Harmonies of #D325EC
Complementary color
Monochromatic Colors of #D325EC
Black with #D325EC
Text Example
Text Example
White with #D325EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325EC; }
p { color: rgb(211,37,236); }
H1.HeaderClassName
{
color: #D325EC;
}
.AnyTagClassName
{
color: #D325EC;
}
</style>
background-color css
<style>
a { background-color: #D325EC; }
a { background-color: rgb(211,37,236); }
div.DivClassName
{
background-color: #D325EC;
}
.BgClassName
{
background-color: #D325EC;
}
</style>
border-color css
<style>
span { border-color: #D325EC; }
span { border-color: rgb(211,37,236); }
td.TdClassName
{
border-color: #D325EC;
}
.TagClassName
{
border-color: #D325EC;
}
</style>