Shades of Psychedelic Purple #DD17EB
Tints of Psychedelic Purple #DD17EB
RGB
CMYK
RGB Variations
Color information
#DD17EB (or 0xDD17EB) is known color: Psychedelic Purple. HEX triplet: DD, 17 and EB. RGB value is (221,23,235). Sum of RGB (Red+Green+Blue) = 221+23+235=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17EB is #22E814. Grayscale: #696969. Windows color (decimal): -2287637 or 15407069. OLE color: 15407069.
HSL color Cylindrical-coordinate representation of color #DD17EB: hue angle of 296.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17EB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 23 | 235 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.08 |
| HSL | 296.04º | 0.84% | 0.51% | - |
| HSV(B) | 296.04º | 0.9% | 0.92% | - |
| XYZ | 45.12 | 21.98 | 80.46 | - |
| YUV | 106.37 | 200.6 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 235 | 0.06 | 0.90 | 0 | 0.08 | 296.04 | 0.84 | 0.51 |
| Hex | DD | 17 | EB | 6 | 5A | 0 | 8 | 128 | 54 | 33 |
| Octal | 335 | 27 | 353 | 6 | 132 | 0 | 10 | 450 | 124 | 63 |
| Binary | 11011101 | 10111 | 11101011 | 110 | 1011010 | 0 | 1000 | 100101000 | 1010100 | 110011 |
Color Harmonies of #DD17EB
Complementary color
Monochromatic Colors of #DD17EB
Black with #DD17EB
Text Example
Text Example
White with #DD17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17EB; }
p { color: rgb(221,23,235); }
H1.HeaderClassName
{
color: #DD17EB;
}
.AnyTagClassName
{
color: #DD17EB;
}
</style>
background-color css
<style>
a { background-color: #DD17EB; }
a { background-color: rgb(221,23,235); }
div.DivClassName
{
background-color: #DD17EB;
}
.BgClassName
{
background-color: #DD17EB;
}
</style>
border-color css
<style>
span { border-color: #DD17EB; }
span { border-color: rgb(221,23,235); }
td.TdClassName
{
border-color: #DD17EB;
}
.TagClassName
{
border-color: #DD17EB;
}
</style>