Shades of Psychedelic Purple #DC2AFA
Tints of Psychedelic Purple #DC2AFA
RGB
CMYK
RGB Variations
Color information
#DC2AFA (or 0xDC2AFA) is known color: Psychedelic Purple. HEX triplet: DC, 2A and FA. RGB value is (220,42,250). Sum of RGB (Red+Green+Blue) = 220+42+250=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC2AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AFA is #23D505. Grayscale: #767676. Windows color (decimal): -2348294 or 16394972. OLE color: 16394972.
HSL color Cylindrical-coordinate representation of color #DC2AFA: hue angle of 291.35º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2AFA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 42 | 250 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.02 |
| HSL | 291.35º | 0.95% | 0.57% | - |
| HSV(B) | 291.35º | 0.83% | 0.98% | - |
| XYZ | 47.6 | 23.77 | 92.52 | - |
| YUV | 118.93 | 201.97 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 250 | 0.12 | 0.83 | 0 | 0.02 | 291.35 | 0.95 | 0.57 |
| Hex | DC | 2A | FA | C | 53 | 0 | 2 | 123 | 5F | 39 |
| Octal | 334 | 52 | 372 | 14 | 123 | 0 | 2 | 443 | 137 | 71 |
| Binary | 11011100 | 101010 | 11111010 | 1100 | 1010011 | 0 | 10 | 100100011 | 1011111 | 111001 |
Color Harmonies of #DC2AFA
Complementary color
Monochromatic Colors of #DC2AFA
Black with #DC2AFA
Text Example
Text Example
White with #DC2AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AFA; }
p { color: rgb(220,42,250); }
H1.HeaderClassName
{
color: #DC2AFA;
}
.AnyTagClassName
{
color: #DC2AFA;
}
</style>
background-color css
<style>
a { background-color: #DC2AFA; }
a { background-color: rgb(220,42,250); }
div.DivClassName
{
background-color: #DC2AFA;
}
.BgClassName
{
background-color: #DC2AFA;
}
</style>
border-color css
<style>
span { border-color: #DC2AFA; }
span { border-color: rgb(220,42,250); }
td.TdClassName
{
border-color: #DC2AFA;
}
.TagClassName
{
border-color: #DC2AFA;
}
</style>