Shades of Psychedelic Purple #DC26E4
Tints of Psychedelic Purple #DC26E4
RGB
CMYK
RGB Variations
Color information
#DC26E4 (or 0xDC26E4) is known color: Psychedelic Purple. HEX triplet: DC, 26 and E4. RGB value is (220,38,228). Sum of RGB (Red+Green+Blue) = 220+38+228=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC26E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC26E4 is #23D91B. Grayscale: #717171. Windows color (decimal): -2349340 or 14952156. OLE color: 14952156.
HSL color Cylindrical-coordinate representation of color #DC26E4: hue angle of 297.47º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC26E4 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 38 | 228 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.11 |
| HSL | 297.47º | 0.78% | 0.52% | - |
| HSV(B) | 297.47º | 0.83% | 0.89% | - |
| XYZ | 44.21 | 22.2 | 75.35 | - |
| YUV | 114.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 228 | 0.04 | 0.83 | 0 | 0.11 | 297.47 | 0.78 | 0.52 |
| Hex | DC | 26 | E4 | 4 | 53 | 0 | B | 129 | 4E | 34 |
| Octal | 334 | 46 | 344 | 4 | 123 | 0 | 13 | 451 | 116 | 64 |
| Binary | 11011100 | 100110 | 11100100 | 100 | 1010011 | 0 | 1011 | 100101001 | 1001110 | 110100 |
Color Harmonies of #DC26E4
Complementary color
Monochromatic Colors of #DC26E4
Black with #DC26E4
Text Example
Text Example
White with #DC26E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26E4; }
p { color: rgb(220,38,228); }
H1.HeaderClassName
{
color: #DC26E4;
}
.AnyTagClassName
{
color: #DC26E4;
}
</style>
background-color css
<style>
a { background-color: #DC26E4; }
a { background-color: rgb(220,38,228); }
div.DivClassName
{
background-color: #DC26E4;
}
.BgClassName
{
background-color: #DC26E4;
}
</style>
border-color css
<style>
span { border-color: #DC26E4; }
span { border-color: rgb(220,38,228); }
td.TdClassName
{
border-color: #DC26E4;
}
.TagClassName
{
border-color: #DC26E4;
}
</style>