Shades of Psychedelic Purple #D322FA
Tints of Psychedelic Purple #D322FA
RGB
CMYK
RGB Variations
Color information
#D322FA (or 0xD322FA) is known color: Psychedelic Purple. HEX triplet: D3, 22 and FA. RGB value is (211,34,250). Sum of RGB (Red+Green+Blue) = 211+34+250=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 34 (13.67% from 255 or 6.87% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #D322FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D322FA is #2CDD05. Grayscale: #6E6E6E. Windows color (decimal): -2940166 or 16392915. OLE color: 16392915.
HSL color Cylindrical-coordinate representation of color #D322FA: hue angle of 289.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D322FA is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 34 | 250 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.02 |
| HSL | 289.17º | 0.96% | 0.56% | - |
| HSV(B) | 289.17º | 0.86% | 0.98% | - |
| XYZ | 44.69 | 21.9 | 92.31 | - |
| YUV | 111.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 250 | 0.16 | 0.86 | 0 | 0.02 | 289.17 | 0.96 | 0.56 |
| Hex | D3 | 22 | FA | 10 | 56 | 0 | 2 | 121 | 60 | 38 |
| Octal | 323 | 42 | 372 | 20 | 126 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010011 | 100010 | 11111010 | 10000 | 1010110 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D322FA
Complementary color
Monochromatic Colors of #D322FA
Black with #D322FA
Text Example
Text Example
White with #D322FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D322FA; }
p { color: rgb(211,34,250); }
H1.HeaderClassName
{
color: #D322FA;
}
.AnyTagClassName
{
color: #D322FA;
}
</style>
background-color css
<style>
a { background-color: #D322FA; }
a { background-color: rgb(211,34,250); }
div.DivClassName
{
background-color: #D322FA;
}
.BgClassName
{
background-color: #D322FA;
}
</style>
border-color css
<style>
span { border-color: #D322FA; }
span { border-color: rgb(211,34,250); }
td.TdClassName
{
border-color: #D322FA;
}
.TagClassName
{
border-color: #D322FA;
}
</style>