Shades of Psychedelic Purple #DD27EA
Tints of Psychedelic Purple #DD27EA
RGB
CMYK
RGB Variations
Color information
#DD27EA (or 0xDD27EA) is known color: Psychedelic Purple. HEX triplet: DD, 27 and EA. RGB value is (221,39,234). Sum of RGB (Red+Green+Blue) = 221+39+234=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD27EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27EA is #22D815. Grayscale: #737373. Windows color (decimal): -2283542 or 15345629. OLE color: 15345629.
HSL color Cylindrical-coordinate representation of color #DD27EA: hue angle of 296º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD27EA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 39 | 234 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.08 |
| HSL | 296º | 0.82% | 0.54% | - |
| HSV(B) | 296º | 0.83% | 0.92% | - |
| XYZ | 45.4 | 22.76 | 79.84 | - |
| YUV | 115.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 234 | 0.06 | 0.83 | 0 | 0.08 | 296 | 0.82 | 0.54 |
| Hex | DD | 27 | EA | 6 | 53 | 0 | 8 | 128 | 52 | 36 |
| Octal | 335 | 47 | 352 | 6 | 123 | 0 | 10 | 450 | 122 | 66 |
| Binary | 11011101 | 100111 | 11101010 | 110 | 1010011 | 0 | 1000 | 100101000 | 1010010 | 110110 |
Color Harmonies of #DD27EA
Complementary color
Monochromatic Colors of #DD27EA
Black with #DD27EA
Text Example
Text Example
White with #DD27EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27EA; }
p { color: rgb(221,39,234); }
H1.HeaderClassName
{
color: #DD27EA;
}
.AnyTagClassName
{
color: #DD27EA;
}
</style>
background-color css
<style>
a { background-color: #DD27EA; }
a { background-color: rgb(221,39,234); }
div.DivClassName
{
background-color: #DD27EA;
}
.BgClassName
{
background-color: #DD27EA;
}
</style>
border-color css
<style>
span { border-color: #DD27EA; }
span { border-color: rgb(221,39,234); }
td.TdClassName
{
border-color: #DD27EA;
}
.TagClassName
{
border-color: #DD27EA;
}
</style>