Shades of Psychedelic Purple #D321F3
Tints of Psychedelic Purple #D321F3
RGB
CMYK
RGB Variations
Color information
#D321F3 (or 0xD321F3) is known color: Psychedelic Purple. HEX triplet: D3, 21 and F3. RGB value is (211,33,243). Sum of RGB (Red+Green+Blue) = 211+33+243=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #D321F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321F3 is #2CDE0C. Grayscale: #6D6D6D. Windows color (decimal): -2940429 or 15933907. OLE color: 15933907.
HSL color Cylindrical-coordinate representation of color #D321F3: hue angle of 290.86º degrees, saturation: 0.9, 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 #D321F3 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 33 | 243 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.05 |
| HSL | 290.86º | 0.9% | 0.54% | - |
| HSV(B) | 290.86º | 0.86% | 0.95% | - |
| XYZ | 43.59 | 21.41 | 86.63 | - |
| YUV | 110.16 | 202.97 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 243 | 0.13 | 0.86 | 0 | 0.05 | 290.86 | 0.9 | 0.54 |
| Hex | D3 | 21 | F3 | D | 56 | 0 | 5 | 123 | 5A | 36 |
| Octal | 323 | 41 | 363 | 15 | 126 | 0 | 5 | 443 | 132 | 66 |
| Binary | 11010011 | 100001 | 11110011 | 1101 | 1010110 | 0 | 101 | 100100011 | 1011010 | 110110 |
Color Harmonies of #D321F3
Complementary color
Monochromatic Colors of #D321F3
Black with #D321F3
Text Example
Text Example
White with #D321F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321F3; }
p { color: rgb(211,33,243); }
H1.HeaderClassName
{
color: #D321F3;
}
.AnyTagClassName
{
color: #D321F3;
}
</style>
background-color css
<style>
a { background-color: #D321F3; }
a { background-color: rgb(211,33,243); }
div.DivClassName
{
background-color: #D321F3;
}
.BgClassName
{
background-color: #D321F3;
}
</style>
border-color css
<style>
span { border-color: #D321F3; }
span { border-color: rgb(211,33,243); }
td.TdClassName
{
border-color: #D321F3;
}
.TagClassName
{
border-color: #D321F3;
}
</style>