Shades of Psychedelic Purple #DC2EFD
Tints of Psychedelic Purple #DC2EFD
RGB
CMYK
RGB Variations
Color information
#DC2EFD (or 0xDC2EFD) is known color: Psychedelic Purple. HEX triplet: DC, 2E and FD. RGB value is (220,46,253). Sum of RGB (Red+Green+Blue) = 220+46+253=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC2EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EFD is #23D102. Grayscale: #787878. Windows color (decimal): -2347267 or 16592604. OLE color: 16592604.
HSL color Cylindrical-coordinate representation of color #DC2EFD: hue angle of 290.43º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2EFD is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 46 | 253 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.01 |
| HSL | 290.43º | 0.98% | 0.59% | - |
| HSV(B) | 290.43º | 0.82% | 0.99% | - |
| XYZ | 48.22 | 24.26 | 95.07 | - |
| YUV | 121.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 253 | 0.13 | 0.82 | 0 | 0.01 | 290.43 | 0.98 | 0.59 |
| Hex | DC | 2E | FD | D | 52 | 0 | 1 | 122 | 62 | 3B |
| Octal | 334 | 56 | 375 | 15 | 122 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011100 | 101110 | 11111101 | 1101 | 1010010 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DC2EFD
Complementary color
Monochromatic Colors of #DC2EFD
Black with #DC2EFD
Text Example
Text Example
White with #DC2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EFD; }
p { color: rgb(220,46,253); }
H1.HeaderClassName
{
color: #DC2EFD;
}
.AnyTagClassName
{
color: #DC2EFD;
}
</style>
background-color css
<style>
a { background-color: #DC2EFD; }
a { background-color: rgb(220,46,253); }
div.DivClassName
{
background-color: #DC2EFD;
}
.BgClassName
{
background-color: #DC2EFD;
}
</style>
border-color css
<style>
span { border-color: #DC2EFD; }
span { border-color: rgb(220,46,253); }
td.TdClassName
{
border-color: #DC2EFD;
}
.TagClassName
{
border-color: #DC2EFD;
}
</style>