Shades of Psychedelic Purple #DD09EF
Tints of Psychedelic Purple #DD09EF
RGB
CMYK
RGB Variations
Color information
#DD09EF (or 0xDD09EF) is known color: Psychedelic Purple. HEX triplet: DD, 09 and EF. RGB value is (221,9,239). Sum of RGB (Red+Green+Blue) = 221+9+239=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09EF is #22F610. Grayscale: #616161. Windows color (decimal): -2291217 or 15665629. OLE color: 15665629.
HSL color Cylindrical-coordinate representation of color #DD09EF: hue angle of 295.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09EF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 9 | 239 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.06 |
| HSL | 295.3º | 0.93% | 0.49% | - |
| HSV(B) | 295.3º | 0.96% | 0.94% | - |
| XYZ | 45.5 | 21.8 | 83.47 | - |
| YUV | 98.61 | 207.24 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 239 | 0.08 | 0.96 | 0 | 0.06 | 295.3 | 0.93 | 0.49 |
| Hex | DD | 9 | EF | 8 | 60 | 0 | 6 | 127 | 5D | 31 |
| Octal | 335 | 11 | 357 | 10 | 140 | 0 | 6 | 447 | 135 | 61 |
| Binary | 11011101 | 1001 | 11101111 | 1000 | 1100000 | 0 | 110 | 100100111 | 1011101 | 110001 |
Color Harmonies of #DD09EF
Complementary color
Monochromatic Colors of #DD09EF
Black with #DD09EF
Text Example
Text Example
White with #DD09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09EF; }
p { color: rgb(221,9,239); }
H1.HeaderClassName
{
color: #DD09EF;
}
.AnyTagClassName
{
color: #DD09EF;
}
</style>
background-color css
<style>
a { background-color: #DD09EF; }
a { background-color: rgb(221,9,239); }
div.DivClassName
{
background-color: #DD09EF;
}
.BgClassName
{
background-color: #DD09EF;
}
</style>
border-color css
<style>
span { border-color: #DD09EF; }
span { border-color: rgb(221,9,239); }
td.TdClassName
{
border-color: #DD09EF;
}
.TagClassName
{
border-color: #DD09EF;
}
</style>