Shades of Psychedelic Purple #DD02E7
Tints of Psychedelic Purple #DD02E7
RGB
CMYK
RGB Variations
Color information
#DD02E7 (or 0xDD02E7) is known color: Psychedelic Purple. HEX triplet: DD, 02 and E7. RGB value is (221,2,231). Sum of RGB (Red+Green+Blue) = 221+2+231=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD02E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02E7 is #22FD18. Grayscale: #5C5C5C. Windows color (decimal): -2293017 or 15139549. OLE color: 15139549.
HSL color Cylindrical-coordinate representation of color #DD02E7: hue angle of 297.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02E7 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 2 | 231 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.09 |
| HSL | 297.38º | 0.98% | 0.46% | - |
| HSV(B) | 297.38º | 0.99% | 0.91% | - |
| XYZ | 44.26 | 21.19 | 77.36 | - |
| YUV | 93.59 | 205.55 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 231 | 0.04 | 0.99 | 0 | 0.09 | 297.38 | 0.98 | 0.46 |
| Hex | DD | 2 | E7 | 4 | 63 | 0 | 9 | 129 | 62 | 2E |
| Octal | 335 | 2 | 347 | 4 | 143 | 0 | 11 | 451 | 142 | 56 |
| Binary | 11011101 | 10 | 11100111 | 100 | 1100011 | 0 | 1001 | 100101001 | 1100010 | 101110 |
Color Harmonies of #DD02E7
Complementary color
Monochromatic Colors of #DD02E7
Black with #DD02E7
Text Example
Text Example
White with #DD02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02E7; }
p { color: rgb(221,2,231); }
H1.HeaderClassName
{
color: #DD02E7;
}
.AnyTagClassName
{
color: #DD02E7;
}
</style>
background-color css
<style>
a { background-color: #DD02E7; }
a { background-color: rgb(221,2,231); }
div.DivClassName
{
background-color: #DD02E7;
}
.BgClassName
{
background-color: #DD02E7;
}
</style>
border-color css
<style>
span { border-color: #DD02E7; }
span { border-color: rgb(221,2,231); }
td.TdClassName
{
border-color: #DD02E7;
}
.TagClassName
{
border-color: #DD02E7;
}
</style>