Shades of Psychedelic Purple #DC26E9
Tints of Psychedelic Purple #DC26E9
RGB
CMYK
RGB Variations
Color information
#DC26E9 (or 0xDC26E9) is known color: Psychedelic Purple. HEX triplet: DC, 26 and E9. RGB value is (220,38,233). Sum of RGB (Red+Green+Blue) = 220+38+233=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC26E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC26E9 is #23D916. Grayscale: #727272. Windows color (decimal): -2349335 or 15279836. OLE color: 15279836.
HSL color Cylindrical-coordinate representation of color #DC26E9: hue angle of 296º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC26E9 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 38 | 233 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.09 |
| HSL | 296º | 0.82% | 0.53% | - |
| HSV(B) | 296º | 0.84% | 0.91% | - |
| XYZ | 44.92 | 22.49 | 79.06 | - |
| YUV | 114.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 233 | 0.06 | 0.84 | 0 | 0.09 | 296 | 0.82 | 0.53 |
| Hex | DC | 26 | E9 | 6 | 54 | 0 | 9 | 128 | 52 | 35 |
| Octal | 334 | 46 | 351 | 6 | 124 | 0 | 11 | 450 | 122 | 65 |
| Binary | 11011100 | 100110 | 11101001 | 110 | 1010100 | 0 | 1001 | 100101000 | 1010010 | 110101 |
Color Harmonies of #DC26E9
Complementary color
Monochromatic Colors of #DC26E9
Black with #DC26E9
Text Example
Text Example
White with #DC26E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26E9; }
p { color: rgb(220,38,233); }
H1.HeaderClassName
{
color: #DC26E9;
}
.AnyTagClassName
{
color: #DC26E9;
}
</style>
background-color css
<style>
a { background-color: #DC26E9; }
a { background-color: rgb(220,38,233); }
div.DivClassName
{
background-color: #DC26E9;
}
.BgClassName
{
background-color: #DC26E9;
}
</style>
border-color css
<style>
span { border-color: #DC26E9; }
span { border-color: rgb(220,38,233); }
td.TdClassName
{
border-color: #DC26E9;
}
.TagClassName
{
border-color: #DC26E9;
}
</style>