Shades of Psychedelic Purple #DC26F1
Tints of Psychedelic Purple #DC26F1
RGB
CMYK
RGB Variations
Color information
#DC26F1 (or 0xDC26F1) is known color: Psychedelic Purple. HEX triplet: DC, 26 and F1. RGB value is (220,38,241). Sum of RGB (Red+Green+Blue) = 220+38+241=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC26F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC26F1 is #23D90E. Grayscale: #727272. Windows color (decimal): -2349327 or 15804124. OLE color: 15804124.
HSL color Cylindrical-coordinate representation of color #DC26F1: hue angle of 293.79º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC26F1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 38 | 241 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.05 |
| HSL | 293.79º | 0.88% | 0.55% | - |
| HSV(B) | 293.79º | 0.84% | 0.95% | - |
| XYZ | 46.09 | 22.95 | 85.22 | - |
| YUV | 115.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 241 | 0.09 | 0.84 | 0 | 0.05 | 293.79 | 0.88 | 0.55 |
| Hex | DC | 26 | F1 | 9 | 54 | 0 | 5 | 126 | 58 | 37 |
| Octal | 334 | 46 | 361 | 11 | 124 | 0 | 5 | 446 | 130 | 67 |
| Binary | 11011100 | 100110 | 11110001 | 1001 | 1010100 | 0 | 101 | 100100110 | 1011000 | 110111 |
Color Harmonies of #DC26F1
Complementary color
Monochromatic Colors of #DC26F1
Black with #DC26F1
Text Example
Text Example
White with #DC26F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26F1; }
p { color: rgb(220,38,241); }
H1.HeaderClassName
{
color: #DC26F1;
}
.AnyTagClassName
{
color: #DC26F1;
}
</style>
background-color css
<style>
a { background-color: #DC26F1; }
a { background-color: rgb(220,38,241); }
div.DivClassName
{
background-color: #DC26F1;
}
.BgClassName
{
background-color: #DC26F1;
}
</style>
border-color css
<style>
span { border-color: #DC26F1; }
span { border-color: rgb(220,38,241); }
td.TdClassName
{
border-color: #DC26F1;
}
.TagClassName
{
border-color: #DC26F1;
}
</style>