Shades of Psychedelic Purple #DD0EFD
Tints of Psychedelic Purple #DD0EFD
RGB
CMYK
RGB Variations
Color information
#DD0EFD (or 0xDD0EFD) is known color: Psychedelic Purple. HEX triplet: DD, 0E and FD. RGB value is (221,14,253). Sum of RGB (Red+Green+Blue) = 221+14+253=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD0EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EFD is #22F102. Grayscale: #666666. Windows color (decimal): -2289923 or 16584413. OLE color: 16584413.
HSL color Cylindrical-coordinate representation of color #DD0EFD: hue angle of 291.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EFD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 14 | 253 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.01 |
| HSL | 291.97º | 0.98% | 0.52% | - |
| HSV(B) | 291.97º | 0.94% | 0.99% | - |
| XYZ | 47.71 | 22.78 | 94.81 | - |
| YUV | 103.14 | 212.58 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 253 | 0.13 | 0.94 | 0 | 0.01 | 291.97 | 0.98 | 0.52 |
| Hex | DD | E | FD | D | 5E | 0 | 1 | 124 | 62 | 34 |
| Octal | 335 | 16 | 375 | 15 | 136 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011101 | 1110 | 11111101 | 1101 | 1011110 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DD0EFD
Complementary color
Monochromatic Colors of #DD0EFD
Black with #DD0EFD
Text Example
Text Example
White with #DD0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EFD; }
p { color: rgb(221,14,253); }
H1.HeaderClassName
{
color: #DD0EFD;
}
.AnyTagClassName
{
color: #DD0EFD;
}
</style>
background-color css
<style>
a { background-color: #DD0EFD; }
a { background-color: rgb(221,14,253); }
div.DivClassName
{
background-color: #DD0EFD;
}
.BgClassName
{
background-color: #DD0EFD;
}
</style>
border-color css
<style>
span { border-color: #DD0EFD; }
span { border-color: rgb(221,14,253); }
td.TdClassName
{
border-color: #DD0EFD;
}
.TagClassName
{
border-color: #DD0EFD;
}
</style>