Shades of Psychedelic Purple #D320FD
Tints of Psychedelic Purple #D320FD
RGB
CMYK
RGB Variations
Color information
#D320FD (or 0xD320FD) is known color: Psychedelic Purple. HEX triplet: D3, 20 and FD. RGB value is (211,32,253). Sum of RGB (Red+Green+Blue) = 211+32+253=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #D320FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320FD is #2CDF02. Grayscale: #6E6E6E. Windows color (decimal): -2940675 or 16589011. OLE color: 16589011.
HSL color Cylindrical-coordinate representation of color #D320FD: hue angle of 288.6º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320FD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 32 | 253 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.01 |
| HSL | 288.6º | 0.98% | 0.56% | - |
| HSV(B) | 288.6º | 0.87% | 0.99% | - |
| XYZ | 45.11 | 21.97 | 94.79 | - |
| YUV | 110.72 | 208.3 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 253 | 0.17 | 0.87 | 0 | 0.01 | 288.6 | 0.98 | 0.56 |
| Hex | D3 | 20 | FD | 11 | 57 | 0 | 1 | 121 | 62 | 38 |
| Octal | 323 | 40 | 375 | 21 | 127 | 0 | 1 | 441 | 142 | 70 |
| Binary | 11010011 | 100000 | 11111101 | 10001 | 1010111 | 0 | 1 | 100100001 | 1100010 | 111000 |
Color Harmonies of #D320FD
Complementary color
Monochromatic Colors of #D320FD
Black with #D320FD
Text Example
Text Example
White with #D320FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320FD; }
p { color: rgb(211,32,253); }
H1.HeaderClassName
{
color: #D320FD;
}
.AnyTagClassName
{
color: #D320FD;
}
</style>
background-color css
<style>
a { background-color: #D320FD; }
a { background-color: rgb(211,32,253); }
div.DivClassName
{
background-color: #D320FD;
}
.BgClassName
{
background-color: #D320FD;
}
</style>
border-color css
<style>
span { border-color: #D320FD; }
span { border-color: rgb(211,32,253); }
td.TdClassName
{
border-color: #D320FD;
}
.TagClassName
{
border-color: #D320FD;
}
</style>