Shades of Psychedelic Purple #DC14FC
Tints of Psychedelic Purple #DC14FC
RGB
CMYK
RGB Variations
Color information
#DC14FC (or 0xDC14FC) is known color: Psychedelic Purple. HEX triplet: DC, 14 and FC. RGB value is (220,20,252). Sum of RGB (Red+Green+Blue) = 220+20+252=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC14FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14FC is #23EB03. Grayscale: #696969. Windows color (decimal): -2353924 or 16520412. OLE color: 16520412.
HSL color Cylindrical-coordinate representation of color #DC14FC: hue angle of 291.72º 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 #DC14FC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 20 | 252 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.01 |
| HSL | 291.72º | 0.97% | 0.53% | - |
| HSV(B) | 291.72º | 0.92% | 0.99% | - |
| XYZ | 47.34 | 22.74 | 93.99 | - |
| YUV | 106.25 | 210.26 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 252 | 0.13 | 0.92 | 0 | 0.01 | 291.72 | 0.97 | 0.53 |
| Hex | DC | 14 | FC | D | 5C | 0 | 1 | 124 | 61 | 35 |
| Octal | 334 | 24 | 374 | 15 | 134 | 0 | 1 | 444 | 141 | 65 |
| Binary | 11011100 | 10100 | 11111100 | 1101 | 1011100 | 0 | 1 | 100100100 | 1100001 | 110101 |
Color Harmonies of #DC14FC
Complementary color
Monochromatic Colors of #DC14FC
Black with #DC14FC
Text Example
Text Example
White with #DC14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14FC; }
p { color: rgb(220,20,252); }
H1.HeaderClassName
{
color: #DC14FC;
}
.AnyTagClassName
{
color: #DC14FC;
}
</style>
background-color css
<style>
a { background-color: #DC14FC; }
a { background-color: rgb(220,20,252); }
div.DivClassName
{
background-color: #DC14FC;
}
.BgClassName
{
background-color: #DC14FC;
}
</style>
border-color css
<style>
span { border-color: #DC14FC; }
span { border-color: rgb(220,20,252); }
td.TdClassName
{
border-color: #DC14FC;
}
.TagClassName
{
border-color: #DC14FC;
}
</style>