Shades of Psychedelic Purple #DC12F6
Tints of Psychedelic Purple #DC12F6
RGB
CMYK
RGB Variations
Color information
#DC12F6 (or 0xDC12F6) is known color: Psychedelic Purple. HEX triplet: DC, 12 and F6. RGB value is (220,18,246). Sum of RGB (Red+Green+Blue) = 220+18+246=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC12F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12F6 is #23ED09. Grayscale: #676767. Windows color (decimal): -2354442 or 16126684. OLE color: 16126684.
HSL color Cylindrical-coordinate representation of color #DC12F6: hue angle of 293.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC12F6 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 18 | 246 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.04 |
| HSL | 293.16º | 0.93% | 0.52% | - |
| HSV(B) | 293.16º | 0.93% | 0.96% | - |
| XYZ | 46.37 | 22.3 | 89.05 | - |
| YUV | 104.39 | 207.92 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 246 | 0.11 | 0.93 | 0 | 0.04 | 293.16 | 0.93 | 0.52 |
| Hex | DC | 12 | F6 | B | 5D | 0 | 4 | 125 | 5D | 34 |
| Octal | 334 | 22 | 366 | 13 | 135 | 0 | 4 | 445 | 135 | 64 |
| Binary | 11011100 | 10010 | 11110110 | 1011 | 1011101 | 0 | 100 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DC12F6
Complementary color
Monochromatic Colors of #DC12F6
Black with #DC12F6
Text Example
Text Example
White with #DC12F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12F6; }
p { color: rgb(220,18,246); }
H1.HeaderClassName
{
color: #DC12F6;
}
.AnyTagClassName
{
color: #DC12F6;
}
</style>
background-color css
<style>
a { background-color: #DC12F6; }
a { background-color: rgb(220,18,246); }
div.DivClassName
{
background-color: #DC12F6;
}
.BgClassName
{
background-color: #DC12F6;
}
</style>
border-color css
<style>
span { border-color: #DC12F6; }
span { border-color: rgb(220,18,246); }
td.TdClassName
{
border-color: #DC12F6;
}
.TagClassName
{
border-color: #DC12F6;
}
</style>