Shades of Psychedelic Purple #DD2DFD
Tints of Psychedelic Purple #DD2DFD
RGB
CMYK
RGB Variations
Color information
#DD2DFD (or 0xDD2DFD) is known color: Psychedelic Purple. HEX triplet: DD, 2D and FD. RGB value is (221,45,253). Sum of RGB (Red+Green+Blue) = 221+45+253=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD2DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DFD is #22D202. Grayscale: #787878. Windows color (decimal): -2281987 or 16592349. OLE color: 16592349.
HSL color Cylindrical-coordinate representation of color #DD2DFD: hue angle of 290.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2DFD is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 45 | 253 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.01 |
| HSL | 290.77º | 0.98% | 0.58% | - |
| HSV(B) | 290.77º | 0.82% | 0.99% | - |
| XYZ | 48.49 | 24.34 | 95.07 | - |
| YUV | 121.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 253 | 0.13 | 0.82 | 0 | 0.01 | 290.77 | 0.98 | 0.58 |
| Hex | DD | 2D | FD | D | 52 | 0 | 1 | 123 | 62 | 3A |
| Octal | 335 | 55 | 375 | 15 | 122 | 0 | 1 | 443 | 142 | 72 |
| Binary | 11011101 | 101101 | 11111101 | 1101 | 1010010 | 0 | 1 | 100100011 | 1100010 | 111010 |
Color Harmonies of #DD2DFD
Complementary color
Monochromatic Colors of #DD2DFD
Black with #DD2DFD
Text Example
Text Example
White with #DD2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DFD; }
p { color: rgb(221,45,253); }
H1.HeaderClassName
{
color: #DD2DFD;
}
.AnyTagClassName
{
color: #DD2DFD;
}
</style>
background-color css
<style>
a { background-color: #DD2DFD; }
a { background-color: rgb(221,45,253); }
div.DivClassName
{
background-color: #DD2DFD;
}
.BgClassName
{
background-color: #DD2DFD;
}
</style>
border-color css
<style>
span { border-color: #DD2DFD; }
span { border-color: rgb(221,45,253); }
td.TdClassName
{
border-color: #DD2DFD;
}
.TagClassName
{
border-color: #DD2DFD;
}
</style>