Shades of Psychedelic Purple #DD2DFF
Tints of Psychedelic Purple #DD2DFF
RGB
CMYK
RGB Variations
Color information
#DD2DFF (or 0xDD2DFF) is known color: Psychedelic Purple. HEX triplet: DD, 2D and FF. RGB value is (221,45,255). Sum of RGB (Red+Green+Blue) = 221+45+255=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 45 (17.97% from 255 or 8.64% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DFF is #22D200. Grayscale: #787878. Windows color (decimal): -2281985 or 16723421. OLE color: 16723421.
HSL color Cylindrical-coordinate representation of color #DD2DFF: hue angle of 290.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2DFF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 45 | 255 | - |
| CMYK | 0.13 | 0.82 | 0 | 0 |
| HSL | 290.29º | 1% | 0.59% | - |
| HSV(B) | 290.29º | 0.82% | 1% | - |
| XYZ | 48.81 | 24.47 | 96.76 | - |
| YUV | 121.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 255 | 0.13 | 0.82 | 0 | 0 | 290.29 | 1 | 0.59 |
| Hex | DD | 2D | FF | D | 52 | 0 | 0 | 122 | 64 | 3B |
| Octal | 335 | 55 | 377 | 15 | 122 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011101 | 101101 | 11111111 | 1101 | 1010010 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DD2DFF
Complementary color
Monochromatic Colors of #DD2DFF
Black with #DD2DFF
Text Example
Text Example
White with #DD2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DFF; }
p { color: rgb(221,45,255); }
H1.HeaderClassName
{
color: #DD2DFF;
}
.AnyTagClassName
{
color: #DD2DFF;
}
</style>
background-color css
<style>
a { background-color: #DD2DFF; }
a { background-color: rgb(221,45,255); }
div.DivClassName
{
background-color: #DD2DFF;
}
.BgClassName
{
background-color: #DD2DFF;
}
</style>
border-color css
<style>
span { border-color: #DD2DFF; }
span { border-color: rgb(221,45,255); }
td.TdClassName
{
border-color: #DD2DFF;
}
.TagClassName
{
border-color: #DD2DFF;
}
</style>