Shades of Psychedelic Purple #D614FC
Tints of Psychedelic Purple #D614FC
RGB
CMYK
RGB Variations
Color information
#D614FC (or 0xD614FC) is known color: Psychedelic Purple. HEX triplet: D6, 14 and FC. RGB value is (214,20,252). Sum of RGB (Red+Green+Blue) = 214+20+252=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #D614FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614FC is #29EB03. Grayscale: #676767. Windows color (decimal): -2747140 or 16520406. OLE color: 16520406.
HSL color Cylindrical-coordinate representation of color #D614FC: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D614FC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 20 | 252 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.01 |
| HSL | 290.17º | 0.97% | 0.53% | - |
| HSV(B) | 290.17º | 0.92% | 0.99% | - |
| XYZ | 45.55 | 21.82 | 93.91 | - |
| YUV | 104.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 252 | 0.15 | 0.92 | 0 | 0.01 | 290.17 | 0.97 | 0.53 |
| Hex | D6 | 14 | FC | F | 5C | 0 | 1 | 122 | 61 | 35 |
| Octal | 326 | 24 | 374 | 17 | 134 | 0 | 1 | 442 | 141 | 65 |
| Binary | 11010110 | 10100 | 11111100 | 1111 | 1011100 | 0 | 1 | 100100010 | 1100001 | 110101 |
Color Harmonies of #D614FC
Complementary color
Monochromatic Colors of #D614FC
Black with #D614FC
Text Example
Text Example
White with #D614FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614FC; }
p { color: rgb(214,20,252); }
H1.HeaderClassName
{
color: #D614FC;
}
.AnyTagClassName
{
color: #D614FC;
}
</style>
background-color css
<style>
a { background-color: #D614FC; }
a { background-color: rgb(214,20,252); }
div.DivClassName
{
background-color: #D614FC;
}
.BgClassName
{
background-color: #D614FC;
}
</style>
border-color css
<style>
span { border-color: #D614FC; }
span { border-color: rgb(214,20,252); }
td.TdClassName
{
border-color: #D614FC;
}
.TagClassName
{
border-color: #D614FC;
}
</style>