Shades of Psychedelic Purple #DD28E6
Tints of Psychedelic Purple #DD28E6
RGB
CMYK
RGB Variations
Color information
#DD28E6 (or 0xDD28E6) is known color: Psychedelic Purple. HEX triplet: DD, 28 and E6. RGB value is (221,40,230). Sum of RGB (Red+Green+Blue) = 221+40+230=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD28E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28E6 is #22D719. Grayscale: #737373. Windows color (decimal): -2283290 or 15083741. OLE color: 15083741.
HSL color Cylindrical-coordinate representation of color #DD28E6: hue angle of 297.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD28E6 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 40 | 230 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.10 |
| HSL | 297.16º | 0.79% | 0.53% | - |
| HSV(B) | 297.16º | 0.83% | 0.9% | - |
| XYZ | 44.86 | 22.6 | 76.86 | - |
| YUV | 115.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 230 | 0.04 | 0.83 | 0 | 0.10 | 297.16 | 0.79 | 0.53 |
| Hex | DD | 28 | E6 | 4 | 53 | 0 | A | 129 | 4F | 35 |
| Octal | 335 | 50 | 346 | 4 | 123 | 0 | 12 | 451 | 117 | 65 |
| Binary | 11011101 | 101000 | 11100110 | 100 | 1010011 | 0 | 1010 | 100101001 | 1001111 | 110101 |
Color Harmonies of #DD28E6
Complementary color
Monochromatic Colors of #DD28E6
Black with #DD28E6
Text Example
Text Example
White with #DD28E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28E6; }
p { color: rgb(221,40,230); }
H1.HeaderClassName
{
color: #DD28E6;
}
.AnyTagClassName
{
color: #DD28E6;
}
</style>
background-color css
<style>
a { background-color: #DD28E6; }
a { background-color: rgb(221,40,230); }
div.DivClassName
{
background-color: #DD28E6;
}
.BgClassName
{
background-color: #DD28E6;
}
</style>
border-color css
<style>
span { border-color: #DD28E6; }
span { border-color: rgb(221,40,230); }
td.TdClassName
{
border-color: #DD28E6;
}
.TagClassName
{
border-color: #DD28E6;
}
</style>