Shades of Psychedelic Purple #DD24ED
Tints of Psychedelic Purple #DD24ED
RGB
CMYK
RGB Variations
Color information
#DD24ED (or 0xDD24ED) is known color: Psychedelic Purple. HEX triplet: DD, 24 and ED. RGB value is (221,36,237). Sum of RGB (Red+Green+Blue) = 221+36+237=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24ED is #22DB12. Grayscale: #717171. Windows color (decimal): -2284307 or 15541469. OLE color: 15541469.
HSL color Cylindrical-coordinate representation of color #DD24ED: hue angle of 295.22º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD24ED is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 36 | 237 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.07 |
| HSL | 295.22º | 0.85% | 0.54% | - |
| HSV(B) | 295.22º | 0.85% | 0.93% | - |
| XYZ | 45.74 | 22.75 | 82.1 | - |
| YUV | 114.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 237 | 0.07 | 0.85 | 0 | 0.07 | 295.22 | 0.85 | 0.54 |
| Hex | DD | 24 | ED | 7 | 55 | 0 | 7 | 127 | 55 | 36 |
| Octal | 335 | 44 | 355 | 7 | 125 | 0 | 7 | 447 | 125 | 66 |
| Binary | 11011101 | 100100 | 11101101 | 111 | 1010101 | 0 | 111 | 100100111 | 1010101 | 110110 |
Color Harmonies of #DD24ED
Complementary color
Monochromatic Colors of #DD24ED
Black with #DD24ED
Text Example
Text Example
White with #DD24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24ED; }
p { color: rgb(221,36,237); }
H1.HeaderClassName
{
color: #DD24ED;
}
.AnyTagClassName
{
color: #DD24ED;
}
</style>
background-color css
<style>
a { background-color: #DD24ED; }
a { background-color: rgb(221,36,237); }
div.DivClassName
{
background-color: #DD24ED;
}
.BgClassName
{
background-color: #DD24ED;
}
</style>
border-color css
<style>
span { border-color: #DD24ED; }
span { border-color: rgb(221,36,237); }
td.TdClassName
{
border-color: #DD24ED;
}
.TagClassName
{
border-color: #DD24ED;
}
</style>