Shades of Psychedelic Purple #DD2DFE
Tints of Psychedelic Purple #DD2DFE
RGB
CMYK
RGB Variations
Color information
#DD2DFE (or 0xDD2DFE) is known color: Psychedelic Purple. HEX triplet: DD, 2D and FE. RGB value is (221,45,254). Sum of RGB (Red+Green+Blue) = 221+45+254=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD2DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DFE is #22D201. Grayscale: #787878. Windows color (decimal): -2281986 or 16657885. OLE color: 16657885.
HSL color Cylindrical-coordinate representation of color #DD2DFE: hue angle of 290.53º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2DFE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 45 | 254 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.00 |
| HSL | 290.53º | 0.99% | 0.59% | - |
| HSV(B) | 290.53º | 0.82% | 1% | - |
| XYZ | 48.65 | 24.4 | 95.91 | - |
| YUV | 121.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 254 | 0.13 | 0.82 | 0 | 0.00 | 290.53 | 0.99 | 0.59 |
| Hex | DD | 2D | FE | D | 52 | 0 | 0 | 123 | 63 | 3B |
| Octal | 335 | 55 | 376 | 15 | 122 | 0 | 0 | 443 | 143 | 73 |
| Binary | 11011101 | 101101 | 11111110 | 1101 | 1010010 | 0 | 0 | 100100011 | 1100011 | 111011 |
Color Harmonies of #DD2DFE
Complementary color
Monochromatic Colors of #DD2DFE
Black with #DD2DFE
Text Example
Text Example
White with #DD2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DFE; }
p { color: rgb(221,45,254); }
H1.HeaderClassName
{
color: #DD2DFE;
}
.AnyTagClassName
{
color: #DD2DFE;
}
</style>
background-color css
<style>
a { background-color: #DD2DFE; }
a { background-color: rgb(221,45,254); }
div.DivClassName
{
background-color: #DD2DFE;
}
.BgClassName
{
background-color: #DD2DFE;
}
</style>
border-color css
<style>
span { border-color: #DD2DFE; }
span { border-color: rgb(221,45,254); }
td.TdClassName
{
border-color: #DD2DFE;
}
.TagClassName
{
border-color: #DD2DFE;
}
</style>