Shades of Psychedelic Purple #DD06EC
Tints of Psychedelic Purple #DD06EC
RGB
CMYK
RGB Variations
Color information
#DD06EC (or 0xDD06EC) is known color: Psychedelic Purple. HEX triplet: DD, 06 and EC. RGB value is (221,6,236). Sum of RGB (Red+Green+Blue) = 221+6+236=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06EC is #22F913. Grayscale: #5F5F5F. Windows color (decimal): -2291988 or 15468253. OLE color: 15468253.
HSL color Cylindrical-coordinate representation of color #DD06EC: hue angle of 296.09º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06EC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 6 | 236 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.07 |
| HSL | 296.09º | 0.95% | 0.47% | - |
| HSV(B) | 296.09º | 0.97% | 0.93% | - |
| XYZ | 45.02 | 21.56 | 81.15 | - |
| YUV | 96.51 | 206.73 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 236 | 0.06 | 0.97 | 0 | 0.07 | 296.09 | 0.95 | 0.47 |
| Hex | DD | 6 | EC | 6 | 61 | 0 | 7 | 128 | 5F | 2F |
| Octal | 335 | 6 | 354 | 6 | 141 | 0 | 7 | 450 | 137 | 57 |
| Binary | 11011101 | 110 | 11101100 | 110 | 1100001 | 0 | 111 | 100101000 | 1011111 | 101111 |
Color Harmonies of #DD06EC
Complementary color
Monochromatic Colors of #DD06EC
Black with #DD06EC
Text Example
Text Example
White with #DD06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06EC; }
p { color: rgb(221,6,236); }
H1.HeaderClassName
{
color: #DD06EC;
}
.AnyTagClassName
{
color: #DD06EC;
}
</style>
background-color css
<style>
a { background-color: #DD06EC; }
a { background-color: rgb(221,6,236); }
div.DivClassName
{
background-color: #DD06EC;
}
.BgClassName
{
background-color: #DD06EC;
}
</style>
border-color css
<style>
span { border-color: #DD06EC; }
span { border-color: rgb(221,6,236); }
td.TdClassName
{
border-color: #DD06EC;
}
.TagClassName
{
border-color: #DD06EC;
}
</style>