Shades of Psychedelic Purple #DC2AFE
Tints of Psychedelic Purple #DC2AFE
RGB
CMYK
RGB Variations
Color information
#DC2AFE (or 0xDC2AFE) is known color: Psychedelic Purple. HEX triplet: DC, 2A and FE. RGB value is (220,42,254). Sum of RGB (Red+Green+Blue) = 220+42+254=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 42 (16.80% from 255 or 8.14% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC2AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AFE is #23D501. Grayscale: #767676. Windows color (decimal): -2348290 or 16657116. OLE color: 16657116.
HSL color Cylindrical-coordinate representation of color #DC2AFE: hue angle of 290.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2AFE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 42 | 254 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.00 |
| HSL | 290.38º | 0.99% | 0.58% | - |
| HSV(B) | 290.38º | 0.83% | 1% | - |
| XYZ | 48.23 | 24.03 | 95.86 | - |
| YUV | 119.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 254 | 0.13 | 0.83 | 0 | 0.00 | 290.38 | 0.99 | 0.58 |
| Hex | DC | 2A | FE | D | 53 | 0 | 0 | 122 | 63 | 3A |
| Octal | 334 | 52 | 376 | 15 | 123 | 0 | 0 | 442 | 143 | 72 |
| Binary | 11011100 | 101010 | 11111110 | 1101 | 1010011 | 0 | 0 | 100100010 | 1100011 | 111010 |
Color Harmonies of #DC2AFE
Complementary color
Monochromatic Colors of #DC2AFE
Black with #DC2AFE
Text Example
Text Example
White with #DC2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AFE; }
p { color: rgb(220,42,254); }
H1.HeaderClassName
{
color: #DC2AFE;
}
.AnyTagClassName
{
color: #DC2AFE;
}
</style>
background-color css
<style>
a { background-color: #DC2AFE; }
a { background-color: rgb(220,42,254); }
div.DivClassName
{
background-color: #DC2AFE;
}
.BgClassName
{
background-color: #DC2AFE;
}
</style>
border-color css
<style>
span { border-color: #DC2AFE; }
span { border-color: rgb(220,42,254); }
td.TdClassName
{
border-color: #DC2AFE;
}
.TagClassName
{
border-color: #DC2AFE;
}
</style>