Shades of Psychedelic Purple #DD04F0
Tints of Psychedelic Purple #DD04F0
RGB
CMYK
RGB Variations
Color information
#DD04F0 (or 0xDD04F0) is known color: Psychedelic Purple. HEX triplet: DD, 04 and F0. RGB value is (221,4,240). Sum of RGB (Red+Green+Blue) = 221+4+240=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD04F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04F0 is #22FB0F. Grayscale: #5F5F5F. Windows color (decimal): -2292496 or 15729885. OLE color: 15729885.
HSL color Cylindrical-coordinate representation of color #DD04F0: hue angle of 295.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04F0 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 4 | 240 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.06 |
| HSL | 295.17º | 0.97% | 0.48% | - |
| HSV(B) | 295.17º | 0.98% | 0.94% | - |
| XYZ | 45.59 | 21.75 | 84.23 | - |
| YUV | 95.79 | 209.39 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 240 | 0.08 | 0.98 | 0 | 0.06 | 295.17 | 0.97 | 0.48 |
| Hex | DD | 4 | F0 | 8 | 62 | 0 | 6 | 127 | 61 | 30 |
| Octal | 335 | 4 | 360 | 10 | 142 | 0 | 6 | 447 | 141 | 60 |
| Binary | 11011101 | 100 | 11110000 | 1000 | 1100010 | 0 | 110 | 100100111 | 1100001 | 110000 |
Color Harmonies of #DD04F0
Complementary color
Monochromatic Colors of #DD04F0
Black with #DD04F0
Text Example
Text Example
White with #DD04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04F0; }
p { color: rgb(221,4,240); }
H1.HeaderClassName
{
color: #DD04F0;
}
.AnyTagClassName
{
color: #DD04F0;
}
</style>
background-color css
<style>
a { background-color: #DD04F0; }
a { background-color: rgb(221,4,240); }
div.DivClassName
{
background-color: #DD04F0;
}
.BgClassName
{
background-color: #DD04F0;
}
</style>
border-color css
<style>
span { border-color: #DD04F0; }
span { border-color: rgb(221,4,240); }
td.TdClassName
{
border-color: #DD04F0;
}
.TagClassName
{
border-color: #DD04F0;
}
</style>