Shades of Psychedelic Purple #DC28EB
Tints of Psychedelic Purple #DC28EB
RGB
CMYK
RGB Variations
Color information
#DC28EB (or 0xDC28EB) is known color: Psychedelic Purple. HEX triplet: DC, 28 and EB. RGB value is (220,40,235). Sum of RGB (Red+Green+Blue) = 220+40+235=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28EB is #23D714. Grayscale: #737373. Windows color (decimal): -2348821 or 15411420. OLE color: 15411420.
HSL color Cylindrical-coordinate representation of color #DC28EB: hue angle of 295.38º degrees, saturation: 0.83, 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 #DC28EB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 40 | 235 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.08 |
| HSL | 295.38º | 0.83% | 0.54% | - |
| HSV(B) | 295.38º | 0.83% | 0.92% | - |
| XYZ | 45.27 | 22.73 | 80.6 | - |
| YUV | 116.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 235 | 0.06 | 0.83 | 0 | 0.08 | 295.38 | 0.83 | 0.54 |
| Hex | DC | 28 | EB | 6 | 53 | 0 | 8 | 127 | 53 | 36 |
| Octal | 334 | 50 | 353 | 6 | 123 | 0 | 10 | 447 | 123 | 66 |
| Binary | 11011100 | 101000 | 11101011 | 110 | 1010011 | 0 | 1000 | 100100111 | 1010011 | 110110 |
Color Harmonies of #DC28EB
Complementary color
Monochromatic Colors of #DC28EB
Black with #DC28EB
Text Example
Text Example
White with #DC28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28EB; }
p { color: rgb(220,40,235); }
H1.HeaderClassName
{
color: #DC28EB;
}
.AnyTagClassName
{
color: #DC28EB;
}
</style>
background-color css
<style>
a { background-color: #DC28EB; }
a { background-color: rgb(220,40,235); }
div.DivClassName
{
background-color: #DC28EB;
}
.BgClassName
{
background-color: #DC28EB;
}
</style>
border-color css
<style>
span { border-color: #DC28EB; }
span { border-color: rgb(220,40,235); }
td.TdClassName
{
border-color: #DC28EB;
}
.TagClassName
{
border-color: #DC28EB;
}
</style>