Shades of Psychedelic Purple #DC27ED
Tints of Psychedelic Purple #DC27ED
RGB
CMYK
RGB Variations
Color information
#DC27ED (or 0xDC27ED) is known color: Psychedelic Purple. HEX triplet: DC, 27 and ED. RGB value is (220,39,237). Sum of RGB (Red+Green+Blue) = 220+39+237=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27ED is #23D812. Grayscale: #737373. Windows color (decimal): -2349075 or 15542236. OLE color: 15542236.
HSL color Cylindrical-coordinate representation of color #DC27ED: hue angle of 294.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC27ED is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 39 | 237 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.07 |
| HSL | 294.85º | 0.85% | 0.54% | - |
| HSV(B) | 294.85º | 0.84% | 0.93% | - |
| XYZ | 45.53 | 22.78 | 82.12 | - |
| YUV | 115.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 237 | 0.07 | 0.84 | 0 | 0.07 | 294.85 | 0.85 | 0.54 |
| Hex | DC | 27 | ED | 7 | 54 | 0 | 7 | 127 | 55 | 36 |
| Octal | 334 | 47 | 355 | 7 | 124 | 0 | 7 | 447 | 125 | 66 |
| Binary | 11011100 | 100111 | 11101101 | 111 | 1010100 | 0 | 111 | 100100111 | 1010101 | 110110 |
Color Harmonies of #DC27ED
Complementary color
Monochromatic Colors of #DC27ED
Black with #DC27ED
Text Example
Text Example
White with #DC27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27ED; }
p { color: rgb(220,39,237); }
H1.HeaderClassName
{
color: #DC27ED;
}
.AnyTagClassName
{
color: #DC27ED;
}
</style>
background-color css
<style>
a { background-color: #DC27ED; }
a { background-color: rgb(220,39,237); }
div.DivClassName
{
background-color: #DC27ED;
}
.BgClassName
{
background-color: #DC27ED;
}
</style>
border-color css
<style>
span { border-color: #DC27ED; }
span { border-color: rgb(220,39,237); }
td.TdClassName
{
border-color: #DC27ED;
}
.TagClassName
{
border-color: #DC27ED;
}
</style>