Shades of Psychedelic Purple #DD28EC
Tints of Psychedelic Purple #DD28EC
RGB
CMYK
RGB Variations
Color information
#DD28EC (or 0xDD28EC) is known color: Psychedelic Purple. HEX triplet: DD, 28 and EC. RGB value is (221,40,236). Sum of RGB (Red+Green+Blue) = 221+40+236=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28EC is #22D713. Grayscale: #737373. Windows color (decimal): -2283284 or 15476957. OLE color: 15476957.
HSL color Cylindrical-coordinate representation of color #DD28EC: hue angle of 295.41º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD28EC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 40 | 236 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.07 |
| HSL | 295.41º | 0.84% | 0.54% | - |
| HSV(B) | 295.41º | 0.83% | 0.93% | - |
| XYZ | 45.72 | 22.95 | 81.38 | - |
| YUV | 116.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 236 | 0.06 | 0.83 | 0 | 0.07 | 295.41 | 0.84 | 0.54 |
| Hex | DD | 28 | EC | 6 | 53 | 0 | 7 | 127 | 54 | 36 |
| Octal | 335 | 50 | 354 | 6 | 123 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011101 | 101000 | 11101100 | 110 | 1010011 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DD28EC
Complementary color
Monochromatic Colors of #DD28EC
Black with #DD28EC
Text Example
Text Example
White with #DD28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28EC; }
p { color: rgb(221,40,236); }
H1.HeaderClassName
{
color: #DD28EC;
}
.AnyTagClassName
{
color: #DD28EC;
}
</style>
background-color css
<style>
a { background-color: #DD28EC; }
a { background-color: rgb(221,40,236); }
div.DivClassName
{
background-color: #DD28EC;
}
.BgClassName
{
background-color: #DD28EC;
}
</style>
border-color css
<style>
span { border-color: #DD28EC; }
span { border-color: rgb(221,40,236); }
td.TdClassName
{
border-color: #DD28EC;
}
.TagClassName
{
border-color: #DD28EC;
}
</style>