Shades of Psychedelic Purple #D322F7
Tints of Psychedelic Purple #D322F7
RGB
CMYK
RGB Variations
Color information
#D322F7 (or 0xD322F7) is known color: Psychedelic Purple. HEX triplet: D3, 22 and F7. RGB value is (211,34,247). Sum of RGB (Red+Green+Blue) = 211+34+247=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 34 (13.67% from 255 or 6.91% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #D322F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D322F7 is #2CDD08. Grayscale: #6E6E6E. Windows color (decimal): -2940169 or 16196307. OLE color: 16196307.
HSL color Cylindrical-coordinate representation of color #D322F7: hue angle of 289.86º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D322F7 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 34 | 247 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.03 |
| HSL | 289.86º | 0.93% | 0.55% | - |
| HSV(B) | 289.86º | 0.86% | 0.97% | - |
| XYZ | 44.22 | 21.71 | 89.85 | - |
| YUV | 111.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 247 | 0.15 | 0.86 | 0 | 0.03 | 289.86 | 0.93 | 0.55 |
| Hex | D3 | 22 | F7 | F | 56 | 0 | 3 | 122 | 5D | 37 |
| Octal | 323 | 42 | 367 | 17 | 126 | 0 | 3 | 442 | 135 | 67 |
| Binary | 11010011 | 100010 | 11110111 | 1111 | 1010110 | 0 | 11 | 100100010 | 1011101 | 110111 |
Color Harmonies of #D322F7
Complementary color
Monochromatic Colors of #D322F7
Black with #D322F7
Text Example
Text Example
White with #D322F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D322F7; }
p { color: rgb(211,34,247); }
H1.HeaderClassName
{
color: #D322F7;
}
.AnyTagClassName
{
color: #D322F7;
}
</style>
background-color css
<style>
a { background-color: #D322F7; }
a { background-color: rgb(211,34,247); }
div.DivClassName
{
background-color: #D322F7;
}
.BgClassName
{
background-color: #D322F7;
}
</style>
border-color css
<style>
span { border-color: #D322F7; }
span { border-color: rgb(211,34,247); }
td.TdClassName
{
border-color: #D322F7;
}
.TagClassName
{
border-color: #D322F7;
}
</style>