Shades of Psychedelic Purple #DD19EA
Tints of Psychedelic Purple #DD19EA
RGB
CMYK
RGB Variations
Color information
#DD19EA (or 0xDD19EA) is known color: Psychedelic Purple. HEX triplet: DD, 19 and EA. RGB value is (221,25,234). Sum of RGB (Red+Green+Blue) = 221+25+234=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19EA is #22E615. Grayscale: #6A6A6A. Windows color (decimal): -2287126 or 15342045. OLE color: 15342045.
HSL color Cylindrical-coordinate representation of color #DD19EA: hue angle of 296.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19EA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 25 | 234 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.08 |
| HSL | 296.27º | 0.83% | 0.51% | - |
| HSV(B) | 296.27º | 0.89% | 0.92% | - |
| XYZ | 45.02 | 22.01 | 79.72 | - |
| YUV | 107.43 | 199.43 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 234 | 0.06 | 0.89 | 0 | 0.08 | 296.27 | 0.83 | 0.51 |
| Hex | DD | 19 | EA | 6 | 59 | 0 | 8 | 128 | 53 | 33 |
| Octal | 335 | 31 | 352 | 6 | 131 | 0 | 10 | 450 | 123 | 63 |
| Binary | 11011101 | 11001 | 11101010 | 110 | 1011001 | 0 | 1000 | 100101000 | 1010011 | 110011 |
Color Harmonies of #DD19EA
Complementary color
Monochromatic Colors of #DD19EA
Black with #DD19EA
Text Example
Text Example
White with #DD19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19EA; }
p { color: rgb(221,25,234); }
H1.HeaderClassName
{
color: #DD19EA;
}
.AnyTagClassName
{
color: #DD19EA;
}
</style>
background-color css
<style>
a { background-color: #DD19EA; }
a { background-color: rgb(221,25,234); }
div.DivClassName
{
background-color: #DD19EA;
}
.BgClassName
{
background-color: #DD19EA;
}
</style>
border-color css
<style>
span { border-color: #DD19EA; }
span { border-color: rgb(221,25,234); }
td.TdClassName
{
border-color: #DD19EA;
}
.TagClassName
{
border-color: #DD19EA;
}
</style>