Shades of Psychedelic Purple #DD16FE
Tints of Psychedelic Purple #DD16FE
RGB
CMYK
RGB Variations
Color information
#DD16FE (or 0xDD16FE) is known color: Psychedelic Purple. HEX triplet: DD, 16 and FE. RGB value is (221,22,254). Sum of RGB (Red+Green+Blue) = 221+22+254=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16FE is #22E901. Grayscale: #6B6B6B. Windows color (decimal): -2287874 or 16651997. OLE color: 16651997.
HSL color Cylindrical-coordinate representation of color #DD16FE: hue angle of 291.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16FE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 22 | 254 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.00 |
| HSL | 291.47º | 0.99% | 0.54% | - |
| HSV(B) | 291.47º | 0.91% | 1% | - |
| XYZ | 48 | 23.1 | 95.7 | - |
| YUV | 107.95 | 210.43 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 254 | 0.13 | 0.91 | 0 | 0.00 | 291.47 | 0.99 | 0.54 |
| Hex | DD | 16 | FE | D | 5B | 0 | 0 | 123 | 63 | 36 |
| Octal | 335 | 26 | 376 | 15 | 133 | 0 | 0 | 443 | 143 | 66 |
| Binary | 11011101 | 10110 | 11111110 | 1101 | 1011011 | 0 | 0 | 100100011 | 1100011 | 110110 |
Color Harmonies of #DD16FE
Complementary color
Monochromatic Colors of #DD16FE
Black with #DD16FE
Text Example
Text Example
White with #DD16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16FE; }
p { color: rgb(221,22,254); }
H1.HeaderClassName
{
color: #DD16FE;
}
.AnyTagClassName
{
color: #DD16FE;
}
</style>
background-color css
<style>
a { background-color: #DD16FE; }
a { background-color: rgb(221,22,254); }
div.DivClassName
{
background-color: #DD16FE;
}
.BgClassName
{
background-color: #DD16FE;
}
</style>
border-color css
<style>
span { border-color: #DD16FE; }
span { border-color: rgb(221,22,254); }
td.TdClassName
{
border-color: #DD16FE;
}
.TagClassName
{
border-color: #DD16FE;
}
</style>