Shades of Psychedelic Purple #DD01E5
Tints of Psychedelic Purple #DD01E5
RGB
CMYK
RGB Variations
Color information
#DD01E5 (or 0xDD01E5) is known color: Psychedelic Purple. HEX triplet: DD, 01 and E5. RGB value is (221,1,229). Sum of RGB (Red+Green+Blue) = 221+1+229=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD01E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01E5 is #22FE1A. Grayscale: #5C5C5C. Windows color (decimal): -2293275 or 15008221. OLE color: 15008221.
HSL color Cylindrical-coordinate representation of color #DD01E5: hue angle of 297.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01E5 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 1 | 229 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.10 |
| HSL | 297.89º | 0.99% | 0.45% | - |
| HSV(B) | 297.89º | 1% | 0.9% | - |
| XYZ | 43.97 | 21.05 | 75.87 | - |
| YUV | 92.77 | 204.89 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 229 | 0.03 | 1.00 | 0 | 0.10 | 297.89 | 0.99 | 0.45 |
| Hex | DD | 1 | E5 | 3 | 64 | 0 | A | 12A | 63 | 2D |
| Octal | 335 | 1 | 345 | 3 | 144 | 0 | 12 | 452 | 143 | 55 |
| Binary | 11011101 | 1 | 11100101 | 11 | 1100100 | 0 | 1010 | 100101010 | 1100011 | 101101 |
Color Harmonies of #DD01E5
Complementary color
Monochromatic Colors of #DD01E5
Black with #DD01E5
Text Example
Text Example
White with #DD01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01E5; }
p { color: rgb(221,1,229); }
H1.HeaderClassName
{
color: #DD01E5;
}
.AnyTagClassName
{
color: #DD01E5;
}
</style>
background-color css
<style>
a { background-color: #DD01E5; }
a { background-color: rgb(221,1,229); }
div.DivClassName
{
background-color: #DD01E5;
}
.BgClassName
{
background-color: #DD01E5;
}
</style>
border-color css
<style>
span { border-color: #DD01E5; }
span { border-color: rgb(221,1,229); }
td.TdClassName
{
border-color: #DD01E5;
}
.TagClassName
{
border-color: #DD01E5;
}
</style>