Shades of Psychedelic Purple #DD01EC
Tints of Psychedelic Purple #DD01EC
RGB
CMYK
RGB Variations
Color information
#DD01EC (or 0xDD01EC) is known color: Psychedelic Purple. HEX triplet: DD, 01 and EC. RGB value is (221,1,236). Sum of RGB (Red+Green+Blue) = 221+1+236=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01EC is #22FE13. Grayscale: #5C5C5C. Windows color (decimal): -2293268 or 15466973. OLE color: 15466973.
HSL color Cylindrical-coordinate representation of color #DD01EC: hue angle of 296.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01EC is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 1 | 236 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.07 |
| HSL | 296.17º | 0.99% | 0.46% | - |
| HSV(B) | 296.17º | 1% | 0.93% | - |
| XYZ | 44.97 | 21.45 | 81.13 | - |
| YUV | 93.57 | 208.39 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 236 | 0.06 | 1.00 | 0 | 0.07 | 296.17 | 0.99 | 0.46 |
| Hex | DD | 1 | EC | 6 | 64 | 0 | 7 | 128 | 63 | 2E |
| Octal | 335 | 1 | 354 | 6 | 144 | 0 | 7 | 450 | 143 | 56 |
| Binary | 11011101 | 1 | 11101100 | 110 | 1100100 | 0 | 111 | 100101000 | 1100011 | 101110 |
Color Harmonies of #DD01EC
Complementary color
Monochromatic Colors of #DD01EC
Black with #DD01EC
Text Example
Text Example
White with #DD01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01EC; }
p { color: rgb(221,1,236); }
H1.HeaderClassName
{
color: #DD01EC;
}
.AnyTagClassName
{
color: #DD01EC;
}
</style>
background-color css
<style>
a { background-color: #DD01EC; }
a { background-color: rgb(221,1,236); }
div.DivClassName
{
background-color: #DD01EC;
}
.BgClassName
{
background-color: #DD01EC;
}
</style>
border-color css
<style>
span { border-color: #DD01EC; }
span { border-color: rgb(221,1,236); }
td.TdClassName
{
border-color: #DD01EC;
}
.TagClassName
{
border-color: #DD01EC;
}
</style>