Shades of Psychedelic Purple #DC25ED
Tints of Psychedelic Purple #DC25ED
RGB
CMYK
RGB Variations
Color information
#DC25ED (or 0xDC25ED) is known color: Psychedelic Purple. HEX triplet: DC, 25 and ED. RGB value is (220,37,237). Sum of RGB (Red+Green+Blue) = 220+37+237=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC25ED is #23DA12. Grayscale: #717171. Windows color (decimal): -2349587 or 15541724. OLE color: 15541724.
HSL color Cylindrical-coordinate representation of color #DC25ED: hue angle of 294.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC25ED is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 37 | 237 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.07 |
| HSL | 294.9º | 0.85% | 0.54% | - |
| HSV(B) | 294.9º | 0.84% | 0.93% | - |
| XYZ | 45.46 | 22.65 | 82.1 | - |
| YUV | 114.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 237 | 0.07 | 0.84 | 0 | 0.07 | 294.9 | 0.85 | 0.54 |
| Hex | DC | 25 | ED | 7 | 54 | 0 | 7 | 127 | 55 | 36 |
| Octal | 334 | 45 | 355 | 7 | 124 | 0 | 7 | 447 | 125 | 66 |
| Binary | 11011100 | 100101 | 11101101 | 111 | 1010100 | 0 | 111 | 100100111 | 1010101 | 110110 |
Color Harmonies of #DC25ED
Complementary color
Monochromatic Colors of #DC25ED
Black with #DC25ED
Text Example
Text Example
White with #DC25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25ED; }
p { color: rgb(220,37,237); }
H1.HeaderClassName
{
color: #DC25ED;
}
.AnyTagClassName
{
color: #DC25ED;
}
</style>
background-color css
<style>
a { background-color: #DC25ED; }
a { background-color: rgb(220,37,237); }
div.DivClassName
{
background-color: #DC25ED;
}
.BgClassName
{
background-color: #DC25ED;
}
</style>
border-color css
<style>
span { border-color: #DC25ED; }
span { border-color: rgb(220,37,237); }
td.TdClassName
{
border-color: #DC25ED;
}
.TagClassName
{
border-color: #DC25ED;
}
</style>