Shades of Psychedelic Purple #DD02ED
Tints of Psychedelic Purple #DD02ED
RGB
CMYK
RGB Variations
Color information
#DD02ED (or 0xDD02ED) is known color: Psychedelic Purple. HEX triplet: DD, 02 and ED. RGB value is (221,2,237). Sum of RGB (Red+Green+Blue) = 221+2+237=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02ED is #22FD12. Grayscale: #5D5D5D. Windows color (decimal): -2293011 or 15532765. OLE color: 15532765.
HSL color Cylindrical-coordinate representation of color #DD02ED: hue angle of 295.91º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02ED is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 2 | 237 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.07 |
| HSL | 295.91º | 0.98% | 0.47% | - |
| HSV(B) | 295.91º | 0.99% | 0.93% | - |
| XYZ | 45.13 | 21.53 | 81.9 | - |
| YUV | 94.27 | 208.55 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 237 | 0.07 | 0.99 | 0 | 0.07 | 295.91 | 0.98 | 0.47 |
| Hex | DD | 2 | ED | 7 | 63 | 0 | 7 | 128 | 62 | 2F |
| Octal | 335 | 2 | 355 | 7 | 143 | 0 | 7 | 450 | 142 | 57 |
| Binary | 11011101 | 10 | 11101101 | 111 | 1100011 | 0 | 111 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DD02ED
Complementary color
Monochromatic Colors of #DD02ED
Black with #DD02ED
Text Example
Text Example
White with #DD02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02ED; }
p { color: rgb(221,2,237); }
H1.HeaderClassName
{
color: #DD02ED;
}
.AnyTagClassName
{
color: #DD02ED;
}
</style>
background-color css
<style>
a { background-color: #DD02ED; }
a { background-color: rgb(221,2,237); }
div.DivClassName
{
background-color: #DD02ED;
}
.BgClassName
{
background-color: #DD02ED;
}
</style>
border-color css
<style>
span { border-color: #DD02ED; }
span { border-color: rgb(221,2,237); }
td.TdClassName
{
border-color: #DD02ED;
}
.TagClassName
{
border-color: #DD02ED;
}
</style>