Shades of Psychedelic Purple #D014FC
Tints of Psychedelic Purple #D014FC
RGB
CMYK
RGB Variations
Color information
#D014FC (or 0xD014FC) is known color: Psychedelic Purple. HEX triplet: D0, 14 and FC. RGB value is (208,20,252). Sum of RGB (Red+Green+Blue) = 208+20+252=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #D014FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014FC is #2FEB03. Grayscale: #656565. Windows color (decimal): -3140356 or 16520400. OLE color: 16520400.
HSL color Cylindrical-coordinate representation of color #D014FC: hue angle of 288.62º 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 #D014FC is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 20 | 252 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.01 |
| HSL | 288.62º | 0.97% | 0.53% | - |
| HSV(B) | 288.62º | 0.92% | 0.99% | - |
| XYZ | 43.83 | 20.94 | 93.83 | - |
| YUV | 102.66 | 212.28 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 252 | 0.17 | 0.92 | 0 | 0.01 | 288.62 | 0.97 | 0.53 |
| Hex | D0 | 14 | FC | 11 | 5C | 0 | 1 | 121 | 61 | 35 |
| Octal | 320 | 24 | 374 | 21 | 134 | 0 | 1 | 441 | 141 | 65 |
| Binary | 11010000 | 10100 | 11111100 | 10001 | 1011100 | 0 | 1 | 100100001 | 1100001 | 110101 |
Color Harmonies of #D014FC
Complementary color
Monochromatic Colors of #D014FC
Black with #D014FC
Text Example
Text Example
White with #D014FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014FC; }
p { color: rgb(208,20,252); }
H1.HeaderClassName
{
color: #D014FC;
}
.AnyTagClassName
{
color: #D014FC;
}
</style>
background-color css
<style>
a { background-color: #D014FC; }
a { background-color: rgb(208,20,252); }
div.DivClassName
{
background-color: #D014FC;
}
.BgClassName
{
background-color: #D014FC;
}
</style>
border-color css
<style>
span { border-color: #D014FC; }
span { border-color: rgb(208,20,252); }
td.TdClassName
{
border-color: #D014FC;
}
.TagClassName
{
border-color: #D014FC;
}
</style>