Shades of Psychedelic Purple #DD24EE
Tints of Psychedelic Purple #DD24EE
RGB
CMYK
RGB Variations
Color information
#DD24EE (or 0xDD24EE) is known color: Psychedelic Purple. HEX triplet: DD, 24 and EE. RGB value is (221,36,238). Sum of RGB (Red+Green+Blue) = 221+36+238=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24EE is #22DB11. Grayscale: #717171. Windows color (decimal): -2284306 or 15607005. OLE color: 15607005.
HSL color Cylindrical-coordinate representation of color #DD24EE: hue angle of 294.95º degrees, saturation: 0.86, 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 #DD24EE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 36 | 238 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.07 |
| HSL | 294.95º | 0.86% | 0.54% | - |
| HSV(B) | 294.95º | 0.85% | 0.93% | - |
| XYZ | 45.88 | 22.81 | 82.87 | - |
| YUV | 114.34 | 197.79 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 238 | 0.07 | 0.85 | 0 | 0.07 | 294.95 | 0.86 | 0.54 |
| Hex | DD | 24 | EE | 7 | 55 | 0 | 7 | 127 | 56 | 36 |
| Octal | 335 | 44 | 356 | 7 | 125 | 0 | 7 | 447 | 126 | 66 |
| Binary | 11011101 | 100100 | 11101110 | 111 | 1010101 | 0 | 111 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DD24EE
Complementary color
Monochromatic Colors of #DD24EE
Black with #DD24EE
Text Example
Text Example
White with #DD24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24EE; }
p { color: rgb(221,36,238); }
H1.HeaderClassName
{
color: #DD24EE;
}
.AnyTagClassName
{
color: #DD24EE;
}
</style>
background-color css
<style>
a { background-color: #DD24EE; }
a { background-color: rgb(221,36,238); }
div.DivClassName
{
background-color: #DD24EE;
}
.BgClassName
{
background-color: #DD24EE;
}
</style>
border-color css
<style>
span { border-color: #DD24EE; }
span { border-color: rgb(221,36,238); }
td.TdClassName
{
border-color: #DD24EE;
}
.TagClassName
{
border-color: #DD24EE;
}
</style>