Shades of Psychedelic Purple #DD1EF4
Tints of Psychedelic Purple #DD1EF4
RGB
CMYK
RGB Variations
Color information
#DD1EF4 (or 0xDD1EF4) is known color: Psychedelic Purple. HEX triplet: DD, 1E and F4. RGB value is (221,30,244). Sum of RGB (Red+Green+Blue) = 221+30+244=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD1EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EF4 is #22E10B. Grayscale: #6E6E6E. Windows color (decimal): -2285836 or 15998685. OLE color: 15998685.
HSL color Cylindrical-coordinate representation of color #DD1EF4: hue angle of 293.55º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1EF4 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 30 | 244 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.04 |
| HSL | 293.55º | 0.91% | 0.54% | - |
| HSV(B) | 293.55º | 0.88% | 0.96% | - |
| XYZ | 46.61 | 22.83 | 87.54 | - |
| YUV | 111.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 244 | 0.09 | 0.88 | 0 | 0.04 | 293.55 | 0.91 | 0.54 |
| Hex | DD | 1E | F4 | 9 | 58 | 0 | 4 | 126 | 5B | 36 |
| Octal | 335 | 36 | 364 | 11 | 130 | 0 | 4 | 446 | 133 | 66 |
| Binary | 11011101 | 11110 | 11110100 | 1001 | 1011000 | 0 | 100 | 100100110 | 1011011 | 110110 |
Color Harmonies of #DD1EF4
Complementary color
Monochromatic Colors of #DD1EF4
Black with #DD1EF4
Text Example
Text Example
White with #DD1EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EF4; }
p { color: rgb(221,30,244); }
H1.HeaderClassName
{
color: #DD1EF4;
}
.AnyTagClassName
{
color: #DD1EF4;
}
</style>
background-color css
<style>
a { background-color: #DD1EF4; }
a { background-color: rgb(221,30,244); }
div.DivClassName
{
background-color: #DD1EF4;
}
.BgClassName
{
background-color: #DD1EF4;
}
</style>
border-color css
<style>
span { border-color: #DD1EF4; }
span { border-color: rgb(221,30,244); }
td.TdClassName
{
border-color: #DD1EF4;
}
.TagClassName
{
border-color: #DD1EF4;
}
</style>