Shades of Psychedelic Purple #DD03E6
Tints of Psychedelic Purple #DD03E6
RGB
CMYK
RGB Variations
Color information
#DD03E6 (or 0xDD03E6) is known color: Psychedelic Purple. HEX triplet: DD, 03 and E6. RGB value is (221,3,230). Sum of RGB (Red+Green+Blue) = 221+3+230=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03E6 is #22FC19. Grayscale: #5D5D5D. Windows color (decimal): -2292762 or 15074269. OLE color: 15074269.
HSL color Cylindrical-coordinate representation of color #DD03E6: hue angle of 297.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03E6 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 3 | 230 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.10 |
| HSL | 297.62º | 0.97% | 0.46% | - |
| HSV(B) | 297.62º | 0.99% | 0.9% | - |
| XYZ | 44.13 | 21.15 | 76.62 | - |
| YUV | 94.06 | 204.72 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 230 | 0.04 | 0.99 | 0 | 0.10 | 297.62 | 0.97 | 0.46 |
| Hex | DD | 3 | E6 | 4 | 63 | 0 | A | 12A | 61 | 2E |
| Octal | 335 | 3 | 346 | 4 | 143 | 0 | 12 | 452 | 141 | 56 |
| Binary | 11011101 | 11 | 11100110 | 100 | 1100011 | 0 | 1010 | 100101010 | 1100001 | 101110 |
Color Harmonies of #DD03E6
Complementary color
Monochromatic Colors of #DD03E6
Black with #DD03E6
Text Example
Text Example
White with #DD03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03E6; }
p { color: rgb(221,3,230); }
H1.HeaderClassName
{
color: #DD03E6;
}
.AnyTagClassName
{
color: #DD03E6;
}
</style>
background-color css
<style>
a { background-color: #DD03E6; }
a { background-color: rgb(221,3,230); }
div.DivClassName
{
background-color: #DD03E6;
}
.BgClassName
{
background-color: #DD03E6;
}
</style>
border-color css
<style>
span { border-color: #DD03E6; }
span { border-color: rgb(221,3,230); }
td.TdClassName
{
border-color: #DD03E6;
}
.TagClassName
{
border-color: #DD03E6;
}
</style>