Shades of Psychedelic Purple #DD02F5
Tints of Psychedelic Purple #DD02F5
RGB
CMYK
RGB Variations
Color information
#DD02F5 (or 0xDD02F5) is known color: Psychedelic Purple. HEX triplet: DD, 02 and F5. RGB value is (221,2,245). Sum of RGB (Red+Green+Blue) = 221+2+245=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD02F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02F5 is #22FD0A. Grayscale: #5E5E5E. Windows color (decimal): -2293003 or 16057053. OLE color: 16057053.
HSL color Cylindrical-coordinate representation of color #DD02F5: hue angle of 294.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02F5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 2 | 245 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.04 |
| HSL | 294.07º | 0.98% | 0.48% | - |
| HSV(B) | 294.07º | 0.99% | 0.96% | - |
| XYZ | 46.32 | 22.01 | 88.19 | - |
| YUV | 95.18 | 212.55 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 245 | 0.10 | 0.99 | 0 | 0.04 | 294.07 | 0.98 | 0.48 |
| Hex | DD | 2 | F5 | A | 63 | 0 | 4 | 126 | 62 | 30 |
| Octal | 335 | 2 | 365 | 12 | 143 | 0 | 4 | 446 | 142 | 60 |
| Binary | 11011101 | 10 | 11110101 | 1010 | 1100011 | 0 | 100 | 100100110 | 1100010 | 110000 |
Color Harmonies of #DD02F5
Complementary color
Monochromatic Colors of #DD02F5
Black with #DD02F5
Text Example
Text Example
White with #DD02F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02F5; }
p { color: rgb(221,2,245); }
H1.HeaderClassName
{
color: #DD02F5;
}
.AnyTagClassName
{
color: #DD02F5;
}
</style>
background-color css
<style>
a { background-color: #DD02F5; }
a { background-color: rgb(221,2,245); }
div.DivClassName
{
background-color: #DD02F5;
}
.BgClassName
{
background-color: #DD02F5;
}
</style>
border-color css
<style>
span { border-color: #DD02F5; }
span { border-color: rgb(221,2,245); }
td.TdClassName
{
border-color: #DD02F5;
}
.TagClassName
{
border-color: #DD02F5;
}
</style>