Shades of Psychedelic Purple #DD05E6
Tints of Psychedelic Purple #DD05E6
RGB
CMYK
RGB Variations
Color information
#DD05E6 (or 0xDD05E6) is known color: Psychedelic Purple. HEX triplet: DD, 05 and E6. RGB value is (221,5,230). Sum of RGB (Red+Green+Blue) = 221+5+230=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD05E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05E6 is #22FA19. Grayscale: #5E5E5E. Windows color (decimal): -2292250 or 15074781. OLE color: 15074781.
HSL color Cylindrical-coordinate representation of color #DD05E6: hue angle of 297.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05E6 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 5 | 230 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.10 |
| HSL | 297.6º | 0.96% | 0.46% | - |
| HSV(B) | 297.6º | 0.98% | 0.9% | - |
| XYZ | 44.16 | 21.19 | 76.63 | - |
| YUV | 95.23 | 204.06 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 230 | 0.04 | 0.98 | 0 | 0.10 | 297.6 | 0.96 | 0.46 |
| Hex | DD | 5 | E6 | 4 | 62 | 0 | A | 12A | 60 | 2E |
| Octal | 335 | 5 | 346 | 4 | 142 | 0 | 12 | 452 | 140 | 56 |
| Binary | 11011101 | 101 | 11100110 | 100 | 1100010 | 0 | 1010 | 100101010 | 1100000 | 101110 |
Color Harmonies of #DD05E6
Complementary color
Monochromatic Colors of #DD05E6
Black with #DD05E6
Text Example
Text Example
White with #DD05E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05E6; }
p { color: rgb(221,5,230); }
H1.HeaderClassName
{
color: #DD05E6;
}
.AnyTagClassName
{
color: #DD05E6;
}
</style>
background-color css
<style>
a { background-color: #DD05E6; }
a { background-color: rgb(221,5,230); }
div.DivClassName
{
background-color: #DD05E6;
}
.BgClassName
{
background-color: #DD05E6;
}
</style>
border-color css
<style>
span { border-color: #DD05E6; }
span { border-color: rgb(221,5,230); }
td.TdClassName
{
border-color: #DD05E6;
}
.TagClassName
{
border-color: #DD05E6;
}
</style>