Shades of Psychedelic Purple #DD09EE
Tints of Psychedelic Purple #DD09EE
RGB
CMYK
RGB Variations
Color information
#DD09EE (or 0xDD09EE) is known color: Psychedelic Purple. HEX triplet: DD, 09 and EE. RGB value is (221,9,238). Sum of RGB (Red+Green+Blue) = 221+9+238=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09EE is #22F611. Grayscale: #616161. Windows color (decimal): -2291218 or 15600093. OLE color: 15600093.
HSL color Cylindrical-coordinate representation of color #DD09EE: hue angle of 295.55º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09EE is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 9 | 238 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.07 |
| HSL | 295.55º | 0.93% | 0.48% | - |
| HSV(B) | 295.55º | 0.96% | 0.93% | - |
| XYZ | 45.35 | 21.74 | 82.7 | - |
| YUV | 98.49 | 206.74 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 238 | 0.07 | 0.96 | 0 | 0.07 | 295.55 | 0.93 | 0.48 |
| Hex | DD | 9 | EE | 7 | 60 | 0 | 7 | 128 | 5D | 30 |
| Octal | 335 | 11 | 356 | 7 | 140 | 0 | 7 | 450 | 135 | 60 |
| Binary | 11011101 | 1001 | 11101110 | 111 | 1100000 | 0 | 111 | 100101000 | 1011101 | 110000 |
Color Harmonies of #DD09EE
Complementary color
Monochromatic Colors of #DD09EE
Black with #DD09EE
Text Example
Text Example
White with #DD09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09EE; }
p { color: rgb(221,9,238); }
H1.HeaderClassName
{
color: #DD09EE;
}
.AnyTagClassName
{
color: #DD09EE;
}
</style>
background-color css
<style>
a { background-color: #DD09EE; }
a { background-color: rgb(221,9,238); }
div.DivClassName
{
background-color: #DD09EE;
}
.BgClassName
{
background-color: #DD09EE;
}
</style>
border-color css
<style>
span { border-color: #DD09EE; }
span { border-color: rgb(221,9,238); }
td.TdClassName
{
border-color: #DD09EE;
}
.TagClassName
{
border-color: #DD09EE;
}
</style>