Shades of Psychedelic Purple #DD0EF4
Tints of Psychedelic Purple #DD0EF4
RGB
CMYK
RGB Variations
Color information
#DD0EF4 (or 0xDD0EF4) is known color: Psychedelic Purple. HEX triplet: DD, 0E and F4. RGB value is (221,14,244). Sum of RGB (Red+Green+Blue) = 221+14+244=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD0EF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EF4 is #22F10B. Grayscale: #656565. Windows color (decimal): -2289932 or 15994589. OLE color: 15994589.
HSL color Cylindrical-coordinate representation of color #DD0EF4: hue angle of 294º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EF4 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 14 | 244 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.04 |
| HSL | 294º | 0.91% | 0.51% | - |
| HSV(B) | 294º | 0.94% | 0.96% | - |
| XYZ | 46.3 | 22.22 | 87.44 | - |
| YUV | 102.11 | 208.08 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 244 | 0.09 | 0.94 | 0 | 0.04 | 294 | 0.91 | 0.51 |
| Hex | DD | E | F4 | 9 | 5E | 0 | 4 | 126 | 5B | 33 |
| Octal | 335 | 16 | 364 | 11 | 136 | 0 | 4 | 446 | 133 | 63 |
| Binary | 11011101 | 1110 | 11110100 | 1001 | 1011110 | 0 | 100 | 100100110 | 1011011 | 110011 |
Color Harmonies of #DD0EF4
Complementary color
Monochromatic Colors of #DD0EF4
Black with #DD0EF4
Text Example
Text Example
White with #DD0EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EF4; }
p { color: rgb(221,14,244); }
H1.HeaderClassName
{
color: #DD0EF4;
}
.AnyTagClassName
{
color: #DD0EF4;
}
</style>
background-color css
<style>
a { background-color: #DD0EF4; }
a { background-color: rgb(221,14,244); }
div.DivClassName
{
background-color: #DD0EF4;
}
.BgClassName
{
background-color: #DD0EF4;
}
</style>
border-color css
<style>
span { border-color: #DD0EF4; }
span { border-color: rgb(221,14,244); }
td.TdClassName
{
border-color: #DD0EF4;
}
.TagClassName
{
border-color: #DD0EF4;
}
</style>