Shades of Psychedelic Purple #DD19FD
Tints of Psychedelic Purple #DD19FD
RGB
CMYK
RGB Variations
Color information
#DD19FD (or 0xDD19FD) is known color: Psychedelic Purple. HEX triplet: DD, 19 and FD. RGB value is (221,25,253). Sum of RGB (Red+Green+Blue) = 221+25+253=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19FD is #22E602. Grayscale: #6C6C6C. Windows color (decimal): -2287107 or 16587229. OLE color: 16587229.
HSL color Cylindrical-coordinate representation of color #DD19FD: hue angle of 291.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19FD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 25 | 253 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.01 |
| HSL | 291.58º | 0.98% | 0.55% | - |
| HSV(B) | 291.58º | 0.9% | 0.99% | - |
| XYZ | 47.9 | 23.16 | 94.87 | - |
| YUV | 109.6 | 208.93 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 253 | 0.13 | 0.90 | 0 | 0.01 | 291.58 | 0.98 | 0.55 |
| Hex | DD | 19 | FD | D | 5A | 0 | 1 | 124 | 62 | 37 |
| Octal | 335 | 31 | 375 | 15 | 132 | 0 | 1 | 444 | 142 | 67 |
| Binary | 11011101 | 11001 | 11111101 | 1101 | 1011010 | 0 | 1 | 100100100 | 1100010 | 110111 |
Color Harmonies of #DD19FD
Complementary color
Monochromatic Colors of #DD19FD
Black with #DD19FD
Text Example
Text Example
White with #DD19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19FD; }
p { color: rgb(221,25,253); }
H1.HeaderClassName
{
color: #DD19FD;
}
.AnyTagClassName
{
color: #DD19FD;
}
</style>
background-color css
<style>
a { background-color: #DD19FD; }
a { background-color: rgb(221,25,253); }
div.DivClassName
{
background-color: #DD19FD;
}
.BgClassName
{
background-color: #DD19FD;
}
</style>
border-color css
<style>
span { border-color: #DD19FD; }
span { border-color: rgb(221,25,253); }
td.TdClassName
{
border-color: #DD19FD;
}
.TagClassName
{
border-color: #DD19FD;
}
</style>