Shades of Psychedelic Purple #DD25EE
Tints of Psychedelic Purple #DD25EE
RGB
CMYK
RGB Variations
Color information
#DD25EE (or 0xDD25EE) is known color: Psychedelic Purple. HEX triplet: DD, 25 and EE. RGB value is (221,37,238). Sum of RGB (Red+Green+Blue) = 221+37+238=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25EE is #22DA11. Grayscale: #727272. Windows color (decimal): -2284050 or 15607261. OLE color: 15607261.
HSL color Cylindrical-coordinate representation of color #DD25EE: hue angle of 294.93º 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 #DD25EE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 37 | 238 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.07 |
| HSL | 294.93º | 0.86% | 0.54% | - |
| HSV(B) | 294.93º | 0.84% | 0.93% | - |
| XYZ | 45.91 | 22.87 | 82.88 | - |
| YUV | 114.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 238 | 0.07 | 0.84 | 0 | 0.07 | 294.93 | 0.86 | 0.54 |
| Hex | DD | 25 | EE | 7 | 54 | 0 | 7 | 127 | 56 | 36 |
| Octal | 335 | 45 | 356 | 7 | 124 | 0 | 7 | 447 | 126 | 66 |
| Binary | 11011101 | 100101 | 11101110 | 111 | 1010100 | 0 | 111 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DD25EE
Complementary color
Monochromatic Colors of #DD25EE
Black with #DD25EE
Text Example
Text Example
White with #DD25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25EE; }
p { color: rgb(221,37,238); }
H1.HeaderClassName
{
color: #DD25EE;
}
.AnyTagClassName
{
color: #DD25EE;
}
</style>
background-color css
<style>
a { background-color: #DD25EE; }
a { background-color: rgb(221,37,238); }
div.DivClassName
{
background-color: #DD25EE;
}
.BgClassName
{
background-color: #DD25EE;
}
</style>
border-color css
<style>
span { border-color: #DD25EE; }
span { border-color: rgb(221,37,238); }
td.TdClassName
{
border-color: #DD25EE;
}
.TagClassName
{
border-color: #DD25EE;
}
</style>