Shades of Psychedelic Purple #DC01ED
Tints of Psychedelic Purple #DC01ED
RGB
CMYK
RGB Variations
Color information
#DC01ED (or 0xDC01ED) is known color: Psychedelic Purple. HEX triplet: DC, 01 and ED. RGB value is (220,1,237). Sum of RGB (Red+Green+Blue) = 220+1+237=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01ED is #23FE12. Grayscale: #5C5C5C. Windows color (decimal): -2358803 or 15532508. OLE color: 15532508.
HSL color Cylindrical-coordinate representation of color #DC01ED: hue angle of 295.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01ED is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 1 | 237 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.07 |
| HSL | 295.68º | 0.99% | 0.47% | - |
| HSV(B) | 295.68º | 1% | 0.93% | - |
| XYZ | 44.81 | 21.35 | 81.88 | - |
| YUV | 93.39 | 209.05 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 237 | 0.07 | 1.00 | 0 | 0.07 | 295.68 | 0.99 | 0.47 |
| Hex | DC | 1 | ED | 7 | 64 | 0 | 7 | 128 | 63 | 2F |
| Octal | 334 | 1 | 355 | 7 | 144 | 0 | 7 | 450 | 143 | 57 |
| Binary | 11011100 | 1 | 11101101 | 111 | 1100100 | 0 | 111 | 100101000 | 1100011 | 101111 |
Color Harmonies of #DC01ED
Complementary color
Monochromatic Colors of #DC01ED
Black with #DC01ED
Text Example
Text Example
White with #DC01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01ED; }
p { color: rgb(220,1,237); }
H1.HeaderClassName
{
color: #DC01ED;
}
.AnyTagClassName
{
color: #DC01ED;
}
</style>
background-color css
<style>
a { background-color: #DC01ED; }
a { background-color: rgb(220,1,237); }
div.DivClassName
{
background-color: #DC01ED;
}
.BgClassName
{
background-color: #DC01ED;
}
</style>
border-color css
<style>
span { border-color: #DC01ED; }
span { border-color: rgb(220,1,237); }
td.TdClassName
{
border-color: #DC01ED;
}
.TagClassName
{
border-color: #DC01ED;
}
</style>