Shades of Psychedelic Purple #DC2AFF
Tints of Psychedelic Purple #DC2AFF
RGB
CMYK
RGB Variations
Color information
#DC2AFF (or 0xDC2AFF) is known color: Psychedelic Purple. HEX triplet: DC, 2A and FF. RGB value is (220,42,255). Sum of RGB (Red+Green+Blue) = 220+42+255=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 42 (16.80% from 255 or 8.12% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AFF is #23D500. Grayscale: #767676. Windows color (decimal): -2348289 or 16722652. OLE color: 16722652.
HSL color Cylindrical-coordinate representation of color #DC2AFF: hue angle of 290.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2AFF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 42 | 255 | - |
| CMYK | 0.14 | 0.84 | 0 | 0 |
| HSL | 290.14º | 1% | 0.58% | - |
| HSV(B) | 290.14º | 0.84% | 1% | - |
| XYZ | 48.39 | 24.09 | 96.71 | - |
| YUV | 119.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 255 | 0.14 | 0.84 | 0 | 0 | 290.14 | 1 | 0.58 |
| Hex | DC | 2A | FF | E | 54 | 0 | 0 | 122 | 64 | 3A |
| Octal | 334 | 52 | 377 | 16 | 124 | 0 | 0 | 442 | 144 | 72 |
| Binary | 11011100 | 101010 | 11111111 | 1110 | 1010100 | 0 | 0 | 100100010 | 1100100 | 111010 |
Color Harmonies of #DC2AFF
Complementary color
Monochromatic Colors of #DC2AFF
Black with #DC2AFF
Text Example
Text Example
White with #DC2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AFF; }
p { color: rgb(220,42,255); }
H1.HeaderClassName
{
color: #DC2AFF;
}
.AnyTagClassName
{
color: #DC2AFF;
}
</style>
background-color css
<style>
a { background-color: #DC2AFF; }
a { background-color: rgb(220,42,255); }
div.DivClassName
{
background-color: #DC2AFF;
}
.BgClassName
{
background-color: #DC2AFF;
}
</style>
border-color css
<style>
span { border-color: #DC2AFF; }
span { border-color: rgb(220,42,255); }
td.TdClassName
{
border-color: #DC2AFF;
}
.TagClassName
{
border-color: #DC2AFF;
}
</style>