Shades of Psychedelic Purple #DD00E8
Tints of Psychedelic Purple #DD00E8
RGB
CMYK
RGB Variations
Color information
#DD00E8 (or 0xDD00E8) is known color: Psychedelic Purple. HEX triplet: DD, 00 and E8. RGB value is (221,0,232). Sum of RGB (Red+Green+Blue) = 221+0+232=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD00E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00E8 is #22FF17. Grayscale: #5B5B5B. Windows color (decimal): -2293528 or 15204573. OLE color: 15204573.
HSL color Cylindrical-coordinate representation of color #DD00E8: hue angle of 297.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00E8 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 0 | 232 | - |
| CMYK | 0.05 | 1 | 0 | 0.09 |
| HSL | 297.16º | 1% | 0.45% | - |
| HSV(B) | 297.16º | 1% | 0.91% | - |
| XYZ | 44.38 | 21.2 | 78.1 | - |
| YUV | 92.53 | 206.72 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 232 | 0.05 | 1 | 0 | 0.09 | 297.16 | 1 | 0.45 |
| Hex | DD | 0 | E8 | 5 | 64 | 0 | 9 | 129 | 64 | 2D |
| Octal | 335 | 0 | 350 | 5 | 144 | 0 | 11 | 451 | 144 | 55 |
| Binary | 11011101 | 0 | 11101000 | 101 | 1100100 | 0 | 1001 | 100101001 | 1100100 | 101101 |
Color Harmonies of #DD00E8
Complementary color
Monochromatic Colors of #DD00E8
Black with #DD00E8
Text Example
Text Example
White with #DD00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00E8; }
p { color: rgb(221,0,232); }
H1.HeaderClassName
{
color: #DD00E8;
}
.AnyTagClassName
{
color: #DD00E8;
}
</style>
background-color css
<style>
a { background-color: #DD00E8; }
a { background-color: rgb(221,0,232); }
div.DivClassName
{
background-color: #DD00E8;
}
.BgClassName
{
background-color: #DD00E8;
}
</style>
border-color css
<style>
span { border-color: #DD00E8; }
span { border-color: rgb(221,0,232); }
td.TdClassName
{
border-color: #DD00E8;
}
.TagClassName
{
border-color: #DD00E8;
}
</style>