Shades of Psychedelic Purple #DD04EC
Tints of Psychedelic Purple #DD04EC
RGB
CMYK
RGB Variations
Color information
#DD04EC (or 0xDD04EC) is known color: Psychedelic Purple. HEX triplet: DD, 04 and EC. RGB value is (221,4,236). Sum of RGB (Red+Green+Blue) = 221+4+236=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04EC is #22FB13. Grayscale: #5E5E5E. Windows color (decimal): -2292500 or 15467741. OLE color: 15467741.
HSL color Cylindrical-coordinate representation of color #DD04EC: hue angle of 296.12º degrees, saturation: 0.97, 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 #DD04EC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 4 | 236 | - |
CMYK | 0.06 | 0.98 | 0 | 0.07 |
HSL | 296.12º | 0.97% | 0.47% | - |
HSV(B) | 296.12º | 0.98% | 0.93% | - |
XYZ | 45 | 21.52 | 81.14 | - |
YUV | 95.33 | 207.39 | 217.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 4 | 236 | 0.06 | 0.98 | 0 | 0.07 | 296.12 | 0.97 | 0.47 |
Hex | DD | 4 | EC | 6 | 62 | 0 | 7 | 128 | 61 | 2F |
Octal | 335 | 4 | 354 | 6 | 142 | 0 | 7 | 450 | 141 | 57 |
Binary | 11011101 | 100 | 11101100 | 110 | 1100010 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DD04EC
Complementary color
Monochromatic Colors of #DD04EC
Black with #DD04EC
Text Example
Text Example
White with #DD04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04EC; }
p { color: rgb(221,4,236); }
H1.HeaderClassName
{
color: #DD04EC;
}
.AnyTagClassName
{
color: #DD04EC;
}
</style>
background-color css
<style>
a { background-color: #DD04EC; }
a { background-color: rgb(221,4,236); }
div.DivClassName
{
background-color: #DD04EC;
}
.BgClassName
{
background-color: #DD04EC;
}
</style>
border-color css
<style>
span { border-color: #DD04EC; }
span { border-color: rgb(221,4,236); }
td.TdClassName
{
border-color: #DD04EC;
}
.TagClassName
{
border-color: #DD04EC;
}
</style>