Shades of Psychedelic Purple #D322FD
Tints of Psychedelic Purple #D322FD
RGB
CMYK
RGB Variations
Color information
#D322FD (or 0xD322FD) is known color: Psychedelic Purple. HEX triplet: D3, 22 and FD. RGB value is (211,34,253). Sum of RGB (Red+Green+Blue) = 211+34+253=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 34 (13.67% from 255 or 6.83% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #D322FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D322FD is #2CDD02. Grayscale: #6F6F6F. Windows color (decimal): -2940163 or 16589523. OLE color: 16589523.
HSL color Cylindrical-coordinate representation of color #D322FD: hue angle of 288.49º 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 #D322FD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 34 | 253 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.01 |
| HSL | 288.49º | 0.98% | 0.56% | - |
| HSV(B) | 288.49º | 0.87% | 0.99% | - |
| XYZ | 45.17 | 22.08 | 94.81 | - |
| YUV | 111.89 | 207.64 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 253 | 0.17 | 0.87 | 0 | 0.01 | 288.49 | 0.98 | 0.56 |
| Hex | D3 | 22 | FD | 11 | 57 | 0 | 1 | 120 | 62 | 38 |
| Octal | 323 | 42 | 375 | 21 | 127 | 0 | 1 | 440 | 142 | 70 |
| Binary | 11010011 | 100010 | 11111101 | 10001 | 1010111 | 0 | 1 | 100100000 | 1100010 | 111000 |
Color Harmonies of #D322FD
Complementary color
Monochromatic Colors of #D322FD
Black with #D322FD
Text Example
Text Example
White with #D322FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D322FD; }
p { color: rgb(211,34,253); }
H1.HeaderClassName
{
color: #D322FD;
}
.AnyTagClassName
{
color: #D322FD;
}
</style>
background-color css
<style>
a { background-color: #D322FD; }
a { background-color: rgb(211,34,253); }
div.DivClassName
{
background-color: #D322FD;
}
.BgClassName
{
background-color: #D322FD;
}
</style>
border-color css
<style>
span { border-color: #D322FD; }
span { border-color: rgb(211,34,253); }
td.TdClassName
{
border-color: #D322FD;
}
.TagClassName
{
border-color: #D322FD;
}
</style>