Shades of Psychedelic Purple #DD0EF6
Tints of Psychedelic Purple #DD0EF6
RGB
CMYK
RGB Variations
Color information
#DD0EF6 (or 0xDD0EF6) is known color: Psychedelic Purple. HEX triplet: DD, 0E and F6. RGB value is (221,14,246). Sum of RGB (Red+Green+Blue) = 221+14+246=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD0EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EF6 is #22F109. Grayscale: #656565. Windows color (decimal): -2289930 or 16125661. OLE color: 16125661.
HSL color Cylindrical-coordinate representation of color #DD0EF6: hue angle of 293.53º degrees, saturation: 0.93, 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 #DD0EF6 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 14 | 246 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.04 |
| HSL | 293.53º | 0.93% | 0.51% | - |
| HSV(B) | 293.53º | 0.94% | 0.96% | - |
| XYZ | 46.61 | 22.34 | 89.04 | - |
| YUV | 102.34 | 209.08 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 246 | 0.10 | 0.94 | 0 | 0.04 | 293.53 | 0.93 | 0.51 |
| Hex | DD | E | F6 | A | 5E | 0 | 4 | 126 | 5D | 33 |
| Octal | 335 | 16 | 366 | 12 | 136 | 0 | 4 | 446 | 135 | 63 |
| Binary | 11011101 | 1110 | 11110110 | 1010 | 1011110 | 0 | 100 | 100100110 | 1011101 | 110011 |
Color Harmonies of #DD0EF6
Complementary color
Monochromatic Colors of #DD0EF6
Black with #DD0EF6
Text Example
Text Example
White with #DD0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EF6; }
p { color: rgb(221,14,246); }
H1.HeaderClassName
{
color: #DD0EF6;
}
.AnyTagClassName
{
color: #DD0EF6;
}
</style>
background-color css
<style>
a { background-color: #DD0EF6; }
a { background-color: rgb(221,14,246); }
div.DivClassName
{
background-color: #DD0EF6;
}
.BgClassName
{
background-color: #DD0EF6;
}
</style>
border-color css
<style>
span { border-color: #DD0EF6; }
span { border-color: rgb(221,14,246); }
td.TdClassName
{
border-color: #DD0EF6;
}
.TagClassName
{
border-color: #DD0EF6;
}
</style>