Shades of Psychedelic Purple #DC38FE
Tints of Psychedelic Purple #DC38FE
RGB
CMYK
RGB Variations
Color information
#DC38FE (or 0xDC38FE) is known color: Psychedelic Purple. HEX triplet: DC, 38 and FE. RGB value is (220,56,254). Sum of RGB (Red+Green+Blue) = 220+56+254=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC38FE is #23C701. Grayscale: #7E7E7E. Windows color (decimal): -2344706 or 16660700. OLE color: 16660700.
HSL color Cylindrical-coordinate representation of color #DC38FE: hue angle of 289.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC38FE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 56 | 254 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.00 |
| HSL | 289.7º | 0.99% | 0.61% | - |
| HSV(B) | 289.7º | 0.78% | 1% | - |
| XYZ | 48.82 | 25.2 | 96.06 | - |
| YUV | 127.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 254 | 0.13 | 0.78 | 0 | 0.00 | 289.7 | 0.99 | 0.61 |
| Hex | DC | 38 | FE | D | 4E | 0 | 0 | 122 | 63 | 3D |
| Octal | 334 | 70 | 376 | 15 | 116 | 0 | 0 | 442 | 143 | 75 |
| Binary | 11011100 | 111000 | 11111110 | 1101 | 1001110 | 0 | 0 | 100100010 | 1100011 | 111101 |
Color Harmonies of #DC38FE
Complementary color
Monochromatic Colors of #DC38FE
Black with #DC38FE
Text Example
Text Example
White with #DC38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38FE; }
p { color: rgb(220,56,254); }
H1.HeaderClassName
{
color: #DC38FE;
}
.AnyTagClassName
{
color: #DC38FE;
}
</style>
background-color css
<style>
a { background-color: #DC38FE; }
a { background-color: rgb(220,56,254); }
div.DivClassName
{
background-color: #DC38FE;
}
.BgClassName
{
background-color: #DC38FE;
}
</style>
border-color css
<style>
span { border-color: #DC38FE; }
span { border-color: rgb(220,56,254); }
td.TdClassName
{
border-color: #DC38FE;
}
.TagClassName
{
border-color: #DC38FE;
}
</style>