Shades of Psychedelic Purple #DD25E5
Tints of Psychedelic Purple #DD25E5
RGB
CMYK
RGB Variations
Color information
#DD25E5 (or 0xDD25E5) is known color: Psychedelic Purple. HEX triplet: DD, 25 and E5. RGB value is (221,37,229). Sum of RGB (Red+Green+Blue) = 221+37+229=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD25E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25E5 is #22DA1A. Grayscale: #717171. Windows color (decimal): -2284059 or 15017437. OLE color: 15017437.
HSL color Cylindrical-coordinate representation of color #DD25E5: hue angle of 297.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD25E5 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 37 | 229 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.10 |
| HSL | 297.5º | 0.79% | 0.52% | - |
| HSV(B) | 297.5º | 0.84% | 0.9% | - |
| XYZ | 44.62 | 22.35 | 76.09 | - |
| YUV | 113.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 229 | 0.03 | 0.84 | 0 | 0.10 | 297.5 | 0.79 | 0.52 |
| Hex | DD | 25 | E5 | 3 | 54 | 0 | A | 12A | 4F | 34 |
| Octal | 335 | 45 | 345 | 3 | 124 | 0 | 12 | 452 | 117 | 64 |
| Binary | 11011101 | 100101 | 11100101 | 11 | 1010100 | 0 | 1010 | 100101010 | 1001111 | 110100 |
Color Harmonies of #DD25E5
Complementary color
Monochromatic Colors of #DD25E5
Black with #DD25E5
Text Example
Text Example
White with #DD25E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25E5; }
p { color: rgb(221,37,229); }
H1.HeaderClassName
{
color: #DD25E5;
}
.AnyTagClassName
{
color: #DD25E5;
}
</style>
background-color css
<style>
a { background-color: #DD25E5; }
a { background-color: rgb(221,37,229); }
div.DivClassName
{
background-color: #DD25E5;
}
.BgClassName
{
background-color: #DD25E5;
}
</style>
border-color css
<style>
span { border-color: #DD25E5; }
span { border-color: rgb(221,37,229); }
td.TdClassName
{
border-color: #DD25E5;
}
.TagClassName
{
border-color: #DD25E5;
}
</style>