Shades of Psychedelic Purple #DC12FC
Tints of Psychedelic Purple #DC12FC
RGB
CMYK
RGB Variations
Color information
#DC12FC (or 0xDC12FC) is known color: Psychedelic Purple. HEX triplet: DC, 12 and FC. RGB value is (220,18,252). Sum of RGB (Red+Green+Blue) = 220+18+252=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC12FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12FC is #23ED03. Grayscale: #686868. Windows color (decimal): -2354436 or 16519900. OLE color: 16519900.
HSL color Cylindrical-coordinate representation of color #DC12FC: hue angle of 291.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC12FC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 18 | 252 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.01 |
| HSL | 291.79º | 0.98% | 0.53% | - |
| HSV(B) | 291.79º | 0.93% | 0.99% | - |
| XYZ | 47.3 | 22.68 | 93.98 | - |
| YUV | 105.07 | 210.92 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 252 | 0.13 | 0.93 | 0 | 0.01 | 291.79 | 0.98 | 0.53 |
| Hex | DC | 12 | FC | D | 5D | 0 | 1 | 124 | 62 | 35 |
| Octal | 334 | 22 | 374 | 15 | 135 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011100 | 10010 | 11111100 | 1101 | 1011101 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DC12FC
Complementary color
Monochromatic Colors of #DC12FC
Black with #DC12FC
Text Example
Text Example
White with #DC12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12FC; }
p { color: rgb(220,18,252); }
H1.HeaderClassName
{
color: #DC12FC;
}
.AnyTagClassName
{
color: #DC12FC;
}
</style>
background-color css
<style>
a { background-color: #DC12FC; }
a { background-color: rgb(220,18,252); }
div.DivClassName
{
background-color: #DC12FC;
}
.BgClassName
{
background-color: #DC12FC;
}
</style>
border-color css
<style>
span { border-color: #DC12FC; }
span { border-color: rgb(220,18,252); }
td.TdClassName
{
border-color: #DC12FC;
}
.TagClassName
{
border-color: #DC12FC;
}
</style>