Shades of Psychedelic Purple #DD17EE
Tints of Psychedelic Purple #DD17EE
RGB
CMYK
RGB Variations
Color information
#DD17EE (or 0xDD17EE) is known color: Psychedelic Purple. HEX triplet: DD, 17 and EE. RGB value is (221,23,238). Sum of RGB (Red+Green+Blue) = 221+23+238=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17EE is #22E811. Grayscale: #6A6A6A. Windows color (decimal): -2287634 or 15603677. OLE color: 15603677.
HSL color Cylindrical-coordinate representation of color #DD17EE: hue angle of 295.26º 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 #DD17EE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 23 | 238 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.07 |
| HSL | 295.26º | 0.86% | 0.51% | - |
| HSV(B) | 295.26º | 0.9% | 0.93% | - |
| XYZ | 45.56 | 22.16 | 82.76 | - |
| YUV | 106.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 238 | 0.07 | 0.90 | 0 | 0.07 | 295.26 | 0.86 | 0.51 |
| Hex | DD | 17 | EE | 7 | 5A | 0 | 7 | 127 | 56 | 33 |
| Octal | 335 | 27 | 356 | 7 | 132 | 0 | 7 | 447 | 126 | 63 |
| Binary | 11011101 | 10111 | 11101110 | 111 | 1011010 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DD17EE
Complementary color
Monochromatic Colors of #DD17EE
Black with #DD17EE
Text Example
Text Example
White with #DD17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17EE; }
p { color: rgb(221,23,238); }
H1.HeaderClassName
{
color: #DD17EE;
}
.AnyTagClassName
{
color: #DD17EE;
}
</style>
background-color css
<style>
a { background-color: #DD17EE; }
a { background-color: rgb(221,23,238); }
div.DivClassName
{
background-color: #DD17EE;
}
.BgClassName
{
background-color: #DD17EE;
}
</style>
border-color css
<style>
span { border-color: #DD17EE; }
span { border-color: rgb(221,23,238); }
td.TdClassName
{
border-color: #DD17EE;
}
.TagClassName
{
border-color: #DD17EE;
}
</style>