Shades of Psychedelic Purple #DD19F7
Tints of Psychedelic Purple #DD19F7
RGB
CMYK
RGB Variations
Color information
#DD19F7 (or 0xDD19F7) is known color: Psychedelic Purple. HEX triplet: DD, 19 and F7. RGB value is (221,25,247). Sum of RGB (Red+Green+Blue) = 221+25+247=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD19F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19F7 is #22E608. Grayscale: #6C6C6C. Windows color (decimal): -2287113 or 16194013. OLE color: 16194013.
HSL color Cylindrical-coordinate representation of color #DD19F7: hue angle of 292.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19F7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 25 | 247 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.03 |
| HSL | 292.97º | 0.93% | 0.53% | - |
| HSV(B) | 292.97º | 0.9% | 0.97% | - |
| XYZ | 46.95 | 22.78 | 89.92 | - |
| YUV | 108.91 | 205.93 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 247 | 0.11 | 0.90 | 0 | 0.03 | 292.97 | 0.93 | 0.53 |
| Hex | DD | 19 | F7 | B | 5A | 0 | 3 | 125 | 5D | 35 |
| Octal | 335 | 31 | 367 | 13 | 132 | 0 | 3 | 445 | 135 | 65 |
| Binary | 11011101 | 11001 | 11110111 | 1011 | 1011010 | 0 | 11 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DD19F7
Complementary color
Monochromatic Colors of #DD19F7
Black with #DD19F7
Text Example
Text Example
White with #DD19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19F7; }
p { color: rgb(221,25,247); }
H1.HeaderClassName
{
color: #DD19F7;
}
.AnyTagClassName
{
color: #DD19F7;
}
</style>
background-color css
<style>
a { background-color: #DD19F7; }
a { background-color: rgb(221,25,247); }
div.DivClassName
{
background-color: #DD19F7;
}
.BgClassName
{
background-color: #DD19F7;
}
</style>
border-color css
<style>
span { border-color: #DD19F7; }
span { border-color: rgb(221,25,247); }
td.TdClassName
{
border-color: #DD19F7;
}
.TagClassName
{
border-color: #DD19F7;
}
</style>