Shades of Psychedelic Purple #D324FC
Tints of Psychedelic Purple #D324FC
RGB
CMYK
RGB Variations
Color information
#D324FC (or 0xD324FC) is known color: Psychedelic Purple. HEX triplet: D3, 24 and FC. RGB value is (211,36,252). Sum of RGB (Red+Green+Blue) = 211+36+252=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #D324FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324FC is #2CDB03. Grayscale: #707070. Windows color (decimal): -2939652 or 16524499. OLE color: 16524499.
HSL color Cylindrical-coordinate representation of color #D324FC: hue angle of 288.61º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D324FC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 36 | 252 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.01 |
| HSL | 288.61º | 0.97% | 0.56% | - |
| HSV(B) | 288.61º | 0.86% | 0.99% | - |
| XYZ | 45.07 | 22.14 | 93.99 | - |
| YUV | 112.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 252 | 0.16 | 0.86 | 0 | 0.01 | 288.61 | 0.97 | 0.56 |
| Hex | D3 | 24 | FC | 10 | 56 | 0 | 1 | 121 | 61 | 38 |
| Octal | 323 | 44 | 374 | 20 | 126 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010011 | 100100 | 11111100 | 10000 | 1010110 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D324FC
Complementary color
Monochromatic Colors of #D324FC
Black with #D324FC
Text Example
Text Example
White with #D324FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D324FC; }
p { color: rgb(211,36,252); }
H1.HeaderClassName
{
color: #D324FC;
}
.AnyTagClassName
{
color: #D324FC;
}
</style>
background-color css
<style>
a { background-color: #D324FC; }
a { background-color: rgb(211,36,252); }
div.DivClassName
{
background-color: #D324FC;
}
.BgClassName
{
background-color: #D324FC;
}
</style>
border-color css
<style>
span { border-color: #D324FC; }
span { border-color: rgb(211,36,252); }
td.TdClassName
{
border-color: #D324FC;
}
.TagClassName
{
border-color: #D324FC;
}
</style>