Shades of Psychedelic Purple #D326EA
Tints of Psychedelic Purple #D326EA
RGB
CMYK
RGB Variations
Color information
#D326EA (or 0xD326EA) is known color: Psychedelic Purple. HEX triplet: D3, 26 and EA. RGB value is (211,38,234). Sum of RGB (Red+Green+Blue) = 211+38+234=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #D326EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326EA is #2CD915. Grayscale: #6F6F6F. Windows color (decimal): -2939158 or 15345363. OLE color: 15345363.
HSL color Cylindrical-coordinate representation of color #D326EA: hue angle of 292.96º 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 #D326EA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 38 | 234 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.08 |
| HSL | 292.96º | 0.82% | 0.53% | - |
| HSV(B) | 292.96º | 0.84% | 0.92% | - |
| XYZ | 42.41 | 21.18 | 79.69 | - |
| YUV | 112.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 234 | 0.10 | 0.84 | 0 | 0.08 | 292.96 | 0.82 | 0.53 |
| Hex | D3 | 26 | EA | A | 54 | 0 | 8 | 125 | 52 | 35 |
| Octal | 323 | 46 | 352 | 12 | 124 | 0 | 10 | 445 | 122 | 65 |
| Binary | 11010011 | 100110 | 11101010 | 1010 | 1010100 | 0 | 1000 | 100100101 | 1010010 | 110101 |
Color Harmonies of #D326EA
Complementary color
Monochromatic Colors of #D326EA
Black with #D326EA
Text Example
Text Example
White with #D326EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D326EA; }
p { color: rgb(211,38,234); }
H1.HeaderClassName
{
color: #D326EA;
}
.AnyTagClassName
{
color: #D326EA;
}
</style>
background-color css
<style>
a { background-color: #D326EA; }
a { background-color: rgb(211,38,234); }
div.DivClassName
{
background-color: #D326EA;
}
.BgClassName
{
background-color: #D326EA;
}
</style>
border-color css
<style>
span { border-color: #D326EA; }
span { border-color: rgb(211,38,234); }
td.TdClassName
{
border-color: #D326EA;
}
.TagClassName
{
border-color: #D326EA;
}
</style>