Shades of Psychedelic Purple #DD2EEE
Tints of Psychedelic Purple #DD2EEE
RGB
CMYK
RGB Variations
Color information
#DD2EEE (or 0xDD2EEE) is known color: Psychedelic Purple. HEX triplet: DD, 2E and EE. RGB value is (221,46,238). Sum of RGB (Red+Green+Blue) = 221+46+238=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EEE is #22D111. Grayscale: #777777. Windows color (decimal): -2281746 or 15609565. OLE color: 15609565.
HSL color Cylindrical-coordinate representation of color #DD2EEE: hue angle of 294.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2EEE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 46 | 238 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.07 |
| HSL | 294.69º | 0.85% | 0.56% | - |
| HSV(B) | 294.69º | 0.81% | 0.93% | - |
| XYZ | 46.23 | 23.5 | 82.99 | - |
| YUV | 120.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 238 | 0.07 | 0.81 | 0 | 0.07 | 294.69 | 0.85 | 0.56 |
| Hex | DD | 2E | EE | 7 | 51 | 0 | 7 | 127 | 55 | 38 |
| Octal | 335 | 56 | 356 | 7 | 121 | 0 | 7 | 447 | 125 | 70 |
| Binary | 11011101 | 101110 | 11101110 | 111 | 1010001 | 0 | 111 | 100100111 | 1010101 | 111000 |
Color Harmonies of #DD2EEE
Complementary color
Monochromatic Colors of #DD2EEE
Black with #DD2EEE
Text Example
Text Example
White with #DD2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EEE; }
p { color: rgb(221,46,238); }
H1.HeaderClassName
{
color: #DD2EEE;
}
.AnyTagClassName
{
color: #DD2EEE;
}
</style>
background-color css
<style>
a { background-color: #DD2EEE; }
a { background-color: rgb(221,46,238); }
div.DivClassName
{
background-color: #DD2EEE;
}
.BgClassName
{
background-color: #DD2EEE;
}
</style>
border-color css
<style>
span { border-color: #DD2EEE; }
span { border-color: rgb(221,46,238); }
td.TdClassName
{
border-color: #DD2EEE;
}
.TagClassName
{
border-color: #DD2EEE;
}
</style>