Shades of Psychedelic Purple #DD02E4
Tints of Psychedelic Purple #DD02E4
RGB
CMYK
RGB Variations
Color information
#DD02E4 (or 0xDD02E4) is known color: Psychedelic Purple. HEX triplet: DD, 02 and E4. RGB value is (221,2,228). Sum of RGB (Red+Green+Blue) = 221+2+228=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD02E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02E4 is #22FD1B. Grayscale: #5C5C5C. Windows color (decimal): -2293020 or 14942941. OLE color: 14942941.
HSL color Cylindrical-coordinate representation of color #DD02E4: hue angle of 298.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02E4 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 2 | 228 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.11 |
| HSL | 298.14º | 0.98% | 0.45% | - |
| HSV(B) | 298.14º | 0.99% | 0.89% | - |
| XYZ | 43.84 | 21.02 | 75.14 | - |
| YUV | 93.25 | 204.05 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 228 | 0.03 | 0.99 | 0 | 0.11 | 298.14 | 0.98 | 0.45 |
| Hex | DD | 2 | E4 | 3 | 63 | 0 | B | 12A | 62 | 2D |
| Octal | 335 | 2 | 344 | 3 | 143 | 0 | 13 | 452 | 142 | 55 |
| Binary | 11011101 | 10 | 11100100 | 11 | 1100011 | 0 | 1011 | 100101010 | 1100010 | 101101 |
Color Harmonies of #DD02E4
Complementary color
Monochromatic Colors of #DD02E4
Black with #DD02E4
Text Example
Text Example
White with #DD02E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02E4; }
p { color: rgb(221,2,228); }
H1.HeaderClassName
{
color: #DD02E4;
}
.AnyTagClassName
{
color: #DD02E4;
}
</style>
background-color css
<style>
a { background-color: #DD02E4; }
a { background-color: rgb(221,2,228); }
div.DivClassName
{
background-color: #DD02E4;
}
.BgClassName
{
background-color: #DD02E4;
}
</style>
border-color css
<style>
span { border-color: #DD02E4; }
span { border-color: rgb(221,2,228); }
td.TdClassName
{
border-color: #DD02E4;
}
.TagClassName
{
border-color: #DD02E4;
}
</style>