Shades of Psychedelic Purple #DC27E9
Tints of Psychedelic Purple #DC27E9
RGB
CMYK
RGB Variations
Color information
#DC27E9 (or 0xDC27E9) is known color: Psychedelic Purple. HEX triplet: DC, 27 and E9. RGB value is (220,39,233). Sum of RGB (Red+Green+Blue) = 220+39+233=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC27E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27E9 is #23D816. Grayscale: #727272. Windows color (decimal): -2349079 or 15280092. OLE color: 15280092.
HSL color Cylindrical-coordinate representation of color #DC27E9: hue angle of 295.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC27E9 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 39 | 233 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.09 |
| HSL | 295.98º | 0.82% | 0.53% | - |
| HSV(B) | 295.98º | 0.83% | 0.91% | - |
| XYZ | 44.95 | 22.55 | 79.07 | - |
| YUV | 115.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 233 | 0.06 | 0.83 | 0 | 0.09 | 295.98 | 0.82 | 0.53 |
| Hex | DC | 27 | E9 | 6 | 53 | 0 | 9 | 128 | 52 | 35 |
| Octal | 334 | 47 | 351 | 6 | 123 | 0 | 11 | 450 | 122 | 65 |
| Binary | 11011100 | 100111 | 11101001 | 110 | 1010011 | 0 | 1001 | 100101000 | 1010010 | 110101 |
Color Harmonies of #DC27E9
Complementary color
Monochromatic Colors of #DC27E9
Black with #DC27E9
Text Example
Text Example
White with #DC27E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27E9; }
p { color: rgb(220,39,233); }
H1.HeaderClassName
{
color: #DC27E9;
}
.AnyTagClassName
{
color: #DC27E9;
}
</style>
background-color css
<style>
a { background-color: #DC27E9; }
a { background-color: rgb(220,39,233); }
div.DivClassName
{
background-color: #DC27E9;
}
.BgClassName
{
background-color: #DC27E9;
}
</style>
border-color css
<style>
span { border-color: #DC27E9; }
span { border-color: rgb(220,39,233); }
td.TdClassName
{
border-color: #DC27E9;
}
.TagClassName
{
border-color: #DC27E9;
}
</style>