Shades of Psychedelic Purple #DC28E5
Tints of Psychedelic Purple #DC28E5
RGB
CMYK
RGB Variations
Color information
#DC28E5 (or 0xDC28E5) is known color: Psychedelic Purple. HEX triplet: DC, 28 and E5. RGB value is (220,40,229). Sum of RGB (Red+Green+Blue) = 220+40+229=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC28E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28E5 is #23D71A. Grayscale: #727272. Windows color (decimal): -2348827 or 15018204. OLE color: 15018204.
HSL color Cylindrical-coordinate representation of color #DC28E5: hue angle of 297.14º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC28E5 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 40 | 229 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.10 |
| HSL | 297.14º | 0.78% | 0.53% | - |
| HSV(B) | 297.14º | 0.83% | 0.9% | - |
| XYZ | 44.42 | 22.39 | 76.11 | - |
| YUV | 115.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 229 | 0.04 | 0.83 | 0 | 0.10 | 297.14 | 0.78 | 0.53 |
| Hex | DC | 28 | E5 | 4 | 53 | 0 | A | 129 | 4E | 35 |
| Octal | 334 | 50 | 345 | 4 | 123 | 0 | 12 | 451 | 116 | 65 |
| Binary | 11011100 | 101000 | 11100101 | 100 | 1010011 | 0 | 1010 | 100101001 | 1001110 | 110101 |
Color Harmonies of #DC28E5
Complementary color
Monochromatic Colors of #DC28E5
Black with #DC28E5
Text Example
Text Example
White with #DC28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28E5; }
p { color: rgb(220,40,229); }
H1.HeaderClassName
{
color: #DC28E5;
}
.AnyTagClassName
{
color: #DC28E5;
}
</style>
background-color css
<style>
a { background-color: #DC28E5; }
a { background-color: rgb(220,40,229); }
div.DivClassName
{
background-color: #DC28E5;
}
.BgClassName
{
background-color: #DC28E5;
}
</style>
border-color css
<style>
span { border-color: #DC28E5; }
span { border-color: rgb(220,40,229); }
td.TdClassName
{
border-color: #DC28E5;
}
.TagClassName
{
border-color: #DC28E5;
}
</style>