Shades of Psychedelic Purple #DD01EA
Tints of Psychedelic Purple #DD01EA
RGB
CMYK
RGB Variations
Color information
#DD01EA (or 0xDD01EA) is known color: Psychedelic Purple. HEX triplet: DD, 01 and EA. RGB value is (221,1,234). Sum of RGB (Red+Green+Blue) = 221+1+234=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD01EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01EA is #22FE15. Grayscale: #5C5C5C. Windows color (decimal): -2293270 or 15335901. OLE color: 15335901.
HSL color Cylindrical-coordinate representation of color #DD01EA: hue angle of 296.65º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01EA is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 1 | 234 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.08 |
| HSL | 296.65º | 0.99% | 0.46% | - |
| HSV(B) | 296.65º | 1% | 0.92% | - |
| XYZ | 44.68 | 21.33 | 79.6 | - |
| YUV | 93.34 | 207.39 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 234 | 0.06 | 1.00 | 0 | 0.08 | 296.65 | 0.99 | 0.46 |
| Hex | DD | 1 | EA | 6 | 64 | 0 | 8 | 129 | 63 | 2E |
| Octal | 335 | 1 | 352 | 6 | 144 | 0 | 10 | 451 | 143 | 56 |
| Binary | 11011101 | 1 | 11101010 | 110 | 1100100 | 0 | 1000 | 100101001 | 1100011 | 101110 |
Color Harmonies of #DD01EA
Complementary color
Monochromatic Colors of #DD01EA
Black with #DD01EA
Text Example
Text Example
White with #DD01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01EA; }
p { color: rgb(221,1,234); }
H1.HeaderClassName
{
color: #DD01EA;
}
.AnyTagClassName
{
color: #DD01EA;
}
</style>
background-color css
<style>
a { background-color: #DD01EA; }
a { background-color: rgb(221,1,234); }
div.DivClassName
{
background-color: #DD01EA;
}
.BgClassName
{
background-color: #DD01EA;
}
</style>
border-color css
<style>
span { border-color: #DD01EA; }
span { border-color: rgb(221,1,234); }
td.TdClassName
{
border-color: #DD01EA;
}
.TagClassName
{
border-color: #DD01EA;
}
</style>