Shades of Psychedelic Purple #DD09FF
Tints of Psychedelic Purple #DD09FF
RGB
CMYK
RGB Variations
Color information
#DD09FF (or 0xDD09FF) is known color: Psychedelic Purple. HEX triplet: DD, 09 and FF. RGB value is (221,9,255). Sum of RGB (Red+Green+Blue) = 221+9+255=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 9 (3.91% from 255 or 1.86% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09FF is #22F600. Grayscale: #636363. Windows color (decimal): -2291201 or 16714205. OLE color: 16714205.
HSL color Cylindrical-coordinate representation of color #DD09FF: hue angle of 291.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09FF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 9 | 255 | - |
| CMYK | 0.13 | 0.96 | 0 | 0 |
| HSL | 291.71º | 1% | 0.52% | - |
| HSV(B) | 291.71º | 0.96% | 1% | - |
| XYZ | 47.97 | 22.79 | 96.48 | - |
| YUV | 100.43 | 215.24 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 255 | 0.13 | 0.96 | 0 | 0 | 291.71 | 1 | 0.52 |
| Hex | DD | 9 | FF | D | 60 | 0 | 0 | 124 | 64 | 34 |
| Octal | 335 | 11 | 377 | 15 | 140 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11011101 | 1001 | 11111111 | 1101 | 1100000 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #DD09FF
Complementary color
Monochromatic Colors of #DD09FF
Black with #DD09FF
Text Example
Text Example
White with #DD09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09FF; }
p { color: rgb(221,9,255); }
H1.HeaderClassName
{
color: #DD09FF;
}
.AnyTagClassName
{
color: #DD09FF;
}
</style>
background-color css
<style>
a { background-color: #DD09FF; }
a { background-color: rgb(221,9,255); }
div.DivClassName
{
background-color: #DD09FF;
}
.BgClassName
{
background-color: #DD09FF;
}
</style>
border-color css
<style>
span { border-color: #DD09FF; }
span { border-color: rgb(221,9,255); }
td.TdClassName
{
border-color: #DD09FF;
}
.TagClassName
{
border-color: #DD09FF;
}
</style>