Shades of Psychedelic Purple #DD25EC
Tints of Psychedelic Purple #DD25EC
RGB
CMYK
RGB Variations
Color information
#DD25EC (or 0xDD25EC) is known color: Psychedelic Purple. HEX triplet: DD, 25 and EC. RGB value is (221,37,236). Sum of RGB (Red+Green+Blue) = 221+37+236=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25EC is #22DA13. Grayscale: #727272. Windows color (decimal): -2284052 or 15476189. OLE color: 15476189.
HSL color Cylindrical-coordinate representation of color #DD25EC: hue angle of 295.48º degrees, saturation: 0.84, 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 #DD25EC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 37 | 236 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.07 |
| HSL | 295.48º | 0.84% | 0.54% | - |
| HSV(B) | 295.48º | 0.84% | 0.93% | - |
| XYZ | 45.62 | 22.75 | 81.34 | - |
| YUV | 114.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 236 | 0.06 | 0.84 | 0 | 0.07 | 295.48 | 0.84 | 0.54 |
| Hex | DD | 25 | EC | 6 | 54 | 0 | 7 | 127 | 54 | 36 |
| Octal | 335 | 45 | 354 | 6 | 124 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011101 | 100101 | 11101100 | 110 | 1010100 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DD25EC
Complementary color
Monochromatic Colors of #DD25EC
Black with #DD25EC
Text Example
Text Example
White with #DD25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25EC; }
p { color: rgb(221,37,236); }
H1.HeaderClassName
{
color: #DD25EC;
}
.AnyTagClassName
{
color: #DD25EC;
}
</style>
background-color css
<style>
a { background-color: #DD25EC; }
a { background-color: rgb(221,37,236); }
div.DivClassName
{
background-color: #DD25EC;
}
.BgClassName
{
background-color: #DD25EC;
}
</style>
border-color css
<style>
span { border-color: #DD25EC; }
span { border-color: rgb(221,37,236); }
td.TdClassName
{
border-color: #DD25EC;
}
.TagClassName
{
border-color: #DD25EC;
}
</style>