Shades of Psychedelic Purple #DC14FE
Tints of Psychedelic Purple #DC14FE
RGB
CMYK
RGB Variations
Color information
#DC14FE (or 0xDC14FE) is known color: Psychedelic Purple. HEX triplet: DC, 14 and FE. RGB value is (220,20,254). Sum of RGB (Red+Green+Blue) = 220+20+254=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14FE is #23EB01. Grayscale: #696969. Windows color (decimal): -2353922 or 16651484. OLE color: 16651484.
HSL color Cylindrical-coordinate representation of color #DC14FE: hue angle of 291.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC14FE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 20 | 254 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.00 |
| HSL | 291.28º | 0.99% | 0.54% | - |
| HSV(B) | 291.28º | 0.92% | 1% | - |
| XYZ | 47.65 | 22.87 | 95.67 | - |
| YUV | 106.48 | 211.26 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 254 | 0.13 | 0.92 | 0 | 0.00 | 291.28 | 0.99 | 0.54 |
| Hex | DC | 14 | FE | D | 5C | 0 | 0 | 123 | 63 | 36 |
| Octal | 334 | 24 | 376 | 15 | 134 | 0 | 0 | 443 | 143 | 66 |
| Binary | 11011100 | 10100 | 11111110 | 1101 | 1011100 | 0 | 0 | 100100011 | 1100011 | 110110 |
Color Harmonies of #DC14FE
Complementary color
Monochromatic Colors of #DC14FE
Black with #DC14FE
Text Example
Text Example
White with #DC14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14FE; }
p { color: rgb(220,20,254); }
H1.HeaderClassName
{
color: #DC14FE;
}
.AnyTagClassName
{
color: #DC14FE;
}
</style>
background-color css
<style>
a { background-color: #DC14FE; }
a { background-color: rgb(220,20,254); }
div.DivClassName
{
background-color: #DC14FE;
}
.BgClassName
{
background-color: #DC14FE;
}
</style>
border-color css
<style>
span { border-color: #DC14FE; }
span { border-color: rgb(220,20,254); }
td.TdClassName
{
border-color: #DC14FE;
}
.TagClassName
{
border-color: #DC14FE;
}
</style>