Shades of Psychedelic Purple #DD16EF
Tints of Psychedelic Purple #DD16EF
RGB
CMYK
RGB Variations
Color information
#DD16EF (or 0xDD16EF) is known color: Psychedelic Purple. HEX triplet: DD, 16 and EF. RGB value is (221,22,239). Sum of RGB (Red+Green+Blue) = 221+22+239=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16EF is #22E910. Grayscale: #696969. Windows color (decimal): -2287889 or 15668957. OLE color: 15668957.
HSL color Cylindrical-coordinate representation of color #DD16EF: hue angle of 295.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16EF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 22 | 239 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.06 |
| HSL | 295.02º | 0.87% | 0.51% | - |
| HSV(B) | 295.02º | 0.91% | 0.94% | - |
| XYZ | 45.69 | 22.18 | 83.53 | - |
| YUV | 106.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 239 | 0.08 | 0.91 | 0 | 0.06 | 295.02 | 0.87 | 0.51 |
| Hex | DD | 16 | EF | 8 | 5B | 0 | 6 | 127 | 57 | 33 |
| Octal | 335 | 26 | 357 | 10 | 133 | 0 | 6 | 447 | 127 | 63 |
| Binary | 11011101 | 10110 | 11101111 | 1000 | 1011011 | 0 | 110 | 100100111 | 1010111 | 110011 |
Color Harmonies of #DD16EF
Complementary color
Monochromatic Colors of #DD16EF
Black with #DD16EF
Text Example
Text Example
White with #DD16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16EF; }
p { color: rgb(221,22,239); }
H1.HeaderClassName
{
color: #DD16EF;
}
.AnyTagClassName
{
color: #DD16EF;
}
</style>
background-color css
<style>
a { background-color: #DD16EF; }
a { background-color: rgb(221,22,239); }
div.DivClassName
{
background-color: #DD16EF;
}
.BgClassName
{
background-color: #DD16EF;
}
</style>
border-color css
<style>
span { border-color: #DD16EF; }
span { border-color: rgb(221,22,239); }
td.TdClassName
{
border-color: #DD16EF;
}
.TagClassName
{
border-color: #DD16EF;
}
</style>