Shades of Psychedelic Purple #DD02F1
Tints of Psychedelic Purple #DD02F1
RGB
CMYK
RGB Variations
Color information
#DD02F1 (or 0xDD02F1) is known color: Psychedelic Purple. HEX triplet: DD, 02 and F1. RGB value is (221,2,241). Sum of RGB (Red+Green+Blue) = 221+2+241=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD02F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02F1 is #22FD0E. Grayscale: #5D5D5D. Windows color (decimal): -2293007 or 15794909. OLE color: 15794909.
HSL color Cylindrical-coordinate representation of color #DD02F1: hue angle of 294.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02F1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 2 | 241 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.05 |
| HSL | 294.98º | 0.98% | 0.48% | - |
| HSV(B) | 294.98º | 0.99% | 0.95% | - |
| XYZ | 45.72 | 21.77 | 85.01 | - |
| YUV | 94.73 | 210.55 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 241 | 0.08 | 0.99 | 0 | 0.05 | 294.98 | 0.98 | 0.48 |
| Hex | DD | 2 | F1 | 8 | 63 | 0 | 5 | 127 | 62 | 30 |
| Octal | 335 | 2 | 361 | 10 | 143 | 0 | 5 | 447 | 142 | 60 |
| Binary | 11011101 | 10 | 11110001 | 1000 | 1100011 | 0 | 101 | 100100111 | 1100010 | 110000 |
Color Harmonies of #DD02F1
Complementary color
Monochromatic Colors of #DD02F1
Black with #DD02F1
Text Example
Text Example
White with #DD02F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02F1; }
p { color: rgb(221,2,241); }
H1.HeaderClassName
{
color: #DD02F1;
}
.AnyTagClassName
{
color: #DD02F1;
}
</style>
background-color css
<style>
a { background-color: #DD02F1; }
a { background-color: rgb(221,2,241); }
div.DivClassName
{
background-color: #DD02F1;
}
.BgClassName
{
background-color: #DD02F1;
}
</style>
border-color css
<style>
span { border-color: #DD02F1; }
span { border-color: rgb(221,2,241); }
td.TdClassName
{
border-color: #DD02F1;
}
.TagClassName
{
border-color: #DD02F1;
}
</style>