Shades of Psychedelic Purple #D326FC
Tints of Psychedelic Purple #D326FC
RGB
CMYK
RGB Variations
Color information
#D326FC (or 0xD326FC) is known color: Psychedelic Purple. HEX triplet: D3, 26 and FC. RGB value is (211,38,252). Sum of RGB (Red+Green+Blue) = 211+38+252=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #D326FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326FC is #2CD903. Grayscale: #717171. Windows color (decimal): -2939140 or 16525011. OLE color: 16525011.
HSL color Cylindrical-coordinate representation of color #D326FC: hue angle of 288.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D326FC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 38 | 252 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.01 |
| HSL | 288.5º | 0.97% | 0.57% | - |
| HSV(B) | 288.5º | 0.85% | 0.99% | - |
| XYZ | 45.13 | 22.26 | 94.01 | - |
| YUV | 114.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 252 | 0.16 | 0.85 | 0 | 0.01 | 288.5 | 0.97 | 0.57 |
| Hex | D3 | 26 | FC | 10 | 55 | 0 | 1 | 121 | 61 | 39 |
| Octal | 323 | 46 | 374 | 20 | 125 | 0 | 1 | 441 | 141 | 71 |
| Binary | 11010011 | 100110 | 11111100 | 10000 | 1010101 | 0 | 1 | 100100001 | 1100001 | 111001 |
Color Harmonies of #D326FC
Complementary color
Monochromatic Colors of #D326FC
Black with #D326FC
Text Example
Text Example
White with #D326FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D326FC; }
p { color: rgb(211,38,252); }
H1.HeaderClassName
{
color: #D326FC;
}
.AnyTagClassName
{
color: #D326FC;
}
</style>
background-color css
<style>
a { background-color: #D326FC; }
a { background-color: rgb(211,38,252); }
div.DivClassName
{
background-color: #D326FC;
}
.BgClassName
{
background-color: #D326FC;
}
</style>
border-color css
<style>
span { border-color: #D326FC; }
span { border-color: rgb(211,38,252); }
td.TdClassName
{
border-color: #D326FC;
}
.TagClassName
{
border-color: #D326FC;
}
</style>