Shades of Psychedelic Purple #DD27EE
Tints of Psychedelic Purple #DD27EE
RGB
CMYK
RGB Variations
Color information
#DD27EE (or 0xDD27EE) is known color: Psychedelic Purple. HEX triplet: DD, 27 and EE. RGB value is (221,39,238). Sum of RGB (Red+Green+Blue) = 221+39+238=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27EE is #22D811. Grayscale: #737373. Windows color (decimal): -2283538 or 15607773. OLE color: 15607773.
HSL color Cylindrical-coordinate representation of color #DD27EE: hue angle of 294.87º 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 #DD27EE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 39 | 238 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.07 |
| HSL | 294.87º | 0.85% | 0.54% | - |
| HSV(B) | 294.87º | 0.84% | 0.93% | - |
| XYZ | 45.98 | 23 | 82.9 | - |
| YUV | 116.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 238 | 0.07 | 0.84 | 0 | 0.07 | 294.87 | 0.85 | 0.54 |
| Hex | DD | 27 | EE | 7 | 54 | 0 | 7 | 127 | 55 | 36 |
| Octal | 335 | 47 | 356 | 7 | 124 | 0 | 7 | 447 | 125 | 66 |
| Binary | 11011101 | 100111 | 11101110 | 111 | 1010100 | 0 | 111 | 100100111 | 1010101 | 110110 |
Color Harmonies of #DD27EE
Complementary color
Monochromatic Colors of #DD27EE
Black with #DD27EE
Text Example
Text Example
White with #DD27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27EE; }
p { color: rgb(221,39,238); }
H1.HeaderClassName
{
color: #DD27EE;
}
.AnyTagClassName
{
color: #DD27EE;
}
</style>
background-color css
<style>
a { background-color: #DD27EE; }
a { background-color: rgb(221,39,238); }
div.DivClassName
{
background-color: #DD27EE;
}
.BgClassName
{
background-color: #DD27EE;
}
</style>
border-color css
<style>
span { border-color: #DD27EE; }
span { border-color: rgb(221,39,238); }
td.TdClassName
{
border-color: #DD27EE;
}
.TagClassName
{
border-color: #DD27EE;
}
</style>