Shades of Psychedelic Purple #DD19FE
Tints of Psychedelic Purple #DD19FE
RGB
CMYK
RGB Variations
Color information
#DD19FE (or 0xDD19FE) is known color: Psychedelic Purple. HEX triplet: DD, 19 and FE. RGB value is (221,25,254). Sum of RGB (Red+Green+Blue) = 221+25+254=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 25 (10.16% from 255 or 5% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19FE is #22E601. Grayscale: #6C6C6C. Windows color (decimal): -2287106 or 16652765. OLE color: 16652765.
HSL color Cylindrical-coordinate representation of color #DD19FE: hue angle of 291.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19FE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 25 | 254 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.00 |
| HSL | 291.35º | 0.99% | 0.55% | - |
| HSV(B) | 291.35º | 0.9% | 1% | - |
| XYZ | 48.06 | 23.22 | 95.72 | - |
| YUV | 109.71 | 209.43 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 254 | 0.13 | 0.90 | 0 | 0.00 | 291.35 | 0.99 | 0.55 |
| Hex | DD | 19 | FE | D | 5A | 0 | 0 | 123 | 63 | 37 |
| Octal | 335 | 31 | 376 | 15 | 132 | 0 | 0 | 443 | 143 | 67 |
| Binary | 11011101 | 11001 | 11111110 | 1101 | 1011010 | 0 | 0 | 100100011 | 1100011 | 110111 |
Color Harmonies of #DD19FE
Complementary color
Monochromatic Colors of #DD19FE
Black with #DD19FE
Text Example
Text Example
White with #DD19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19FE; }
p { color: rgb(221,25,254); }
H1.HeaderClassName
{
color: #DD19FE;
}
.AnyTagClassName
{
color: #DD19FE;
}
</style>
background-color css
<style>
a { background-color: #DD19FE; }
a { background-color: rgb(221,25,254); }
div.DivClassName
{
background-color: #DD19FE;
}
.BgClassName
{
background-color: #DD19FE;
}
</style>
border-color css
<style>
span { border-color: #DD19FE; }
span { border-color: rgb(221,25,254); }
td.TdClassName
{
border-color: #DD19FE;
}
.TagClassName
{
border-color: #DD19FE;
}
</style>