Shades of Psychedelic Purple #DC14F6
Tints of Psychedelic Purple #DC14F6
RGB
CMYK
RGB Variations
Color information
#DC14F6 (or 0xDC14F6) is known color: Psychedelic Purple. HEX triplet: DC, 14 and F6. RGB value is (220,20,246). Sum of RGB (Red+Green+Blue) = 220+20+246=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC14F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14F6 is #23EB09. Grayscale: #686868. Windows color (decimal): -2353930 or 16127196. OLE color: 16127196.
HSL color Cylindrical-coordinate representation of color #DC14F6: hue angle of 293.1º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC14F6 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 20 | 246 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.04 |
| HSL | 293.1º | 0.93% | 0.52% | - |
| HSV(B) | 293.1º | 0.92% | 0.96% | - |
| XYZ | 46.4 | 22.37 | 89.06 | - |
| YUV | 105.56 | 207.26 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 246 | 0.11 | 0.92 | 0 | 0.04 | 293.1 | 0.93 | 0.52 |
| Hex | DC | 14 | F6 | B | 5C | 0 | 4 | 125 | 5D | 34 |
| Octal | 334 | 24 | 366 | 13 | 134 | 0 | 4 | 445 | 135 | 64 |
| Binary | 11011100 | 10100 | 11110110 | 1011 | 1011100 | 0 | 100 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DC14F6
Complementary color
Monochromatic Colors of #DC14F6
Black with #DC14F6
Text Example
Text Example
White with #DC14F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14F6; }
p { color: rgb(220,20,246); }
H1.HeaderClassName
{
color: #DC14F6;
}
.AnyTagClassName
{
color: #DC14F6;
}
</style>
background-color css
<style>
a { background-color: #DC14F6; }
a { background-color: rgb(220,20,246); }
div.DivClassName
{
background-color: #DC14F6;
}
.BgClassName
{
background-color: #DC14F6;
}
</style>
border-color css
<style>
span { border-color: #DC14F6; }
span { border-color: rgb(220,20,246); }
td.TdClassName
{
border-color: #DC14F6;
}
.TagClassName
{
border-color: #DC14F6;
}
</style>