Shades of Psychedelic Purple #DC2AFD
Tints of Psychedelic Purple #DC2AFD
RGB
CMYK
RGB Variations
Color information
#DC2AFD (or 0xDC2AFD) is known color: Psychedelic Purple. HEX triplet: DC, 2A and FD. RGB value is (220,42,253). Sum of RGB (Red+Green+Blue) = 220+42+253=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 42 (16.80% from 255 or 8.16% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AFD is #23D502. Grayscale: #767676. Windows color (decimal): -2348291 or 16591580. OLE color: 16591580.
HSL color Cylindrical-coordinate representation of color #DC2AFD: hue angle of 290.62º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2AFD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 42 | 253 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.01 |
| HSL | 290.62º | 0.98% | 0.58% | - |
| HSV(B) | 290.62º | 0.83% | 0.99% | - |
| XYZ | 48.07 | 23.96 | 95.02 | - |
| YUV | 119.28 | 203.47 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 253 | 0.13 | 0.83 | 0 | 0.01 | 290.62 | 0.98 | 0.58 |
| Hex | DC | 2A | FD | D | 53 | 0 | 1 | 123 | 62 | 3A |
| Octal | 334 | 52 | 375 | 15 | 123 | 0 | 1 | 443 | 142 | 72 |
| Binary | 11011100 | 101010 | 11111101 | 1101 | 1010011 | 0 | 1 | 100100011 | 1100010 | 111010 |
Color Harmonies of #DC2AFD
Complementary color
Monochromatic Colors of #DC2AFD
Black with #DC2AFD
Text Example
Text Example
White with #DC2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AFD; }
p { color: rgb(220,42,253); }
H1.HeaderClassName
{
color: #DC2AFD;
}
.AnyTagClassName
{
color: #DC2AFD;
}
</style>
background-color css
<style>
a { background-color: #DC2AFD; }
a { background-color: rgb(220,42,253); }
div.DivClassName
{
background-color: #DC2AFD;
}
.BgClassName
{
background-color: #DC2AFD;
}
</style>
border-color css
<style>
span { border-color: #DC2AFD; }
span { border-color: rgb(220,42,253); }
td.TdClassName
{
border-color: #DC2AFD;
}
.TagClassName
{
border-color: #DC2AFD;
}
</style>