Shades of Psychedelic Purple #D321FC
Tints of Psychedelic Purple #D321FC
RGB
CMYK
RGB Variations
Color information
#D321FC (or 0xD321FC) is known color: Psychedelic Purple. HEX triplet: D3, 21 and FC. RGB value is (211,33,252). Sum of RGB (Red+Green+Blue) = 211+33+252=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #D321FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321FC is #2CDE03. Grayscale: #6E6E6E. Windows color (decimal): -2940420 or 16523731. OLE color: 16523731.
HSL color Cylindrical-coordinate representation of color #D321FC: hue angle of 288.77º degrees, saturation: 0.97, 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 #D321FC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 33 | 252 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.01 |
| HSL | 288.77º | 0.97% | 0.56% | - |
| HSV(B) | 288.77º | 0.87% | 0.99% | - |
| XYZ | 44.98 | 21.96 | 93.96 | - |
| YUV | 111.19 | 207.47 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 252 | 0.16 | 0.87 | 0 | 0.01 | 288.77 | 0.97 | 0.56 |
| Hex | D3 | 21 | FC | 10 | 57 | 0 | 1 | 121 | 61 | 38 |
| Octal | 323 | 41 | 374 | 20 | 127 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010011 | 100001 | 11111100 | 10000 | 1010111 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D321FC
Complementary color
Monochromatic Colors of #D321FC
Black with #D321FC
Text Example
Text Example
White with #D321FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321FC; }
p { color: rgb(211,33,252); }
H1.HeaderClassName
{
color: #D321FC;
}
.AnyTagClassName
{
color: #D321FC;
}
</style>
background-color css
<style>
a { background-color: #D321FC; }
a { background-color: rgb(211,33,252); }
div.DivClassName
{
background-color: #D321FC;
}
.BgClassName
{
background-color: #D321FC;
}
</style>
border-color css
<style>
span { border-color: #D321FC; }
span { border-color: rgb(211,33,252); }
td.TdClassName
{
border-color: #D321FC;
}
.TagClassName
{
border-color: #D321FC;
}
</style>