Shades of Psychedelic Purple #DD16FF
Tints of Psychedelic Purple #DD16FF
RGB
CMYK
RGB Variations
Color information
#DD16FF (or 0xDD16FF) is known color: Psychedelic Purple. HEX triplet: DD, 16 and FF. RGB value is (221,22,255). Sum of RGB (Red+Green+Blue) = 221+22+255=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16FF is #22E900. Grayscale: #6B6B6B. Windows color (decimal): -2287873 or 16717533. OLE color: 16717533.
HSL color Cylindrical-coordinate representation of color #DD16FF: hue angle of 291.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16FF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 22 | 255 | - |
| CMYK | 0.13 | 0.91 | 0 | 0 |
| HSL | 291.24º | 1% | 0.54% | - |
| HSV(B) | 291.24º | 0.91% | 1% | - |
| XYZ | 48.16 | 23.17 | 96.54 | - |
| YUV | 108.06 | 210.93 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 255 | 0.13 | 0.91 | 0 | 0 | 291.24 | 1 | 0.54 |
| Hex | DD | 16 | FF | D | 5B | 0 | 0 | 123 | 64 | 36 |
| Octal | 335 | 26 | 377 | 15 | 133 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011101 | 10110 | 11111111 | 1101 | 1011011 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DD16FF
Complementary color
Monochromatic Colors of #DD16FF
Black with #DD16FF
Text Example
Text Example
White with #DD16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16FF; }
p { color: rgb(221,22,255); }
H1.HeaderClassName
{
color: #DD16FF;
}
.AnyTagClassName
{
color: #DD16FF;
}
</style>
background-color css
<style>
a { background-color: #DD16FF; }
a { background-color: rgb(221,22,255); }
div.DivClassName
{
background-color: #DD16FF;
}
.BgClassName
{
background-color: #DD16FF;
}
</style>
border-color css
<style>
span { border-color: #DD16FF; }
span { border-color: rgb(221,22,255); }
td.TdClassName
{
border-color: #DD16FF;
}
.TagClassName
{
border-color: #DD16FF;
}
</style>