Shades of Psychedelic Purple #D323F2
Tints of Psychedelic Purple #D323F2
RGB
CMYK
RGB Variations
Color information
#D323F2 (or 0xD323F2) is known color: Psychedelic Purple. HEX triplet: D3, 23 and F2. RGB value is (211,35,242). Sum of RGB (Red+Green+Blue) = 211+35+242=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #D323F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323F2 is #2CDC0D. Grayscale: #6E6E6E. Windows color (decimal): -2939918 or 15868883. OLE color: 15868883.
HSL color Cylindrical-coordinate representation of color #D323F2: hue angle of 291.01º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D323F2 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 35 | 242 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.05 |
| HSL | 291.01º | 0.89% | 0.54% | - |
| HSV(B) | 291.01º | 0.86% | 0.95% | - |
| XYZ | 43.49 | 21.46 | 85.85 | - |
| YUV | 111.22 | 201.81 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 242 | 0.13 | 0.86 | 0 | 0.05 | 291.01 | 0.89 | 0.54 |
| Hex | D3 | 23 | F2 | D | 56 | 0 | 5 | 123 | 59 | 36 |
| Octal | 323 | 43 | 362 | 15 | 126 | 0 | 5 | 443 | 131 | 66 |
| Binary | 11010011 | 100011 | 11110010 | 1101 | 1010110 | 0 | 101 | 100100011 | 1011001 | 110110 |
Color Harmonies of #D323F2
Complementary color
Monochromatic Colors of #D323F2
Black with #D323F2
Text Example
Text Example
White with #D323F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323F2; }
p { color: rgb(211,35,242); }
H1.HeaderClassName
{
color: #D323F2;
}
.AnyTagClassName
{
color: #D323F2;
}
</style>
background-color css
<style>
a { background-color: #D323F2; }
a { background-color: rgb(211,35,242); }
div.DivClassName
{
background-color: #D323F2;
}
.BgClassName
{
background-color: #D323F2;
}
</style>
border-color css
<style>
span { border-color: #D323F2; }
span { border-color: rgb(211,35,242); }
td.TdClassName
{
border-color: #D323F2;
}
.TagClassName
{
border-color: #D323F2;
}
</style>