Shades of Psychedelic Purple #DD09E5
Tints of Psychedelic Purple #DD09E5
RGB
CMYK
RGB Variations
Color information
#DD09E5 (or 0xDD09E5) is known color: Psychedelic Purple. HEX triplet: DD, 09 and E5. RGB value is (221,9,229). Sum of RGB (Red+Green+Blue) = 221+9+229=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD09E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09E5 is #22F61A. Grayscale: #606060. Windows color (decimal): -2291227 or 15010269. OLE color: 15010269.
HSL color Cylindrical-coordinate representation of color #DD09E5: hue angle of 297.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09E5 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 9 | 229 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.10 |
| HSL | 297.82º | 0.92% | 0.47% | - |
| HSV(B) | 297.82º | 0.96% | 0.9% | - |
| XYZ | 44.06 | 21.22 | 75.9 | - |
| YUV | 97.47 | 202.24 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 229 | 0.03 | 0.96 | 0 | 0.10 | 297.82 | 0.92 | 0.47 |
| Hex | DD | 9 | E5 | 3 | 60 | 0 | A | 12A | 5C | 2F |
| Octal | 335 | 11 | 345 | 3 | 140 | 0 | 12 | 452 | 134 | 57 |
| Binary | 11011101 | 1001 | 11100101 | 11 | 1100000 | 0 | 1010 | 100101010 | 1011100 | 101111 |
Color Harmonies of #DD09E5
Complementary color
Monochromatic Colors of #DD09E5
Black with #DD09E5
Text Example
Text Example
White with #DD09E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09E5; }
p { color: rgb(221,9,229); }
H1.HeaderClassName
{
color: #DD09E5;
}
.AnyTagClassName
{
color: #DD09E5;
}
</style>
background-color css
<style>
a { background-color: #DD09E5; }
a { background-color: rgb(221,9,229); }
div.DivClassName
{
background-color: #DD09E5;
}
.BgClassName
{
background-color: #DD09E5;
}
</style>
border-color css
<style>
span { border-color: #DD09E5; }
span { border-color: rgb(221,9,229); }
td.TdClassName
{
border-color: #DD09E5;
}
.TagClassName
{
border-color: #DD09E5;
}
</style>