Shades of Psychedelic Purple #DC27F1
Tints of Psychedelic Purple #DC27F1
RGB
CMYK
RGB Variations
Color information
#DC27F1 (or 0xDC27F1) is known color: Psychedelic Purple. HEX triplet: DC, 27 and F1. RGB value is (220,39,241). Sum of RGB (Red+Green+Blue) = 220+39+241=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC27F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27F1 is #23D80E. Grayscale: #737373. Windows color (decimal): -2349071 or 15804380. OLE color: 15804380.
HSL color Cylindrical-coordinate representation of color #DC27F1: hue angle of 293.76º 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 #DC27F1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 39 | 241 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.05 |
| HSL | 293.76º | 0.88% | 0.55% | - |
| HSV(B) | 293.76º | 0.84% | 0.95% | - |
| XYZ | 46.12 | 23.02 | 85.23 | - |
| YUV | 116.15 | 198.47 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 241 | 0.09 | 0.84 | 0 | 0.05 | 293.76 | 0.88 | 0.55 |
| Hex | DC | 27 | F1 | 9 | 54 | 0 | 5 | 126 | 58 | 37 |
| Octal | 334 | 47 | 361 | 11 | 124 | 0 | 5 | 446 | 130 | 67 |
| Binary | 11011100 | 100111 | 11110001 | 1001 | 1010100 | 0 | 101 | 100100110 | 1011000 | 110111 |
Color Harmonies of #DC27F1
Complementary color
Monochromatic Colors of #DC27F1
Black with #DC27F1
Text Example
Text Example
White with #DC27F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27F1; }
p { color: rgb(220,39,241); }
H1.HeaderClassName
{
color: #DC27F1;
}
.AnyTagClassName
{
color: #DC27F1;
}
</style>
background-color css
<style>
a { background-color: #DC27F1; }
a { background-color: rgb(220,39,241); }
div.DivClassName
{
background-color: #DC27F1;
}
.BgClassName
{
background-color: #DC27F1;
}
</style>
border-color css
<style>
span { border-color: #DC27F1; }
span { border-color: rgb(220,39,241); }
td.TdClassName
{
border-color: #DC27F1;
}
.TagClassName
{
border-color: #DC27F1;
}
</style>