Shades of Psychedelic Purple #DD17EC
Tints of Psychedelic Purple #DD17EC
RGB
CMYK
RGB Variations
Color information
#DD17EC (or 0xDD17EC) is known color: Psychedelic Purple. HEX triplet: DD, 17 and EC. RGB value is (221,23,236). Sum of RGB (Red+Green+Blue) = 221+23+236=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17EC is #22E813. Grayscale: #696969. Windows color (decimal): -2287636 or 15472605. OLE color: 15472605.
HSL color Cylindrical-coordinate representation of color #DD17EC: hue angle of 295.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17EC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 23 | 236 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.07 |
| HSL | 295.77º | 0.85% | 0.51% | - |
| HSV(B) | 295.77º | 0.9% | 0.93% | - |
| XYZ | 45.27 | 22.04 | 81.23 | - |
| YUV | 106.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 236 | 0.06 | 0.90 | 0 | 0.07 | 295.77 | 0.85 | 0.51 |
| Hex | DD | 17 | EC | 6 | 5A | 0 | 7 | 128 | 55 | 33 |
| Octal | 335 | 27 | 354 | 6 | 132 | 0 | 7 | 450 | 125 | 63 |
| Binary | 11011101 | 10111 | 11101100 | 110 | 1011010 | 0 | 111 | 100101000 | 1010101 | 110011 |
Color Harmonies of #DD17EC
Complementary color
Monochromatic Colors of #DD17EC
Black with #DD17EC
Text Example
Text Example
White with #DD17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17EC; }
p { color: rgb(221,23,236); }
H1.HeaderClassName
{
color: #DD17EC;
}
.AnyTagClassName
{
color: #DD17EC;
}
</style>
background-color css
<style>
a { background-color: #DD17EC; }
a { background-color: rgb(221,23,236); }
div.DivClassName
{
background-color: #DD17EC;
}
.BgClassName
{
background-color: #DD17EC;
}
</style>
border-color css
<style>
span { border-color: #DD17EC; }
span { border-color: rgb(221,23,236); }
td.TdClassName
{
border-color: #DD17EC;
}
.TagClassName
{
border-color: #DD17EC;
}
</style>