Shades of Psychedelic Purple #D326EF
Tints of Psychedelic Purple #D326EF
RGB
CMYK
RGB Variations
Color information
#D326EF (or 0xD326EF) is known color: Psychedelic Purple. HEX triplet: D3, 26 and EF. RGB value is (211,38,239). Sum of RGB (Red+Green+Blue) = 211+38+239=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D326EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326EF is #2CD910. Grayscale: #707070. Windows color (decimal): -2939153 or 15673043. OLE color: 15673043.
HSL color Cylindrical-coordinate representation of color #D326EF: hue angle of 291.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D326EF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 38 | 239 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.06 |
| HSL | 291.64º | 0.86% | 0.54% | - |
| HSV(B) | 291.64º | 0.84% | 0.94% | - |
| XYZ | 43.14 | 21.47 | 83.53 | - |
| YUV | 112.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 239 | 0.12 | 0.84 | 0 | 0.06 | 291.64 | 0.86 | 0.54 |
| Hex | D3 | 26 | EF | C | 54 | 0 | 6 | 124 | 56 | 36 |
| Octal | 323 | 46 | 357 | 14 | 124 | 0 | 6 | 444 | 126 | 66 |
| Binary | 11010011 | 100110 | 11101111 | 1100 | 1010100 | 0 | 110 | 100100100 | 1010110 | 110110 |
Color Harmonies of #D326EF
Complementary color
Monochromatic Colors of #D326EF
Black with #D326EF
Text Example
Text Example
White with #D326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D326EF; }
p { color: rgb(211,38,239); }
H1.HeaderClassName
{
color: #D326EF;
}
.AnyTagClassName
{
color: #D326EF;
}
</style>
background-color css
<style>
a { background-color: #D326EF; }
a { background-color: rgb(211,38,239); }
div.DivClassName
{
background-color: #D326EF;
}
.BgClassName
{
background-color: #D326EF;
}
</style>
border-color css
<style>
span { border-color: #D326EF; }
span { border-color: rgb(211,38,239); }
td.TdClassName
{
border-color: #D326EF;
}
.TagClassName
{
border-color: #D326EF;
}
</style>