Shades of Psychedelic Purple #DD18EC
Tints of Psychedelic Purple #DD18EC
RGB
CMYK
RGB Variations
Color information
#DD18EC (or 0xDD18EC) is known color: Psychedelic Purple. HEX triplet: DD, 18 and EC. RGB value is (221,24,236). Sum of RGB (Red+Green+Blue) = 221+24+236=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18EC is #22E713. Grayscale: #6A6A6A. Windows color (decimal): -2287380 or 15472861. OLE color: 15472861.
HSL color Cylindrical-coordinate representation of color #DD18EC: hue angle of 295.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD18EC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 24 | 236 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.07 |
| HSL | 295.75º | 0.85% | 0.51% | - |
| HSV(B) | 295.75º | 0.9% | 0.93% | - |
| XYZ | 45.29 | 22.08 | 81.23 | - |
| YUV | 107.07 | 200.77 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 236 | 0.06 | 0.90 | 0 | 0.07 | 295.75 | 0.85 | 0.51 |
| Hex | DD | 18 | EC | 6 | 5A | 0 | 7 | 128 | 55 | 33 |
| Octal | 335 | 30 | 354 | 6 | 132 | 0 | 7 | 450 | 125 | 63 |
| Binary | 11011101 | 11000 | 11101100 | 110 | 1011010 | 0 | 111 | 100101000 | 1010101 | 110011 |
Color Harmonies of #DD18EC
Complementary color
Monochromatic Colors of #DD18EC
Black with #DD18EC
Text Example
Text Example
White with #DD18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18EC; }
p { color: rgb(221,24,236); }
H1.HeaderClassName
{
color: #DD18EC;
}
.AnyTagClassName
{
color: #DD18EC;
}
</style>
background-color css
<style>
a { background-color: #DD18EC; }
a { background-color: rgb(221,24,236); }
div.DivClassName
{
background-color: #DD18EC;
}
.BgClassName
{
background-color: #DD18EC;
}
</style>
border-color css
<style>
span { border-color: #DD18EC; }
span { border-color: rgb(221,24,236); }
td.TdClassName
{
border-color: #DD18EC;
}
.TagClassName
{
border-color: #DD18EC;
}
</style>