Shades of Psychedelic Purple #DD03EC
Tints of Psychedelic Purple #DD03EC
RGB
CMYK
RGB Variations
Color information
#DD03EC (or 0xDD03EC) is known color: Psychedelic Purple. HEX triplet: DD, 03 and EC. RGB value is (221,3,236). Sum of RGB (Red+Green+Blue) = 221+3+236=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03EC is #22FC13. Grayscale: #5E5E5E. Windows color (decimal): -2292756 or 15467485. OLE color: 15467485.
HSL color Cylindrical-coordinate representation of color #DD03EC: hue angle of 296.14º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03EC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 3 | 236 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.07 |
| HSL | 296.14º | 0.97% | 0.47% | - |
| HSV(B) | 296.14º | 0.99% | 0.93% | - |
| XYZ | 44.99 | 21.49 | 81.13 | - |
| YUV | 94.74 | 207.72 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 236 | 0.06 | 0.99 | 0 | 0.07 | 296.14 | 0.97 | 0.47 |
| Hex | DD | 3 | EC | 6 | 63 | 0 | 7 | 128 | 61 | 2F |
| Octal | 335 | 3 | 354 | 6 | 143 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011101 | 11 | 11101100 | 110 | 1100011 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DD03EC
Complementary color
Monochromatic Colors of #DD03EC
Black with #DD03EC
Text Example
Text Example
White with #DD03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03EC; }
p { color: rgb(221,3,236); }
H1.HeaderClassName
{
color: #DD03EC;
}
.AnyTagClassName
{
color: #DD03EC;
}
</style>
background-color css
<style>
a { background-color: #DD03EC; }
a { background-color: rgb(221,3,236); }
div.DivClassName
{
background-color: #DD03EC;
}
.BgClassName
{
background-color: #DD03EC;
}
</style>
border-color css
<style>
span { border-color: #DD03EC; }
span { border-color: rgb(221,3,236); }
td.TdClassName
{
border-color: #DD03EC;
}
.TagClassName
{
border-color: #DD03EC;
}
</style>