Shades of Psychedelic Purple #DD00E4
Tints of Psychedelic Purple #DD00E4
RGB
CMYK
RGB Variations
Color information
#DD00E4 (or 0xDD00E4) is known color: Psychedelic Purple. HEX triplet: DD, 00 and E4. RGB value is (221,0,228). Sum of RGB (Red+Green+Blue) = 221+0+228=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD00E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00E4 is #22FF1B. Grayscale: #5B5B5B. Windows color (decimal): -2293532 or 14942429. OLE color: 14942429.
HSL color Cylindrical-coordinate representation of color #DD00E4: hue angle of 298.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00E4 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 0 | 228 | - |
| CMYK | 0.03 | 1 | 0 | 0.11 |
| HSL | 298.16º | 1% | 0.45% | - |
| HSV(B) | 298.16º | 1% | 0.89% | - |
| XYZ | 43.82 | 20.97 | 75.14 | - |
| YUV | 92.07 | 204.72 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 228 | 0.03 | 1 | 0 | 0.11 | 298.16 | 1 | 0.45 |
| Hex | DD | 0 | E4 | 3 | 64 | 0 | B | 12A | 64 | 2D |
| Octal | 335 | 0 | 344 | 3 | 144 | 0 | 13 | 452 | 144 | 55 |
| Binary | 11011101 | 0 | 11100100 | 11 | 1100100 | 0 | 1011 | 100101010 | 1100100 | 101101 |
Color Harmonies of #DD00E4
Complementary color
Monochromatic Colors of #DD00E4
Black with #DD00E4
Text Example
Text Example
White with #DD00E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00E4; }
p { color: rgb(221,0,228); }
H1.HeaderClassName
{
color: #DD00E4;
}
.AnyTagClassName
{
color: #DD00E4;
}
</style>
background-color css
<style>
a { background-color: #DD00E4; }
a { background-color: rgb(221,0,228); }
div.DivClassName
{
background-color: #DD00E4;
}
.BgClassName
{
background-color: #DD00E4;
}
</style>
border-color css
<style>
span { border-color: #DD00E4; }
span { border-color: rgb(221,0,228); }
td.TdClassName
{
border-color: #DD00E4;
}
.TagClassName
{
border-color: #DD00E4;
}
</style>