Shades of Psychedelic Purple #DD17FA
Tints of Psychedelic Purple #DD17FA
RGB
CMYK
RGB Variations
Color information
#DD17FA (or 0xDD17FA) is known color: Psychedelic Purple. HEX triplet: DD, 17 and FA. RGB value is (221,23,250). Sum of RGB (Red+Green+Blue) = 221+23+250=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17FA is #22E805. Grayscale: #6B6B6B. Windows color (decimal): -2287622 or 16390109. OLE color: 16390109.
HSL color Cylindrical-coordinate representation of color #DD17FA: hue angle of 292.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD17FA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 23 | 250 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.02 |
| HSL | 292.33º | 0.96% | 0.54% | - |
| HSV(B) | 292.33º | 0.91% | 0.98% | - |
| XYZ | 47.38 | 22.89 | 92.36 | - |
| YUV | 108.08 | 208.1 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 250 | 0.12 | 0.91 | 0 | 0.02 | 292.33 | 0.96 | 0.54 |
| Hex | DD | 17 | FA | C | 5B | 0 | 2 | 124 | 60 | 36 |
| Octal | 335 | 27 | 372 | 14 | 133 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011101 | 10111 | 11111010 | 1100 | 1011011 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DD17FA
Complementary color
Monochromatic Colors of #DD17FA
Black with #DD17FA
Text Example
Text Example
White with #DD17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17FA; }
p { color: rgb(221,23,250); }
H1.HeaderClassName
{
color: #DD17FA;
}
.AnyTagClassName
{
color: #DD17FA;
}
</style>
background-color css
<style>
a { background-color: #DD17FA; }
a { background-color: rgb(221,23,250); }
div.DivClassName
{
background-color: #DD17FA;
}
.BgClassName
{
background-color: #DD17FA;
}
</style>
border-color css
<style>
span { border-color: #DD17FA; }
span { border-color: rgb(221,23,250); }
td.TdClassName
{
border-color: #DD17FA;
}
.TagClassName
{
border-color: #DD17FA;
}
</style>