Shades of Psychedelic Purple #DD2DFA
Tints of Psychedelic Purple #DD2DFA
RGB
CMYK
RGB Variations
Color information
#DD2DFA (or 0xDD2DFA) is known color: Psychedelic Purple. HEX triplet: DD, 2D and FA. RGB value is (221,45,250). Sum of RGB (Red+Green+Blue) = 221+45+250=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 45 (17.97% from 255 or 8.72% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DFA is #22D205. Grayscale: #787878. Windows color (decimal): -2281990 or 16395741. OLE color: 16395741.
HSL color Cylindrical-coordinate representation of color #DD2DFA: hue angle of 291.51º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2DFA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 45 | 250 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 291.51º | 0.95% | 0.58% | - |
| HSV(B) | 291.51º | 0.82% | 0.98% | - |
| XYZ | 48.01 | 24.15 | 92.57 | - |
| YUV | 120.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 250 | 0.12 | 0.82 | 0 | 0.02 | 291.51 | 0.95 | 0.58 |
| Hex | DD | 2D | FA | C | 52 | 0 | 2 | 124 | 5F | 3A |
| Octal | 335 | 55 | 372 | 14 | 122 | 0 | 2 | 444 | 137 | 72 |
| Binary | 11011101 | 101101 | 11111010 | 1100 | 1010010 | 0 | 10 | 100100100 | 1011111 | 111010 |
Color Harmonies of #DD2DFA
Complementary color
Monochromatic Colors of #DD2DFA
Black with #DD2DFA
Text Example
Text Example
White with #DD2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DFA; }
p { color: rgb(221,45,250); }
H1.HeaderClassName
{
color: #DD2DFA;
}
.AnyTagClassName
{
color: #DD2DFA;
}
</style>
background-color css
<style>
a { background-color: #DD2DFA; }
a { background-color: rgb(221,45,250); }
div.DivClassName
{
background-color: #DD2DFA;
}
.BgClassName
{
background-color: #DD2DFA;
}
</style>
border-color css
<style>
span { border-color: #DD2DFA; }
span { border-color: rgb(221,45,250); }
td.TdClassName
{
border-color: #DD2DFA;
}
.TagClassName
{
border-color: #DD2DFA;
}
</style>