Shades of Psychedelic Purple #D624FC
Tints of Psychedelic Purple #D624FC
RGB
CMYK
RGB Variations
Color information
#D624FC (or 0xD624FC) is known color: Psychedelic Purple. HEX triplet: D6, 24 and FC. RGB value is (214,36,252). Sum of RGB (Red+Green+Blue) = 214+36+252=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #D624FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624FC is #29DB03. Grayscale: #717171. Windows color (decimal): -2743044 or 16524502. OLE color: 16524502.
HSL color Cylindrical-coordinate representation of color #D624FC: hue angle of 289.44º 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 #D624FC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 36 | 252 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.01 |
| HSL | 289.44º | 0.97% | 0.56% | - |
| HSV(B) | 289.44º | 0.86% | 0.99% | - |
| XYZ | 45.93 | 22.59 | 94.03 | - |
| YUV | 113.85 | 205.97 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 252 | 0.15 | 0.86 | 0 | 0.01 | 289.44 | 0.97 | 0.56 |
| Hex | D6 | 24 | FC | F | 56 | 0 | 1 | 121 | 61 | 38 |
| Octal | 326 | 44 | 374 | 17 | 126 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010110 | 100100 | 11111100 | 1111 | 1010110 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D624FC
Complementary color
Monochromatic Colors of #D624FC
Black with #D624FC
Text Example
Text Example
White with #D624FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624FC; }
p { color: rgb(214,36,252); }
H1.HeaderClassName
{
color: #D624FC;
}
.AnyTagClassName
{
color: #D624FC;
}
</style>
background-color css
<style>
a { background-color: #D624FC; }
a { background-color: rgb(214,36,252); }
div.DivClassName
{
background-color: #D624FC;
}
.BgClassName
{
background-color: #D624FC;
}
</style>
border-color css
<style>
span { border-color: #D624FC; }
span { border-color: rgb(214,36,252); }
td.TdClassName
{
border-color: #D624FC;
}
.TagClassName
{
border-color: #D624FC;
}
</style>