Shades of Psychedelic Purple #DD25EF
Tints of Psychedelic Purple #DD25EF
RGB
CMYK
RGB Variations
Color information
#DD25EF (or 0xDD25EF) is known color: Psychedelic Purple. HEX triplet: DD, 25 and EF. RGB value is (221,37,239). Sum of RGB (Red+Green+Blue) = 221+37+239=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25EF is #22DA10. Grayscale: #727272. Windows color (decimal): -2284049 or 15672797. OLE color: 15672797.
HSL color Cylindrical-coordinate representation of color #DD25EF: hue angle of 294.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD25EF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 37 | 239 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.06 |
| HSL | 294.65º | 0.86% | 0.54% | - |
| HSV(B) | 294.65º | 0.85% | 0.94% | - |
| XYZ | 46.06 | 22.93 | 83.66 | - |
| YUV | 115.04 | 197.96 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 239 | 0.08 | 0.85 | 0 | 0.06 | 294.65 | 0.86 | 0.54 |
| Hex | DD | 25 | EF | 8 | 55 | 0 | 6 | 127 | 56 | 36 |
| Octal | 335 | 45 | 357 | 10 | 125 | 0 | 6 | 447 | 126 | 66 |
| Binary | 11011101 | 100101 | 11101111 | 1000 | 1010101 | 0 | 110 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DD25EF
Complementary color
Monochromatic Colors of #DD25EF
Black with #DD25EF
Text Example
Text Example
White with #DD25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25EF; }
p { color: rgb(221,37,239); }
H1.HeaderClassName
{
color: #DD25EF;
}
.AnyTagClassName
{
color: #DD25EF;
}
</style>
background-color css
<style>
a { background-color: #DD25EF; }
a { background-color: rgb(221,37,239); }
div.DivClassName
{
background-color: #DD25EF;
}
.BgClassName
{
background-color: #DD25EF;
}
</style>
border-color css
<style>
span { border-color: #DD25EF; }
span { border-color: rgb(221,37,239); }
td.TdClassName
{
border-color: #DD25EF;
}
.TagClassName
{
border-color: #DD25EF;
}
</style>