Shades of Psychedelic Purple #DD18EE
Tints of Psychedelic Purple #DD18EE
RGB
CMYK
RGB Variations
Color information
#DD18EE (or 0xDD18EE) is known color: Psychedelic Purple. HEX triplet: DD, 18 and EE. RGB value is (221,24,238). Sum of RGB (Red+Green+Blue) = 221+24+238=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18EE is #22E711. Grayscale: #6A6A6A. Windows color (decimal): -2287378 or 15603933. OLE color: 15603933.
HSL color Cylindrical-coordinate representation of color #DD18EE: hue angle of 295.23º degrees, saturation: 0.86, 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 #DD18EE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 24 | 238 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.07 |
| HSL | 295.23º | 0.86% | 0.51% | - |
| HSV(B) | 295.23º | 0.9% | 0.93% | - |
| XYZ | 45.58 | 22.2 | 82.77 | - |
| YUV | 107.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 238 | 0.07 | 0.90 | 0 | 0.07 | 295.23 | 0.86 | 0.51 |
| Hex | DD | 18 | EE | 7 | 5A | 0 | 7 | 127 | 56 | 33 |
| Octal | 335 | 30 | 356 | 7 | 132 | 0 | 7 | 447 | 126 | 63 |
| Binary | 11011101 | 11000 | 11101110 | 111 | 1011010 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DD18EE
Complementary color
Monochromatic Colors of #DD18EE
Black with #DD18EE
Text Example
Text Example
White with #DD18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18EE; }
p { color: rgb(221,24,238); }
H1.HeaderClassName
{
color: #DD18EE;
}
.AnyTagClassName
{
color: #DD18EE;
}
</style>
background-color css
<style>
a { background-color: #DD18EE; }
a { background-color: rgb(221,24,238); }
div.DivClassName
{
background-color: #DD18EE;
}
.BgClassName
{
background-color: #DD18EE;
}
</style>
border-color css
<style>
span { border-color: #DD18EE; }
span { border-color: rgb(221,24,238); }
td.TdClassName
{
border-color: #DD18EE;
}
.TagClassName
{
border-color: #DD18EE;
}
</style>