Shades of Psychedelic Purple #DD14EF
Tints of Psychedelic Purple #DD14EF
RGB
CMYK
RGB Variations
Color information
#DD14EF (or 0xDD14EF) is known color: Psychedelic Purple. HEX triplet: DD, 14 and EF. RGB value is (221,20,239). Sum of RGB (Red+Green+Blue) = 221+20+239=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14EF is #22EB10. Grayscale: #686868. Windows color (decimal): -2288401 or 15668445. OLE color: 15668445.
HSL color Cylindrical-coordinate representation of color #DD14EF: hue angle of 295.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD14EF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 20 | 239 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.06 |
| HSL | 295.07º | 0.87% | 0.51% | - |
| HSV(B) | 295.07º | 0.92% | 0.94% | - |
| XYZ | 45.65 | 22.1 | 83.52 | - |
| YUV | 105.07 | 203.59 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 239 | 0.08 | 0.92 | 0 | 0.06 | 295.07 | 0.87 | 0.51 |
| Hex | DD | 14 | EF | 8 | 5C | 0 | 6 | 127 | 57 | 33 |
| Octal | 335 | 24 | 357 | 10 | 134 | 0 | 6 | 447 | 127 | 63 |
| Binary | 11011101 | 10100 | 11101111 | 1000 | 1011100 | 0 | 110 | 100100111 | 1010111 | 110011 |
Color Harmonies of #DD14EF
Complementary color
Monochromatic Colors of #DD14EF
Black with #DD14EF
Text Example
Text Example
White with #DD14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14EF; }
p { color: rgb(221,20,239); }
H1.HeaderClassName
{
color: #DD14EF;
}
.AnyTagClassName
{
color: #DD14EF;
}
</style>
background-color css
<style>
a { background-color: #DD14EF; }
a { background-color: rgb(221,20,239); }
div.DivClassName
{
background-color: #DD14EF;
}
.BgClassName
{
background-color: #DD14EF;
}
</style>
border-color css
<style>
span { border-color: #DD14EF; }
span { border-color: rgb(221,20,239); }
td.TdClassName
{
border-color: #DD14EF;
}
.TagClassName
{
border-color: #DD14EF;
}
</style>