Shades of Psychedelic Purple #DC28FF
Tints of Psychedelic Purple #DC28FF
RGB
CMYK
RGB Variations
Color information
#DC28FF (or 0xDC28FF) is known color: Psychedelic Purple. HEX triplet: DC, 28 and FF. RGB value is (220,40,255). Sum of RGB (Red+Green+Blue) = 220+40+255=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 40 (16.02% from 255 or 7.77% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28FF is #23D700. Grayscale: #757575. Windows color (decimal): -2348801 or 16722140. OLE color: 16722140.
HSL color Cylindrical-coordinate representation of color #DC28FF: hue angle of 290.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC28FF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 40 | 255 | - |
| CMYK | 0.14 | 0.84 | 0 | 0 |
| HSL | 290.23º | 1% | 0.58% | - |
| HSV(B) | 290.23º | 0.84% | 1% | - |
| XYZ | 48.32 | 23.95 | 96.68 | - |
| YUV | 118.33 | 205.13 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 255 | 0.14 | 0.84 | 0 | 0 | 290.23 | 1 | 0.58 |
| Hex | DC | 28 | FF | E | 54 | 0 | 0 | 122 | 64 | 3A |
| Octal | 334 | 50 | 377 | 16 | 124 | 0 | 0 | 442 | 144 | 72 |
| Binary | 11011100 | 101000 | 11111111 | 1110 | 1010100 | 0 | 0 | 100100010 | 1100100 | 111010 |
Color Harmonies of #DC28FF
Complementary color
Monochromatic Colors of #DC28FF
Black with #DC28FF
Text Example
Text Example
White with #DC28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28FF; }
p { color: rgb(220,40,255); }
H1.HeaderClassName
{
color: #DC28FF;
}
.AnyTagClassName
{
color: #DC28FF;
}
</style>
background-color css
<style>
a { background-color: #DC28FF; }
a { background-color: rgb(220,40,255); }
div.DivClassName
{
background-color: #DC28FF;
}
.BgClassName
{
background-color: #DC28FF;
}
</style>
border-color css
<style>
span { border-color: #DC28FF; }
span { border-color: rgb(220,40,255); }
td.TdClassName
{
border-color: #DC28FF;
}
.TagClassName
{
border-color: #DC28FF;
}
</style>