Shades of Psychedelic Purple #DD01EF
Tints of Psychedelic Purple #DD01EF
RGB
CMYK
RGB Variations
Color information
#DD01EF (or 0xDD01EF) is known color: Psychedelic Purple. HEX triplet: DD, 01 and EF. RGB value is (221,1,239). Sum of RGB (Red+Green+Blue) = 221+1+239=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01EF is #22FE10. Grayscale: #5D5D5D. Windows color (decimal): -2293265 or 15663581. OLE color: 15663581.
HSL color Cylindrical-coordinate representation of color #DD01EF: hue angle of 295.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01EF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 1 | 239 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.06 |
| HSL | 295.46º | 0.99% | 0.47% | - |
| HSV(B) | 295.46º | 1% | 0.94% | - |
| XYZ | 45.41 | 21.63 | 83.44 | - |
| YUV | 93.91 | 209.89 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 239 | 0.08 | 1.00 | 0 | 0.06 | 295.46 | 0.99 | 0.47 |
| Hex | DD | 1 | EF | 8 | 64 | 0 | 6 | 127 | 63 | 2F |
| Octal | 335 | 1 | 357 | 10 | 144 | 0 | 6 | 447 | 143 | 57 |
| Binary | 11011101 | 1 | 11101111 | 1000 | 1100100 | 0 | 110 | 100100111 | 1100011 | 101111 |
Color Harmonies of #DD01EF
Complementary color
Monochromatic Colors of #DD01EF
Black with #DD01EF
Text Example
Text Example
White with #DD01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01EF; }
p { color: rgb(221,1,239); }
H1.HeaderClassName
{
color: #DD01EF;
}
.AnyTagClassName
{
color: #DD01EF;
}
</style>
background-color css
<style>
a { background-color: #DD01EF; }
a { background-color: rgb(221,1,239); }
div.DivClassName
{
background-color: #DD01EF;
}
.BgClassName
{
background-color: #DD01EF;
}
</style>
border-color css
<style>
span { border-color: #DD01EF; }
span { border-color: rgb(221,1,239); }
td.TdClassName
{
border-color: #DD01EF;
}
.TagClassName
{
border-color: #DD01EF;
}
</style>