Shades of Psychedelic Purple #DD16EA
Tints of Psychedelic Purple #DD16EA
RGB
CMYK
RGB Variations
Color information
#DD16EA (or 0xDD16EA) is known color: Psychedelic Purple. HEX triplet: DD, 16 and EA. RGB value is (221,22,234). Sum of RGB (Red+Green+Blue) = 221+22+234=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD16EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16EA is #22E915. Grayscale: #696969. Windows color (decimal): -2287894 or 15341277. OLE color: 15341277.
HSL color Cylindrical-coordinate representation of color #DD16EA: hue angle of 296.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16EA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 22 | 234 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.08 |
| HSL | 296.32º | 0.83% | 0.5% | - |
| HSV(B) | 296.32º | 0.91% | 0.92% | - |
| XYZ | 44.96 | 21.89 | 79.7 | - |
| YUV | 105.67 | 200.43 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 234 | 0.06 | 0.91 | 0 | 0.08 | 296.32 | 0.83 | 0.5 |
| Hex | DD | 16 | EA | 6 | 5B | 0 | 8 | 128 | 53 | 32 |
| Octal | 335 | 26 | 352 | 6 | 133 | 0 | 10 | 450 | 123 | 62 |
| Binary | 11011101 | 10110 | 11101010 | 110 | 1011011 | 0 | 1000 | 100101000 | 1010011 | 110010 |
Color Harmonies of #DD16EA
Complementary color
Monochromatic Colors of #DD16EA
Black with #DD16EA
Text Example
Text Example
White with #DD16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16EA; }
p { color: rgb(221,22,234); }
H1.HeaderClassName
{
color: #DD16EA;
}
.AnyTagClassName
{
color: #DD16EA;
}
</style>
background-color css
<style>
a { background-color: #DD16EA; }
a { background-color: rgb(221,22,234); }
div.DivClassName
{
background-color: #DD16EA;
}
.BgClassName
{
background-color: #DD16EA;
}
</style>
border-color css
<style>
span { border-color: #DD16EA; }
span { border-color: rgb(221,22,234); }
td.TdClassName
{
border-color: #DD16EA;
}
.TagClassName
{
border-color: #DD16EA;
}
</style>