Shades of Psychedelic Purple #DD24EA
Tints of Psychedelic Purple #DD24EA
RGB
CMYK
RGB Variations
Color information
#DD24EA (or 0xDD24EA) is known color: Psychedelic Purple. HEX triplet: DD, 24 and EA. RGB value is (221,36,234). Sum of RGB (Red+Green+Blue) = 221+36+234=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD24EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24EA is #22DB15. Grayscale: #717171. Windows color (decimal): -2284310 or 15344861. OLE color: 15344861.
HSL color Cylindrical-coordinate representation of color #DD24EA: hue angle of 296.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD24EA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 36 | 234 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.08 |
| HSL | 296.06º | 0.83% | 0.53% | - |
| HSV(B) | 296.06º | 0.85% | 0.92% | - |
| XYZ | 45.3 | 22.57 | 79.81 | - |
| YUV | 113.89 | 195.79 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 234 | 0.06 | 0.85 | 0 | 0.08 | 296.06 | 0.83 | 0.53 |
| Hex | DD | 24 | EA | 6 | 55 | 0 | 8 | 128 | 52 | 35 |
| Octal | 335 | 44 | 352 | 6 | 125 | 0 | 10 | 450 | 122 | 65 |
| Binary | 11011101 | 100100 | 11101010 | 110 | 1010101 | 0 | 1000 | 100101000 | 1010010 | 110101 |
Color Harmonies of #DD24EA
Complementary color
Monochromatic Colors of #DD24EA
Black with #DD24EA
Text Example
Text Example
White with #DD24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24EA; }
p { color: rgb(221,36,234); }
H1.HeaderClassName
{
color: #DD24EA;
}
.AnyTagClassName
{
color: #DD24EA;
}
</style>
background-color css
<style>
a { background-color: #DD24EA; }
a { background-color: rgb(221,36,234); }
div.DivClassName
{
background-color: #DD24EA;
}
.BgClassName
{
background-color: #DD24EA;
}
</style>
border-color css
<style>
span { border-color: #DD24EA; }
span { border-color: rgb(221,36,234); }
td.TdClassName
{
border-color: #DD24EA;
}
.TagClassName
{
border-color: #DD24EA;
}
</style>