Shades of Psychedelic Purple #DD05EC
Tints of Psychedelic Purple #DD05EC
RGB
CMYK
RGB Variations
Color information
#DD05EC (or 0xDD05EC) is known color: Psychedelic Purple. HEX triplet: DD, 05 and EC. RGB value is (221,5,236). Sum of RGB (Red+Green+Blue) = 221+5+236=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05EC is #22FA13. Grayscale: #5F5F5F. Windows color (decimal): -2292244 or 15467997. OLE color: 15467997.
HSL color Cylindrical-coordinate representation of color #DD05EC: hue angle of 296.1º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05EC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 5 | 236 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.07 |
| HSL | 296.1º | 0.96% | 0.47% | - |
| HSV(B) | 296.1º | 0.98% | 0.93% | - |
| XYZ | 45.01 | 21.54 | 81.14 | - |
| YUV | 95.92 | 207.06 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 236 | 0.06 | 0.98 | 0 | 0.07 | 296.1 | 0.96 | 0.47 |
| Hex | DD | 5 | EC | 6 | 62 | 0 | 7 | 128 | 60 | 2F |
| Octal | 335 | 5 | 354 | 6 | 142 | 0 | 7 | 450 | 140 | 57 |
| Binary | 11011101 | 101 | 11101100 | 110 | 1100010 | 0 | 111 | 100101000 | 1100000 | 101111 |
Color Harmonies of #DD05EC
Complementary color
Monochromatic Colors of #DD05EC
Black with #DD05EC
Text Example
Text Example
White with #DD05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05EC; }
p { color: rgb(221,5,236); }
H1.HeaderClassName
{
color: #DD05EC;
}
.AnyTagClassName
{
color: #DD05EC;
}
</style>
background-color css
<style>
a { background-color: #DD05EC; }
a { background-color: rgb(221,5,236); }
div.DivClassName
{
background-color: #DD05EC;
}
.BgClassName
{
background-color: #DD05EC;
}
</style>
border-color css
<style>
span { border-color: #DD05EC; }
span { border-color: rgb(221,5,236); }
td.TdClassName
{
border-color: #DD05EC;
}
.TagClassName
{
border-color: #DD05EC;
}
</style>