Shades of Psychedelic Purple #D325EB
Tints of Psychedelic Purple #D325EB
RGB
CMYK
RGB Variations
Color information
#D325EB (or 0xD325EB) is known color: Psychedelic Purple. HEX triplet: D3, 25 and EB. RGB value is (211,37,235). Sum of RGB (Red+Green+Blue) = 211+37+235=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #D325EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325EB is #2CDA14. Grayscale: #6E6E6E. Windows color (decimal): -2939413 or 15410643. OLE color: 15410643.
HSL color Cylindrical-coordinate representation of color #D325EB: hue angle of 292.73º degrees, saturation: 0.83, 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 #D325EB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 37 | 235 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.08 |
| HSL | 292.73º | 0.83% | 0.53% | - |
| HSV(B) | 292.73º | 0.84% | 0.92% | - |
| XYZ | 42.52 | 21.17 | 80.44 | - |
| YUV | 111.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 235 | 0.10 | 0.84 | 0 | 0.08 | 292.73 | 0.83 | 0.53 |
| Hex | D3 | 25 | EB | A | 54 | 0 | 8 | 125 | 53 | 35 |
| Octal | 323 | 45 | 353 | 12 | 124 | 0 | 10 | 445 | 123 | 65 |
| Binary | 11010011 | 100101 | 11101011 | 1010 | 1010100 | 0 | 1000 | 100100101 | 1010011 | 110101 |
Color Harmonies of #D325EB
Complementary color
Monochromatic Colors of #D325EB
Black with #D325EB
Text Example
Text Example
White with #D325EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325EB; }
p { color: rgb(211,37,235); }
H1.HeaderClassName
{
color: #D325EB;
}
.AnyTagClassName
{
color: #D325EB;
}
</style>
background-color css
<style>
a { background-color: #D325EB; }
a { background-color: rgb(211,37,235); }
div.DivClassName
{
background-color: #D325EB;
}
.BgClassName
{
background-color: #D325EB;
}
</style>
border-color css
<style>
span { border-color: #D325EB; }
span { border-color: rgb(211,37,235); }
td.TdClassName
{
border-color: #D325EB;
}
.TagClassName
{
border-color: #D325EB;
}
</style>