Shades of Psychedelic Purple #DD26EF
Tints of Psychedelic Purple #DD26EF
RGB
CMYK
RGB Variations
Color information
#DD26EF (or 0xDD26EF) is known color: Psychedelic Purple. HEX triplet: DD, 26 and EF. RGB value is (221,38,239). Sum of RGB (Red+Green+Blue) = 221+38+239=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD26EF is #22D910. Grayscale: #737373. Windows color (decimal): -2283793 or 15673053. OLE color: 15673053.
HSL color Cylindrical-coordinate representation of color #DD26EF: hue angle of 294.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD26EF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 38 | 239 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.06 |
| HSL | 294.63º | 0.86% | 0.54% | - |
| HSV(B) | 294.63º | 0.84% | 0.94% | - |
| XYZ | 46.09 | 22.99 | 83.67 | - |
| YUV | 115.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 239 | 0.08 | 0.84 | 0 | 0.06 | 294.63 | 0.86 | 0.54 |
| Hex | DD | 26 | EF | 8 | 54 | 0 | 6 | 127 | 56 | 36 |
| Octal | 335 | 46 | 357 | 10 | 124 | 0 | 6 | 447 | 126 | 66 |
| Binary | 11011101 | 100110 | 11101111 | 1000 | 1010100 | 0 | 110 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DD26EF
Complementary color
Monochromatic Colors of #DD26EF
Black with #DD26EF
Text Example
Text Example
White with #DD26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26EF; }
p { color: rgb(221,38,239); }
H1.HeaderClassName
{
color: #DD26EF;
}
.AnyTagClassName
{
color: #DD26EF;
}
</style>
background-color css
<style>
a { background-color: #DD26EF; }
a { background-color: rgb(221,38,239); }
div.DivClassName
{
background-color: #DD26EF;
}
.BgClassName
{
background-color: #DD26EF;
}
</style>
border-color css
<style>
span { border-color: #DD26EF; }
span { border-color: rgb(221,38,239); }
td.TdClassName
{
border-color: #DD26EF;
}
.TagClassName
{
border-color: #DD26EF;
}
</style>