Shades of Psychedelic Purple #DC12FE
Tints of Psychedelic Purple #DC12FE
RGB
CMYK
RGB Variations
Color information
#DC12FE (or 0xDC12FE) is known color: Psychedelic Purple. HEX triplet: DC, 12 and FE. RGB value is (220,18,254). Sum of RGB (Red+Green+Blue) = 220+18+254=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12FE is #23ED01. Grayscale: #686868. Windows color (decimal): -2354434 or 16650972. OLE color: 16650972.
HSL color Cylindrical-coordinate representation of color #DC12FE: hue angle of 291.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC12FE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 18 | 254 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.00 |
| HSL | 291.36º | 0.99% | 0.53% | - |
| HSV(B) | 291.36º | 0.93% | 1% | - |
| XYZ | 47.62 | 22.8 | 95.66 | - |
| YUV | 105.3 | 211.92 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 254 | 0.13 | 0.93 | 0 | 0.00 | 291.36 | 0.99 | 0.53 |
| Hex | DC | 12 | FE | D | 5D | 0 | 0 | 123 | 63 | 35 |
| Octal | 334 | 22 | 376 | 15 | 135 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011100 | 10010 | 11111110 | 1101 | 1011101 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DC12FE
Complementary color
Monochromatic Colors of #DC12FE
Black with #DC12FE
Text Example
Text Example
White with #DC12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12FE; }
p { color: rgb(220,18,254); }
H1.HeaderClassName
{
color: #DC12FE;
}
.AnyTagClassName
{
color: #DC12FE;
}
</style>
background-color css
<style>
a { background-color: #DC12FE; }
a { background-color: rgb(220,18,254); }
div.DivClassName
{
background-color: #DC12FE;
}
.BgClassName
{
background-color: #DC12FE;
}
</style>
border-color css
<style>
span { border-color: #DC12FE; }
span { border-color: rgb(220,18,254); }
td.TdClassName
{
border-color: #DC12FE;
}
.TagClassName
{
border-color: #DC12FE;
}
</style>