Shades of Psychedelic Purple #DD1EF1
Tints of Psychedelic Purple #DD1EF1
RGB
CMYK
RGB Variations
Color information
#DD1EF1 (or 0xDD1EF1) is known color: Psychedelic Purple. HEX triplet: DD, 1E and F1. RGB value is (221,30,241). Sum of RGB (Red+Green+Blue) = 221+30+241=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EF1 is #22E10E. Grayscale: #6E6E6E. Windows color (decimal): -2285839 or 15802077. OLE color: 15802077.
HSL color Cylindrical-coordinate representation of color #DD1EF1: hue angle of 294.31º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1EF1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 30 | 241 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.31º | 0.88% | 0.53% | - |
| HSV(B) | 294.31º | 0.88% | 0.95% | - |
| XYZ | 46.16 | 22.65 | 85.16 | - |
| YUV | 111.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 241 | 0.08 | 0.88 | 0 | 0.05 | 294.31 | 0.88 | 0.53 |
| Hex | DD | 1E | F1 | 8 | 58 | 0 | 5 | 126 | 58 | 35 |
| Octal | 335 | 36 | 361 | 10 | 130 | 0 | 5 | 446 | 130 | 65 |
| Binary | 11011101 | 11110 | 11110001 | 1000 | 1011000 | 0 | 101 | 100100110 | 1011000 | 110101 |
Color Harmonies of #DD1EF1
Complementary color
Monochromatic Colors of #DD1EF1
Black with #DD1EF1
Text Example
Text Example
White with #DD1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EF1; }
p { color: rgb(221,30,241); }
H1.HeaderClassName
{
color: #DD1EF1;
}
.AnyTagClassName
{
color: #DD1EF1;
}
</style>
background-color css
<style>
a { background-color: #DD1EF1; }
a { background-color: rgb(221,30,241); }
div.DivClassName
{
background-color: #DD1EF1;
}
.BgClassName
{
background-color: #DD1EF1;
}
</style>
border-color css
<style>
span { border-color: #DD1EF1; }
span { border-color: rgb(221,30,241); }
td.TdClassName
{
border-color: #DD1EF1;
}
.TagClassName
{
border-color: #DD1EF1;
}
</style>