Shades of Psychedelic Purple #DD01ED
Tints of Psychedelic Purple #DD01ED
RGB
CMYK
RGB Variations
Color information
#DD01ED (or 0xDD01ED) is known color: Psychedelic Purple. HEX triplet: DD, 01 and ED. RGB value is (221,1,237). Sum of RGB (Red+Green+Blue) = 221+1+237=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01ED is #22FE12. Grayscale: #5C5C5C. Windows color (decimal): -2293267 or 15532509. OLE color: 15532509.
HSL color Cylindrical-coordinate representation of color #DD01ED: hue angle of 295.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01ED is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 1 | 237 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.07 |
| HSL | 295.93º | 0.99% | 0.47% | - |
| HSV(B) | 295.93º | 1% | 0.93% | - |
| XYZ | 45.12 | 21.51 | 81.89 | - |
| YUV | 93.68 | 208.89 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 237 | 0.07 | 1.00 | 0 | 0.07 | 295.93 | 0.99 | 0.47 |
| Hex | DD | 1 | ED | 7 | 64 | 0 | 7 | 128 | 63 | 2F |
| Octal | 335 | 1 | 355 | 7 | 144 | 0 | 7 | 450 | 143 | 57 |
| Binary | 11011101 | 1 | 11101101 | 111 | 1100100 | 0 | 111 | 100101000 | 1100011 | 101111 |
Color Harmonies of #DD01ED
Complementary color
Monochromatic Colors of #DD01ED
Black with #DD01ED
Text Example
Text Example
White with #DD01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01ED; }
p { color: rgb(221,1,237); }
H1.HeaderClassName
{
color: #DD01ED;
}
.AnyTagClassName
{
color: #DD01ED;
}
</style>
background-color css
<style>
a { background-color: #DD01ED; }
a { background-color: rgb(221,1,237); }
div.DivClassName
{
background-color: #DD01ED;
}
.BgClassName
{
background-color: #DD01ED;
}
</style>
border-color css
<style>
span { border-color: #DD01ED; }
span { border-color: rgb(221,1,237); }
td.TdClassName
{
border-color: #DD01ED;
}
.TagClassName
{
border-color: #DD01ED;
}
</style>