Shades of Psychedelic Purple #DD16FC
Tints of Psychedelic Purple #DD16FC
RGB
CMYK
RGB Variations
Color information
#DD16FC (or 0xDD16FC) is known color: Psychedelic Purple. HEX triplet: DD, 16 and FC. RGB value is (221,22,252). Sum of RGB (Red+Green+Blue) = 221+22+252=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16FC is #22E903. Grayscale: #6B6B6B. Windows color (decimal): -2287876 or 16520925. OLE color: 16520925.
HSL color Cylindrical-coordinate representation of color #DD16FC: hue angle of 291.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16FC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 22 | 252 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.01 |
| HSL | 291.91º | 0.97% | 0.54% | - |
| HSV(B) | 291.91º | 0.91% | 0.99% | - |
| XYZ | 47.68 | 22.97 | 94.02 | - |
| YUV | 107.72 | 209.43 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 252 | 0.12 | 0.91 | 0 | 0.01 | 291.91 | 0.97 | 0.54 |
| Hex | DD | 16 | FC | C | 5B | 0 | 1 | 124 | 61 | 36 |
| Octal | 335 | 26 | 374 | 14 | 133 | 0 | 1 | 444 | 141 | 66 |
| Binary | 11011101 | 10110 | 11111100 | 1100 | 1011011 | 0 | 1 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DD16FC
Complementary color
Monochromatic Colors of #DD16FC
Black with #DD16FC
Text Example
Text Example
White with #DD16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16FC; }
p { color: rgb(221,22,252); }
H1.HeaderClassName
{
color: #DD16FC;
}
.AnyTagClassName
{
color: #DD16FC;
}
</style>
background-color css
<style>
a { background-color: #DD16FC; }
a { background-color: rgb(221,22,252); }
div.DivClassName
{
background-color: #DD16FC;
}
.BgClassName
{
background-color: #DD16FC;
}
</style>
border-color css
<style>
span { border-color: #DD16FC; }
span { border-color: rgb(221,22,252); }
td.TdClassName
{
border-color: #DD16FC;
}
.TagClassName
{
border-color: #DD16FC;
}
</style>