Shades of Psychedelic Purple #DD26EC
Tints of Psychedelic Purple #DD26EC
RGB
CMYK
RGB Variations
Color information
#DD26EC (or 0xDD26EC) is known color: Psychedelic Purple. HEX triplet: DD, 26 and EC. RGB value is (221,38,236). Sum of RGB (Red+Green+Blue) = 221+38+236=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 38 (15.23% from 255 or 7.68% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD26EC is #22D913. Grayscale: #727272. Windows color (decimal): -2283796 or 15476445. OLE color: 15476445.
HSL color Cylindrical-coordinate representation of color #DD26EC: hue angle of 295.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD26EC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 38 | 236 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.07 |
| HSL | 295.45º | 0.84% | 0.54% | - |
| HSV(B) | 295.45º | 0.84% | 0.93% | - |
| XYZ | 45.65 | 22.81 | 81.35 | - |
| YUV | 115.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 236 | 0.06 | 0.84 | 0 | 0.07 | 295.45 | 0.84 | 0.54 |
| Hex | DD | 26 | EC | 6 | 54 | 0 | 7 | 127 | 54 | 36 |
| Octal | 335 | 46 | 354 | 6 | 124 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011101 | 100110 | 11101100 | 110 | 1010100 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DD26EC
Complementary color
Monochromatic Colors of #DD26EC
Black with #DD26EC
Text Example
Text Example
White with #DD26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26EC; }
p { color: rgb(221,38,236); }
H1.HeaderClassName
{
color: #DD26EC;
}
.AnyTagClassName
{
color: #DD26EC;
}
</style>
background-color css
<style>
a { background-color: #DD26EC; }
a { background-color: rgb(221,38,236); }
div.DivClassName
{
background-color: #DD26EC;
}
.BgClassName
{
background-color: #DD26EC;
}
</style>
border-color css
<style>
span { border-color: #DD26EC; }
span { border-color: rgb(221,38,236); }
td.TdClassName
{
border-color: #DD26EC;
}
.TagClassName
{
border-color: #DD26EC;
}
</style>