Shades of Psychedelic Purple #DD05E8
Tints of Psychedelic Purple #DD05E8
RGB
CMYK
RGB Variations
Color information
#DD05E8 (or 0xDD05E8) is known color: Psychedelic Purple. HEX triplet: DD, 05 and E8. RGB value is (221,5,232). Sum of RGB (Red+Green+Blue) = 221+5+232=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD05E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05E8 is #22FA17. Grayscale: #5E5E5E. Windows color (decimal): -2292248 or 15205853. OLE color: 15205853.
HSL color Cylindrical-coordinate representation of color #DD05E8: hue angle of 297.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05E8 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 5 | 232 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.09 |
| HSL | 297.09º | 0.96% | 0.46% | - |
| HSV(B) | 297.09º | 0.98% | 0.91% | - |
| XYZ | 44.44 | 21.31 | 78.11 | - |
| YUV | 95.46 | 205.06 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 232 | 0.05 | 0.98 | 0 | 0.09 | 297.09 | 0.96 | 0.46 |
| Hex | DD | 5 | E8 | 5 | 62 | 0 | 9 | 129 | 60 | 2E |
| Octal | 335 | 5 | 350 | 5 | 142 | 0 | 11 | 451 | 140 | 56 |
| Binary | 11011101 | 101 | 11101000 | 101 | 1100010 | 0 | 1001 | 100101001 | 1100000 | 101110 |
Color Harmonies of #DD05E8
Complementary color
Monochromatic Colors of #DD05E8
Black with #DD05E8
Text Example
Text Example
White with #DD05E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05E8; }
p { color: rgb(221,5,232); }
H1.HeaderClassName
{
color: #DD05E8;
}
.AnyTagClassName
{
color: #DD05E8;
}
</style>
background-color css
<style>
a { background-color: #DD05E8; }
a { background-color: rgb(221,5,232); }
div.DivClassName
{
background-color: #DD05E8;
}
.BgClassName
{
background-color: #DD05E8;
}
</style>
border-color css
<style>
span { border-color: #DD05E8; }
span { border-color: rgb(221,5,232); }
td.TdClassName
{
border-color: #DD05E8;
}
.TagClassName
{
border-color: #DD05E8;
}
</style>