Shades of Psychedelic Purple #DD16EC
Tints of Psychedelic Purple #DD16EC
RGB
CMYK
RGB Variations
Color information
#DD16EC (or 0xDD16EC) is known color: Psychedelic Purple. HEX triplet: DD, 16 and EC. RGB value is (221,22,236). Sum of RGB (Red+Green+Blue) = 221+22+236=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD16EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16EC is #22E913. Grayscale: #696969. Windows color (decimal): -2287892 or 15472349. OLE color: 15472349.
HSL color Cylindrical-coordinate representation of color #DD16EC: hue angle of 295.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16EC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 22 | 236 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.07 |
| HSL | 295.79º | 0.85% | 0.51% | - |
| HSV(B) | 295.79º | 0.91% | 0.93% | - |
| XYZ | 45.25 | 22 | 81.22 | - |
| YUV | 105.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 236 | 0.06 | 0.91 | 0 | 0.07 | 295.79 | 0.85 | 0.51 |
| Hex | DD | 16 | EC | 6 | 5B | 0 | 7 | 128 | 55 | 33 |
| Octal | 335 | 26 | 354 | 6 | 133 | 0 | 7 | 450 | 125 | 63 |
| Binary | 11011101 | 10110 | 11101100 | 110 | 1011011 | 0 | 111 | 100101000 | 1010101 | 110011 |
Color Harmonies of #DD16EC
Complementary color
Monochromatic Colors of #DD16EC
Black with #DD16EC
Text Example
Text Example
White with #DD16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16EC; }
p { color: rgb(221,22,236); }
H1.HeaderClassName
{
color: #DD16EC;
}
.AnyTagClassName
{
color: #DD16EC;
}
</style>
background-color css
<style>
a { background-color: #DD16EC; }
a { background-color: rgb(221,22,236); }
div.DivClassName
{
background-color: #DD16EC;
}
.BgClassName
{
background-color: #DD16EC;
}
</style>
border-color css
<style>
span { border-color: #DD16EC; }
span { border-color: rgb(221,22,236); }
td.TdClassName
{
border-color: #DD16EC;
}
.TagClassName
{
border-color: #DD16EC;
}
</style>