Shades of Psychedelic Purple #DD1EE6
Tints of Psychedelic Purple #DD1EE6
RGB
CMYK
RGB Variations
Color information
#DD1EE6 (or 0xDD1EE6) is known color: Psychedelic Purple. HEX triplet: DD, 1E and E6. RGB value is (221,30,230). Sum of RGB (Red+Green+Blue) = 221+30+230=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD1EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EE6 is #22E119. Grayscale: #6D6D6D. Windows color (decimal): -2285850 or 15081181. OLE color: 15081181.
HSL color Cylindrical-coordinate representation of color #DD1EE6: hue angle of 297.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1EE6 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 30 | 230 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.10 |
| HSL | 297.3º | 0.8% | 0.51% | - |
| HSV(B) | 297.3º | 0.87% | 0.9% | - |
| XYZ | 44.57 | 22.01 | 76.76 | - |
| YUV | 109.91 | 195.78 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 230 | 0.04 | 0.87 | 0 | 0.10 | 297.3 | 0.8 | 0.51 |
| Hex | DD | 1E | E6 | 4 | 57 | 0 | A | 129 | 50 | 33 |
| Octal | 335 | 36 | 346 | 4 | 127 | 0 | 12 | 451 | 120 | 63 |
| Binary | 11011101 | 11110 | 11100110 | 100 | 1010111 | 0 | 1010 | 100101001 | 1010000 | 110011 |
Color Harmonies of #DD1EE6
Complementary color
Monochromatic Colors of #DD1EE6
Black with #DD1EE6
Text Example
Text Example
White with #DD1EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EE6; }
p { color: rgb(221,30,230); }
H1.HeaderClassName
{
color: #DD1EE6;
}
.AnyTagClassName
{
color: #DD1EE6;
}
</style>
background-color css
<style>
a { background-color: #DD1EE6; }
a { background-color: rgb(221,30,230); }
div.DivClassName
{
background-color: #DD1EE6;
}
.BgClassName
{
background-color: #DD1EE6;
}
</style>
border-color css
<style>
span { border-color: #DD1EE6; }
span { border-color: rgb(221,30,230); }
td.TdClassName
{
border-color: #DD1EE6;
}
.TagClassName
{
border-color: #DD1EE6;
}
</style>