Shades of Psychedelic Purple #DC28EA
Tints of Psychedelic Purple #DC28EA
RGB
CMYK
RGB Variations
Color information
#DC28EA (or 0xDC28EA) is known color: Psychedelic Purple. HEX triplet: DC, 28 and EA. RGB value is (220,40,234). Sum of RGB (Red+Green+Blue) = 220+40+234=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC28EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28EA is #23D715. Grayscale: #737373. Windows color (decimal): -2348822 or 15345884. OLE color: 15345884.
HSL color Cylindrical-coordinate representation of color #DC28EA: hue angle of 295.67º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC28EA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 40 | 234 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.08 |
| HSL | 295.67º | 0.82% | 0.54% | - |
| HSV(B) | 295.67º | 0.83% | 0.92% | - |
| XYZ | 45.13 | 22.67 | 79.84 | - |
| YUV | 115.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 234 | 0.06 | 0.83 | 0 | 0.08 | 295.67 | 0.82 | 0.54 |
| Hex | DC | 28 | EA | 6 | 53 | 0 | 8 | 128 | 52 | 36 |
| Octal | 334 | 50 | 352 | 6 | 123 | 0 | 10 | 450 | 122 | 66 |
| Binary | 11011100 | 101000 | 11101010 | 110 | 1010011 | 0 | 1000 | 100101000 | 1010010 | 110110 |
Color Harmonies of #DC28EA
Complementary color
Monochromatic Colors of #DC28EA
Black with #DC28EA
Text Example
Text Example
White with #DC28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28EA; }
p { color: rgb(220,40,234); }
H1.HeaderClassName
{
color: #DC28EA;
}
.AnyTagClassName
{
color: #DC28EA;
}
</style>
background-color css
<style>
a { background-color: #DC28EA; }
a { background-color: rgb(220,40,234); }
div.DivClassName
{
background-color: #DC28EA;
}
.BgClassName
{
background-color: #DC28EA;
}
</style>
border-color css
<style>
span { border-color: #DC28EA; }
span { border-color: rgb(220,40,234); }
td.TdClassName
{
border-color: #DC28EA;
}
.TagClassName
{
border-color: #DC28EA;
}
</style>