Shades of Psychedelic Purple #DC04ED
Tints of Psychedelic Purple #DC04ED
RGB
CMYK
RGB Variations
Color information
#DC04ED (or 0xDC04ED) is known color: Psychedelic Purple. HEX triplet: DC, 04 and ED. RGB value is (220,4,237). Sum of RGB (Red+Green+Blue) = 220+4+237=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04ED is #23FB12. Grayscale: #5E5E5E. Windows color (decimal): -2358035 or 15533276. OLE color: 15533276.
HSL color Cylindrical-coordinate representation of color #DC04ED: hue angle of 295.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04ED is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 4 | 237 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.07 |
| HSL | 295.62º | 0.97% | 0.47% | - |
| HSV(B) | 295.62º | 0.98% | 0.93% | - |
| XYZ | 44.84 | 21.42 | 81.89 | - |
| YUV | 95.15 | 208.06 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 237 | 0.07 | 0.98 | 0 | 0.07 | 295.62 | 0.97 | 0.47 |
| Hex | DC | 4 | ED | 7 | 62 | 0 | 7 | 128 | 61 | 2F |
| Octal | 334 | 4 | 355 | 7 | 142 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011100 | 100 | 11101101 | 111 | 1100010 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DC04ED
Complementary color
Monochromatic Colors of #DC04ED
Black with #DC04ED
Text Example
Text Example
White with #DC04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04ED; }
p { color: rgb(220,4,237); }
H1.HeaderClassName
{
color: #DC04ED;
}
.AnyTagClassName
{
color: #DC04ED;
}
</style>
background-color css
<style>
a { background-color: #DC04ED; }
a { background-color: rgb(220,4,237); }
div.DivClassName
{
background-color: #DC04ED;
}
.BgClassName
{
background-color: #DC04ED;
}
</style>
border-color css
<style>
span { border-color: #DC04ED; }
span { border-color: rgb(220,4,237); }
td.TdClassName
{
border-color: #DC04ED;
}
.TagClassName
{
border-color: #DC04ED;
}
</style>