Shades of Psychedelic Purple #DC25EE
Tints of Psychedelic Purple #DC25EE
RGB
CMYK
RGB Variations
Color information
#DC25EE (or 0xDC25EE) is known color: Psychedelic Purple. HEX triplet: DC, 25 and EE. RGB value is (220,37,238). Sum of RGB (Red+Green+Blue) = 220+37+238=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC25EE is #23DA11. Grayscale: #727272. Windows color (decimal): -2349586 or 15607260. OLE color: 15607260.
HSL color Cylindrical-coordinate representation of color #DC25EE: hue angle of 294.63º degrees, saturation: 0.86, 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 #DC25EE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 37 | 238 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294.63º | 0.86% | 0.54% | - |
| HSV(B) | 294.63º | 0.84% | 0.93% | - |
| XYZ | 45.61 | 22.71 | 82.87 | - |
| YUV | 114.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 238 | 0.08 | 0.84 | 0 | 0.07 | 294.63 | 0.86 | 0.54 |
| Hex | DC | 25 | EE | 8 | 54 | 0 | 7 | 127 | 56 | 36 |
| Octal | 334 | 45 | 356 | 10 | 124 | 0 | 7 | 447 | 126 | 66 |
| Binary | 11011100 | 100101 | 11101110 | 1000 | 1010100 | 0 | 111 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DC25EE
Complementary color
Monochromatic Colors of #DC25EE
Black with #DC25EE
Text Example
Text Example
White with #DC25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25EE; }
p { color: rgb(220,37,238); }
H1.HeaderClassName
{
color: #DC25EE;
}
.AnyTagClassName
{
color: #DC25EE;
}
</style>
background-color css
<style>
a { background-color: #DC25EE; }
a { background-color: rgb(220,37,238); }
div.DivClassName
{
background-color: #DC25EE;
}
.BgClassName
{
background-color: #DC25EE;
}
</style>
border-color css
<style>
span { border-color: #DC25EE; }
span { border-color: rgb(220,37,238); }
td.TdClassName
{
border-color: #DC25EE;
}
.TagClassName
{
border-color: #DC25EE;
}
</style>