Shades of Psychedelic Purple #DC1AF6
Tints of Psychedelic Purple #DC1AF6
RGB
CMYK
RGB Variations
Color information
#DC1AF6 (or 0xDC1AF6) is known color: Psychedelic Purple. HEX triplet: DC, 1A and F6. RGB value is (220,26,246). Sum of RGB (Red+Green+Blue) = 220+26+246=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1AF6 is #23E509. Grayscale: #6C6C6C. Windows color (decimal): -2352394 or 16128732. OLE color: 16128732.
HSL color Cylindrical-coordinate representation of color #DC1AF6: hue angle of 292.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1AF6 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 26 | 246 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.04 |
| HSL | 292.91º | 0.92% | 0.53% | - |
| HSV(B) | 292.91º | 0.89% | 0.96% | - |
| XYZ | 46.52 | 22.61 | 89.1 | - |
| YUV | 109.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 246 | 0.11 | 0.89 | 0 | 0.04 | 292.91 | 0.92 | 0.53 |
| Hex | DC | 1A | F6 | B | 59 | 0 | 4 | 125 | 5C | 35 |
| Octal | 334 | 32 | 366 | 13 | 131 | 0 | 4 | 445 | 134 | 65 |
| Binary | 11011100 | 11010 | 11110110 | 1011 | 1011001 | 0 | 100 | 100100101 | 1011100 | 110101 |
Color Harmonies of #DC1AF6
Complementary color
Monochromatic Colors of #DC1AF6
Black with #DC1AF6
Text Example
Text Example
White with #DC1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AF6; }
p { color: rgb(220,26,246); }
H1.HeaderClassName
{
color: #DC1AF6;
}
.AnyTagClassName
{
color: #DC1AF6;
}
</style>
background-color css
<style>
a { background-color: #DC1AF6; }
a { background-color: rgb(220,26,246); }
div.DivClassName
{
background-color: #DC1AF6;
}
.BgClassName
{
background-color: #DC1AF6;
}
</style>
border-color css
<style>
span { border-color: #DC1AF6; }
span { border-color: rgb(220,26,246); }
td.TdClassName
{
border-color: #DC1AF6;
}
.TagClassName
{
border-color: #DC1AF6;
}
</style>