Shades of Psychedelic Purple #D326ED
Tints of Psychedelic Purple #D326ED
RGB
CMYK
RGB Variations
Color information
#D326ED (or 0xD326ED) is known color: Psychedelic Purple. HEX triplet: D3, 26 and ED. RGB value is (211,38,237). Sum of RGB (Red+Green+Blue) = 211+38+237=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #D326ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326ED is #2CD912. Grayscale: #6F6F6F. Windows color (decimal): -2939155 or 15541971. OLE color: 15541971.
HSL color Cylindrical-coordinate representation of color #D326ED: hue angle of 292.16º degrees, saturation: 0.85, 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 #D326ED is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 38 | 237 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.07 |
| HSL | 292.16º | 0.85% | 0.54% | - |
| HSV(B) | 292.16º | 0.84% | 0.93% | - |
| XYZ | 42.84 | 21.35 | 81.98 | - |
| YUV | 112.41 | 198.31 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 237 | 0.11 | 0.84 | 0 | 0.07 | 292.16 | 0.85 | 0.54 |
| Hex | D3 | 26 | ED | B | 54 | 0 | 7 | 124 | 55 | 36 |
| Octal | 323 | 46 | 355 | 13 | 124 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010011 | 100110 | 11101101 | 1011 | 1010100 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D326ED
Complementary color
Monochromatic Colors of #D326ED
Black with #D326ED
Text Example
Text Example
White with #D326ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D326ED; }
p { color: rgb(211,38,237); }
H1.HeaderClassName
{
color: #D326ED;
}
.AnyTagClassName
{
color: #D326ED;
}
</style>
background-color css
<style>
a { background-color: #D326ED; }
a { background-color: rgb(211,38,237); }
div.DivClassName
{
background-color: #D326ED;
}
.BgClassName
{
background-color: #D326ED;
}
</style>
border-color css
<style>
span { border-color: #D326ED; }
span { border-color: rgb(211,38,237); }
td.TdClassName
{
border-color: #D326ED;
}
.TagClassName
{
border-color: #D326ED;
}
</style>