Shades of Psychedelic Purple #DD19FC
Tints of Psychedelic Purple #DD19FC
RGB
CMYK
RGB Variations
Color information
#DD19FC (or 0xDD19FC) is known color: Psychedelic Purple. HEX triplet: DD, 19 and FC. RGB value is (221,25,252). Sum of RGB (Red+Green+Blue) = 221+25+252=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19FC is #22E603. Grayscale: #6C6C6C. Windows color (decimal): -2287108 or 16521693. OLE color: 16521693.
HSL color Cylindrical-coordinate representation of color #DD19FC: hue angle of 291.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19FC is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 25 | 252 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.01 |
| HSL | 291.81º | 0.97% | 0.54% | - |
| HSV(B) | 291.81º | 0.9% | 0.99% | - |
| XYZ | 47.74 | 23.1 | 94.04 | - |
| YUV | 109.48 | 208.43 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 252 | 0.12 | 0.90 | 0 | 0.01 | 291.81 | 0.97 | 0.54 |
| Hex | DD | 19 | FC | C | 5A | 0 | 1 | 124 | 61 | 36 |
| Octal | 335 | 31 | 374 | 14 | 132 | 0 | 1 | 444 | 141 | 66 |
| Binary | 11011101 | 11001 | 11111100 | 1100 | 1011010 | 0 | 1 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DD19FC
Complementary color
Monochromatic Colors of #DD19FC
Black with #DD19FC
Text Example
Text Example
White with #DD19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19FC; }
p { color: rgb(221,25,252); }
H1.HeaderClassName
{
color: #DD19FC;
}
.AnyTagClassName
{
color: #DD19FC;
}
</style>
background-color css
<style>
a { background-color: #DD19FC; }
a { background-color: rgb(221,25,252); }
div.DivClassName
{
background-color: #DD19FC;
}
.BgClassName
{
background-color: #DD19FC;
}
</style>
border-color css
<style>
span { border-color: #DD19FC; }
span { border-color: rgb(221,25,252); }
td.TdClassName
{
border-color: #DD19FC;
}
.TagClassName
{
border-color: #DD19FC;
}
</style>