Shades of Psychedelic Purple #DD17F7
Tints of Psychedelic Purple #DD17F7
RGB
CMYK
RGB Variations
Color information
#DD17F7 (or 0xDD17F7) is known color: Psychedelic Purple. HEX triplet: DD, 17 and F7. RGB value is (221,23,247). Sum of RGB (Red+Green+Blue) = 221+23+247=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD17F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17F7 is #22E808. Grayscale: #6B6B6B. Windows color (decimal): -2287625 or 16193501. OLE color: 16193501.
HSL color Cylindrical-coordinate representation of color #DD17F7: hue angle of 293.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD17F7 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 23 | 247 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.03 |
| HSL | 293.04º | 0.93% | 0.53% | - |
| HSV(B) | 293.04º | 0.91% | 0.97% | - |
| XYZ | 46.91 | 22.7 | 89.9 | - |
| YUV | 107.74 | 206.6 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 247 | 0.11 | 0.91 | 0 | 0.03 | 293.04 | 0.93 | 0.53 |
| Hex | DD | 17 | F7 | B | 5B | 0 | 3 | 125 | 5D | 35 |
| Octal | 335 | 27 | 367 | 13 | 133 | 0 | 3 | 445 | 135 | 65 |
| Binary | 11011101 | 10111 | 11110111 | 1011 | 1011011 | 0 | 11 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DD17F7
Complementary color
Monochromatic Colors of #DD17F7
Black with #DD17F7
Text Example
Text Example
White with #DD17F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17F7; }
p { color: rgb(221,23,247); }
H1.HeaderClassName
{
color: #DD17F7;
}
.AnyTagClassName
{
color: #DD17F7;
}
</style>
background-color css
<style>
a { background-color: #DD17F7; }
a { background-color: rgb(221,23,247); }
div.DivClassName
{
background-color: #DD17F7;
}
.BgClassName
{
background-color: #DD17F7;
}
</style>
border-color css
<style>
span { border-color: #DD17F7; }
span { border-color: rgb(221,23,247); }
td.TdClassName
{
border-color: #DD17F7;
}
.TagClassName
{
border-color: #DD17F7;
}
</style>