Shades of Psychedelic Purple #DD25ED
Tints of Psychedelic Purple #DD25ED
RGB
CMYK
RGB Variations
Color information
#DD25ED (or 0xDD25ED) is known color: Psychedelic Purple. HEX triplet: DD, 25 and ED. RGB value is (221,37,237). Sum of RGB (Red+Green+Blue) = 221+37+237=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25ED is #22DA12. Grayscale: #727272. Windows color (decimal): -2284051 or 15541725. OLE color: 15541725.
HSL color Cylindrical-coordinate representation of color #DD25ED: hue angle of 295.2º degrees, saturation: 0.85, 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 #DD25ED is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 37 | 237 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.07 |
| HSL | 295.2º | 0.85% | 0.54% | - |
| HSV(B) | 295.2º | 0.84% | 0.93% | - |
| XYZ | 45.77 | 22.81 | 82.11 | - |
| YUV | 114.82 | 196.96 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 237 | 0.07 | 0.84 | 0 | 0.07 | 295.2 | 0.85 | 0.54 |
| Hex | DD | 25 | ED | 7 | 54 | 0 | 7 | 127 | 55 | 36 |
| Octal | 335 | 45 | 355 | 7 | 124 | 0 | 7 | 447 | 125 | 66 |
| Binary | 11011101 | 100101 | 11101101 | 111 | 1010100 | 0 | 111 | 100100111 | 1010101 | 110110 |
Color Harmonies of #DD25ED
Complementary color
Monochromatic Colors of #DD25ED
Black with #DD25ED
Text Example
Text Example
White with #DD25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25ED; }
p { color: rgb(221,37,237); }
H1.HeaderClassName
{
color: #DD25ED;
}
.AnyTagClassName
{
color: #DD25ED;
}
</style>
background-color css
<style>
a { background-color: #DD25ED; }
a { background-color: rgb(221,37,237); }
div.DivClassName
{
background-color: #DD25ED;
}
.BgClassName
{
background-color: #DD25ED;
}
</style>
border-color css
<style>
span { border-color: #DD25ED; }
span { border-color: rgb(221,37,237); }
td.TdClassName
{
border-color: #DD25ED;
}
.TagClassName
{
border-color: #DD25ED;
}
</style>