Shades of Psychedelic Purple #DD17F5
Tints of Psychedelic Purple #DD17F5
RGB
CMYK
RGB Variations
Color information
#DD17F5 (or 0xDD17F5) is known color: Psychedelic Purple. HEX triplet: DD, 17 and F5. RGB value is (221,23,245). Sum of RGB (Red+Green+Blue) = 221+23+245=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD17F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17F5 is #22E80A. Grayscale: #6A6A6A. Windows color (decimal): -2287627 or 16062429. OLE color: 16062429.
HSL color Cylindrical-coordinate representation of color #DD17F5: hue angle of 293.51º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD17F5 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 23 | 245 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.04 |
| HSL | 293.51º | 0.92% | 0.53% | - |
| HSV(B) | 293.51º | 0.91% | 0.96% | - |
| XYZ | 46.61 | 22.58 | 88.29 | - |
| YUV | 107.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 245 | 0.10 | 0.91 | 0 | 0.04 | 293.51 | 0.92 | 0.53 |
| Hex | DD | 17 | F5 | A | 5B | 0 | 4 | 126 | 5C | 35 |
| Octal | 335 | 27 | 365 | 12 | 133 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11011101 | 10111 | 11110101 | 1010 | 1011011 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #DD17F5
Complementary color
Monochromatic Colors of #DD17F5
Black with #DD17F5
Text Example
Text Example
White with #DD17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17F5; }
p { color: rgb(221,23,245); }
H1.HeaderClassName
{
color: #DD17F5;
}
.AnyTagClassName
{
color: #DD17F5;
}
</style>
background-color css
<style>
a { background-color: #DD17F5; }
a { background-color: rgb(221,23,245); }
div.DivClassName
{
background-color: #DD17F5;
}
.BgClassName
{
background-color: #DD17F5;
}
</style>
border-color css
<style>
span { border-color: #DD17F5; }
span { border-color: rgb(221,23,245); }
td.TdClassName
{
border-color: #DD17F5;
}
.TagClassName
{
border-color: #DD17F5;
}
</style>