Shades of Psychedelic Purple #DC01E8
Tints of Psychedelic Purple #DC01E8
RGB
CMYK
RGB Variations
Color information
#DC01E8 (or 0xDC01E8) is known color: Psychedelic Purple. HEX triplet: DC, 01 and E8. RGB value is (220,1,232). Sum of RGB (Red+Green+Blue) = 220+1+232=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC01E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01E8 is #23FE17. Grayscale: #5C5C5C. Windows color (decimal): -2358808 or 15204828. OLE color: 15204828.
HSL color Cylindrical-coordinate representation of color #DC01E8: hue angle of 296.88º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01E8 is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 1 | 232 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.09 |
| HSL | 296.88º | 0.99% | 0.46% | - |
| HSV(B) | 296.88º | 1% | 0.91% | - |
| XYZ | 44.09 | 21.06 | 78.09 | - |
| YUV | 92.82 | 206.55 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 232 | 0.05 | 1.00 | 0 | 0.09 | 296.88 | 0.99 | 0.46 |
| Hex | DC | 1 | E8 | 5 | 64 | 0 | 9 | 129 | 63 | 2E |
| Octal | 334 | 1 | 350 | 5 | 144 | 0 | 11 | 451 | 143 | 56 |
| Binary | 11011100 | 1 | 11101000 | 101 | 1100100 | 0 | 1001 | 100101001 | 1100011 | 101110 |
Color Harmonies of #DC01E8
Complementary color
Monochromatic Colors of #DC01E8
Black with #DC01E8
Text Example
Text Example
White with #DC01E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01E8; }
p { color: rgb(220,1,232); }
H1.HeaderClassName
{
color: #DC01E8;
}
.AnyTagClassName
{
color: #DC01E8;
}
</style>
background-color css
<style>
a { background-color: #DC01E8; }
a { background-color: rgb(220,1,232); }
div.DivClassName
{
background-color: #DC01E8;
}
.BgClassName
{
background-color: #DC01E8;
}
</style>
border-color css
<style>
span { border-color: #DC01E8; }
span { border-color: rgb(220,1,232); }
td.TdClassName
{
border-color: #DC01E8;
}
.TagClassName
{
border-color: #DC01E8;
}
</style>