Shades of Psychedelic Purple #DD17FF
Tints of Psychedelic Purple #DD17FF
RGB
CMYK
RGB Variations
Color information
#DD17FF (or 0xDD17FF) is known color: Psychedelic Purple. HEX triplet: DD, 17 and FF. RGB value is (221,23,255). Sum of RGB (Red+Green+Blue) = 221+23+255=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17FF is #22E800. Grayscale: #6B6B6B. Windows color (decimal): -2287617 or 16717789. OLE color: 16717789.
HSL color Cylindrical-coordinate representation of color #DD17FF: hue angle of 291.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD17FF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 23 | 255 | - |
| CMYK | 0.13 | 0.91 | 0 | 0 |
| HSL | 291.21º | 1% | 0.55% | - |
| HSV(B) | 291.21º | 0.91% | 1% | - |
| XYZ | 48.18 | 23.2 | 96.55 | - |
| YUV | 108.65 | 210.6 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 255 | 0.13 | 0.91 | 0 | 0 | 291.21 | 1 | 0.55 |
| Hex | DD | 17 | FF | D | 5B | 0 | 0 | 123 | 64 | 37 |
| Octal | 335 | 27 | 377 | 15 | 133 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011101 | 10111 | 11111111 | 1101 | 1011011 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DD17FF
Complementary color
Monochromatic Colors of #DD17FF
Black with #DD17FF
Text Example
Text Example
White with #DD17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17FF; }
p { color: rgb(221,23,255); }
H1.HeaderClassName
{
color: #DD17FF;
}
.AnyTagClassName
{
color: #DD17FF;
}
</style>
background-color css
<style>
a { background-color: #DD17FF; }
a { background-color: rgb(221,23,255); }
div.DivClassName
{
background-color: #DD17FF;
}
.BgClassName
{
background-color: #DD17FF;
}
</style>
border-color css
<style>
span { border-color: #DD17FF; }
span { border-color: rgb(221,23,255); }
td.TdClassName
{
border-color: #DD17FF;
}
.TagClassName
{
border-color: #DD17FF;
}
</style>