Shades of Psychedelic Purple #DD2EFB
Tints of Psychedelic Purple #DD2EFB
RGB
CMYK
RGB Variations
Color information
#DD2EFB (or 0xDD2EFB) is known color: Psychedelic Purple. HEX triplet: DD, 2E and FB. RGB value is (221,46,251). Sum of RGB (Red+Green+Blue) = 221+46+251=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 46 (18.36% from 255 or 8.88% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EFB is #22D104. Grayscale: #797979. Windows color (decimal): -2281733 or 16461533. OLE color: 16461533.
HSL color Cylindrical-coordinate representation of color #DD2EFB: hue angle of 291.22º degrees, saturation: 0.96, 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 #DD2EFB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 46 | 251 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 291.22º | 0.96% | 0.58% | - |
| HSV(B) | 291.22º | 0.82% | 0.98% | - |
| XYZ | 48.21 | 24.29 | 93.41 | - |
| YUV | 121.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 251 | 0.12 | 0.82 | 0 | 0.02 | 291.22 | 0.96 | 0.58 |
| Hex | DD | 2E | FB | C | 52 | 0 | 2 | 123 | 60 | 3A |
| Octal | 335 | 56 | 373 | 14 | 122 | 0 | 2 | 443 | 140 | 72 |
| Binary | 11011101 | 101110 | 11111011 | 1100 | 1010010 | 0 | 10 | 100100011 | 1100000 | 111010 |
Color Harmonies of #DD2EFB
Complementary color
Monochromatic Colors of #DD2EFB
Black with #DD2EFB
Text Example
Text Example
White with #DD2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EFB; }
p { color: rgb(221,46,251); }
H1.HeaderClassName
{
color: #DD2EFB;
}
.AnyTagClassName
{
color: #DD2EFB;
}
</style>
background-color css
<style>
a { background-color: #DD2EFB; }
a { background-color: rgb(221,46,251); }
div.DivClassName
{
background-color: #DD2EFB;
}
.BgClassName
{
background-color: #DD2EFB;
}
</style>
border-color css
<style>
span { border-color: #DD2EFB; }
span { border-color: rgb(221,46,251); }
td.TdClassName
{
border-color: #DD2EFB;
}
.TagClassName
{
border-color: #DD2EFB;
}
</style>