Shades of Psychedelic Purple #DD04EE
Tints of Psychedelic Purple #DD04EE
RGB
CMYK
RGB Variations
Color information
#DD04EE (or 0xDD04EE) is known color: Psychedelic Purple. HEX triplet: DD, 04 and EE. RGB value is (221,4,238). Sum of RGB (Red+Green+Blue) = 221+4+238=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04EE is #22FB11. Grayscale: #5E5E5E. Windows color (decimal): -2292498 or 15598813. OLE color: 15598813.
HSL color Cylindrical-coordinate representation of color #DD04EE: hue angle of 295.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04EE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 4 | 238 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.07 |
| HSL | 295.64º | 0.97% | 0.47% | - |
| HSV(B) | 295.64º | 0.98% | 0.93% | - |
| XYZ | 45.29 | 21.63 | 82.68 | - |
| YUV | 95.56 | 208.39 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 238 | 0.07 | 0.98 | 0 | 0.07 | 295.64 | 0.97 | 0.47 |
| Hex | DD | 4 | EE | 7 | 62 | 0 | 7 | 128 | 61 | 2F |
| Octal | 335 | 4 | 356 | 7 | 142 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011101 | 100 | 11101110 | 111 | 1100010 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DD04EE
Complementary color
Monochromatic Colors of #DD04EE
Black with #DD04EE
Text Example
Text Example
White with #DD04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04EE; }
p { color: rgb(221,4,238); }
H1.HeaderClassName
{
color: #DD04EE;
}
.AnyTagClassName
{
color: #DD04EE;
}
</style>
background-color css
<style>
a { background-color: #DD04EE; }
a { background-color: rgb(221,4,238); }
div.DivClassName
{
background-color: #DD04EE;
}
.BgClassName
{
background-color: #DD04EE;
}
</style>
border-color css
<style>
span { border-color: #DD04EE; }
span { border-color: rgb(221,4,238); }
td.TdClassName
{
border-color: #DD04EE;
}
.TagClassName
{
border-color: #DD04EE;
}
</style>