Shades of Psychedelic Purple #DD09EA
Tints of Psychedelic Purple #DD09EA
RGB
CMYK
RGB Variations
Color information
#DD09EA (or 0xDD09EA) is known color: Psychedelic Purple. HEX triplet: DD, 09 and EA. RGB value is (221,9,234). Sum of RGB (Red+Green+Blue) = 221+9+234=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09EA is #22F615. Grayscale: #616161. Windows color (decimal): -2291222 or 15337949. OLE color: 15337949.
HSL color Cylindrical-coordinate representation of color #DD09EA: hue angle of 296.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09EA is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 9 | 234 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.08 |
| HSL | 296.53º | 0.93% | 0.48% | - |
| HSV(B) | 296.53º | 0.96% | 0.92% | - |
| XYZ | 44.77 | 21.51 | 79.63 | - |
| YUV | 98.04 | 204.74 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 234 | 0.06 | 0.96 | 0 | 0.08 | 296.53 | 0.93 | 0.48 |
| Hex | DD | 9 | EA | 6 | 60 | 0 | 8 | 129 | 5D | 30 |
| Octal | 335 | 11 | 352 | 6 | 140 | 0 | 10 | 451 | 135 | 60 |
| Binary | 11011101 | 1001 | 11101010 | 110 | 1100000 | 0 | 1000 | 100101001 | 1011101 | 110000 |
Color Harmonies of #DD09EA
Complementary color
Monochromatic Colors of #DD09EA
Black with #DD09EA
Text Example
Text Example
White with #DD09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09EA; }
p { color: rgb(221,9,234); }
H1.HeaderClassName
{
color: #DD09EA;
}
.AnyTagClassName
{
color: #DD09EA;
}
</style>
background-color css
<style>
a { background-color: #DD09EA; }
a { background-color: rgb(221,9,234); }
div.DivClassName
{
background-color: #DD09EA;
}
.BgClassName
{
background-color: #DD09EA;
}
</style>
border-color css
<style>
span { border-color: #DD09EA; }
span { border-color: rgb(221,9,234); }
td.TdClassName
{
border-color: #DD09EA;
}
.TagClassName
{
border-color: #DD09EA;
}
</style>