Shades of Psychedelic Purple #D325EA
Tints of Psychedelic Purple #D325EA
RGB
CMYK
RGB Variations
Color information
#D325EA (or 0xD325EA) is known color: Psychedelic Purple. HEX triplet: D3, 25 and EA. RGB value is (211,37,234). Sum of RGB (Red+Green+Blue) = 211+37+234=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #D325EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325EA is #2CDA15. Grayscale: #6E6E6E. Windows color (decimal): -2939414 or 15345107. OLE color: 15345107.
HSL color Cylindrical-coordinate representation of color #D325EA: hue angle of 292.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D325EA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 37 | 234 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.08 |
| HSL | 292.99º | 0.82% | 0.53% | - |
| HSV(B) | 292.99º | 0.84% | 0.92% | - |
| XYZ | 42.38 | 21.11 | 79.68 | - |
| YUV | 111.48 | 197.15 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 234 | 0.10 | 0.84 | 0 | 0.08 | 292.99 | 0.82 | 0.53 |
| Hex | D3 | 25 | EA | A | 54 | 0 | 8 | 125 | 52 | 35 |
| Octal | 323 | 45 | 352 | 12 | 124 | 0 | 10 | 445 | 122 | 65 |
| Binary | 11010011 | 100101 | 11101010 | 1010 | 1010100 | 0 | 1000 | 100100101 | 1010010 | 110101 |
Color Harmonies of #D325EA
Complementary color
Monochromatic Colors of #D325EA
Black with #D325EA
Text Example
Text Example
White with #D325EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325EA; }
p { color: rgb(211,37,234); }
H1.HeaderClassName
{
color: #D325EA;
}
.AnyTagClassName
{
color: #D325EA;
}
</style>
background-color css
<style>
a { background-color: #D325EA; }
a { background-color: rgb(211,37,234); }
div.DivClassName
{
background-color: #D325EA;
}
.BgClassName
{
background-color: #D325EA;
}
</style>
border-color css
<style>
span { border-color: #D325EA; }
span { border-color: rgb(211,37,234); }
td.TdClassName
{
border-color: #D325EA;
}
.TagClassName
{
border-color: #D325EA;
}
</style>