Shades of Psychedelic Purple #DD0EF5
Tints of Psychedelic Purple #DD0EF5
RGB
CMYK
RGB Variations
Color information
#DD0EF5 (or 0xDD0EF5) is known color: Psychedelic Purple. HEX triplet: DD, 0E and F5. RGB value is (221,14,245). Sum of RGB (Red+Green+Blue) = 221+14+245=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD0EF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EF5 is #22F10A. Grayscale: #656565. Windows color (decimal): -2289931 or 16060125. OLE color: 16060125.
HSL color Cylindrical-coordinate representation of color #DD0EF5: hue angle of 293.77º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EF5 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 14 | 245 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.04 |
| HSL | 293.77º | 0.92% | 0.51% | - |
| HSV(B) | 293.77º | 0.94% | 0.96% | - |
| XYZ | 46.46 | 22.28 | 88.24 | - |
| YUV | 102.23 | 208.58 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 245 | 0.10 | 0.94 | 0 | 0.04 | 293.77 | 0.92 | 0.51 |
| Hex | DD | E | F5 | A | 5E | 0 | 4 | 126 | 5C | 33 |
| Octal | 335 | 16 | 365 | 12 | 136 | 0 | 4 | 446 | 134 | 63 |
| Binary | 11011101 | 1110 | 11110101 | 1010 | 1011110 | 0 | 100 | 100100110 | 1011100 | 110011 |
Color Harmonies of #DD0EF5
Complementary color
Monochromatic Colors of #DD0EF5
Black with #DD0EF5
Text Example
Text Example
White with #DD0EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EF5; }
p { color: rgb(221,14,245); }
H1.HeaderClassName
{
color: #DD0EF5;
}
.AnyTagClassName
{
color: #DD0EF5;
}
</style>
background-color css
<style>
a { background-color: #DD0EF5; }
a { background-color: rgb(221,14,245); }
div.DivClassName
{
background-color: #DD0EF5;
}
.BgClassName
{
background-color: #DD0EF5;
}
</style>
border-color css
<style>
span { border-color: #DD0EF5; }
span { border-color: rgb(221,14,245); }
td.TdClassName
{
border-color: #DD0EF5;
}
.TagClassName
{
border-color: #DD0EF5;
}
</style>