Shades of Psychedelic Purple #D327F8
Tints of Psychedelic Purple #D327F8
RGB
CMYK
RGB Variations
Color information
#D327F8 (or 0xD327F8) is known color: Psychedelic Purple. HEX triplet: D3, 27 and F8. RGB value is (211,39,248). Sum of RGB (Red+Green+Blue) = 211+39+248=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #D327F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D327F8 is #2CD807. Grayscale: #717171. Windows color (decimal): -2938888 or 16263123. OLE color: 16263123.
HSL color Cylindrical-coordinate representation of color #D327F8: hue angle of 289.38º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D327F8 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 39 | 248 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.03 |
| HSL | 289.38º | 0.94% | 0.56% | - |
| HSV(B) | 289.38º | 0.84% | 0.97% | - |
| XYZ | 44.53 | 22.08 | 90.72 | - |
| YUV | 114.25 | 203.48 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 248 | 0.15 | 0.84 | 0 | 0.03 | 289.38 | 0.94 | 0.56 |
| Hex | D3 | 27 | F8 | F | 54 | 0 | 3 | 121 | 5E | 38 |
| Octal | 323 | 47 | 370 | 17 | 124 | 0 | 3 | 441 | 136 | 70 |
| Binary | 11010011 | 100111 | 11111000 | 1111 | 1010100 | 0 | 11 | 100100001 | 1011110 | 111000 |
Color Harmonies of #D327F8
Complementary color
Monochromatic Colors of #D327F8
Black with #D327F8
Text Example
Text Example
White with #D327F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D327F8; }
p { color: rgb(211,39,248); }
H1.HeaderClassName
{
color: #D327F8;
}
.AnyTagClassName
{
color: #D327F8;
}
</style>
background-color css
<style>
a { background-color: #D327F8; }
a { background-color: rgb(211,39,248); }
div.DivClassName
{
background-color: #D327F8;
}
.BgClassName
{
background-color: #D327F8;
}
</style>
border-color css
<style>
span { border-color: #D327F8; }
span { border-color: rgb(211,39,248); }
td.TdClassName
{
border-color: #D327F8;
}
.TagClassName
{
border-color: #D327F8;
}
</style>