Shades of Psychedelic Purple #DC28E4
Tints of Psychedelic Purple #DC28E4
RGB
CMYK
RGB Variations
Color information
#DC28E4 (or 0xDC28E4) is known color: Psychedelic Purple. HEX triplet: DC, 28 and E4. RGB value is (220,40,228). Sum of RGB (Red+Green+Blue) = 220+40+228=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC28E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28E4 is #23D71B. Grayscale: #727272. Windows color (decimal): -2348828 or 14952668. OLE color: 14952668.
HSL color Cylindrical-coordinate representation of color #DC28E4: hue angle of 297.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28E4 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 40 | 228 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.11 |
| HSL | 297.45º | 0.78% | 0.53% | - |
| HSV(B) | 297.45º | 0.82% | 0.89% | - |
| XYZ | 44.28 | 22.33 | 75.38 | - |
| YUV | 115.25 | 191.63 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 228 | 0.04 | 0.82 | 0 | 0.11 | 297.45 | 0.78 | 0.53 |
| Hex | DC | 28 | E4 | 4 | 52 | 0 | B | 129 | 4E | 35 |
| Octal | 334 | 50 | 344 | 4 | 122 | 0 | 13 | 451 | 116 | 65 |
| Binary | 11011100 | 101000 | 11100100 | 100 | 1010010 | 0 | 1011 | 100101001 | 1001110 | 110101 |
Color Harmonies of #DC28E4
Complementary color
Monochromatic Colors of #DC28E4
Black with #DC28E4
Text Example
Text Example
White with #DC28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28E4; }
p { color: rgb(220,40,228); }
H1.HeaderClassName
{
color: #DC28E4;
}
.AnyTagClassName
{
color: #DC28E4;
}
</style>
background-color css
<style>
a { background-color: #DC28E4; }
a { background-color: rgb(220,40,228); }
div.DivClassName
{
background-color: #DC28E4;
}
.BgClassName
{
background-color: #DC28E4;
}
</style>
border-color css
<style>
span { border-color: #DC28E4; }
span { border-color: rgb(220,40,228); }
td.TdClassName
{
border-color: #DC28E4;
}
.TagClassName
{
border-color: #DC28E4;
}
</style>