Shades of Psychedelic Purple #DC27EF
Tints of Psychedelic Purple #DC27EF
RGB
CMYK
RGB Variations
Color information
#DC27EF (or 0xDC27EF) is known color: Psychedelic Purple. HEX triplet: DC, 27 and EF. RGB value is (220,39,239). Sum of RGB (Red+Green+Blue) = 220+39+239=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27EF is #23D810. Grayscale: #737373. Windows color (decimal): -2349073 or 15673308. OLE color: 15673308.
HSL color Cylindrical-coordinate representation of color #DC27EF: hue angle of 294.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC27EF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 39 | 239 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.06 |
| HSL | 294.3º | 0.86% | 0.55% | - |
| HSV(B) | 294.3º | 0.84% | 0.94% | - |
| XYZ | 45.82 | 22.9 | 83.67 | - |
| YUV | 115.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 239 | 0.08 | 0.84 | 0 | 0.06 | 294.3 | 0.86 | 0.55 |
| Hex | DC | 27 | EF | 8 | 54 | 0 | 6 | 126 | 56 | 37 |
| Octal | 334 | 47 | 357 | 10 | 124 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011100 | 100111 | 11101111 | 1000 | 1010100 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DC27EF
Complementary color
Monochromatic Colors of #DC27EF
Black with #DC27EF
Text Example
Text Example
White with #DC27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27EF; }
p { color: rgb(220,39,239); }
H1.HeaderClassName
{
color: #DC27EF;
}
.AnyTagClassName
{
color: #DC27EF;
}
</style>
background-color css
<style>
a { background-color: #DC27EF; }
a { background-color: rgb(220,39,239); }
div.DivClassName
{
background-color: #DC27EF;
}
.BgClassName
{
background-color: #DC27EF;
}
</style>
border-color css
<style>
span { border-color: #DC27EF; }
span { border-color: rgb(220,39,239); }
td.TdClassName
{
border-color: #DC27EF;
}
.TagClassName
{
border-color: #DC27EF;
}
</style>