Shades of Psychedelic Purple #DC09E5
Tints of Psychedelic Purple #DC09E5
RGB
CMYK
RGB Variations
Color information
#DC09E5 (or 0xDC09E5) is known color: Psychedelic Purple. HEX triplet: DC, 09 and E5. RGB value is (220,9,229). Sum of RGB (Red+Green+Blue) = 220+9+229=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC09E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09E5 is #23F61A. Grayscale: #606060. Windows color (decimal): -2356763 or 15010268. OLE color: 15010268.
HSL color Cylindrical-coordinate representation of color #DC09E5: hue angle of 297.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09E5 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 9 | 229 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.10 |
| HSL | 297.55º | 0.92% | 0.47% | - |
| HSV(B) | 297.55º | 0.96% | 0.9% | - |
| XYZ | 43.76 | 21.07 | 75.89 | - |
| YUV | 97.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 229 | 0.04 | 0.96 | 0 | 0.10 | 297.55 | 0.92 | 0.47 |
| Hex | DC | 9 | E5 | 4 | 60 | 0 | A | 12A | 5C | 2F |
| Octal | 334 | 11 | 345 | 4 | 140 | 0 | 12 | 452 | 134 | 57 |
| Binary | 11011100 | 1001 | 11100101 | 100 | 1100000 | 0 | 1010 | 100101010 | 1011100 | 101111 |
Color Harmonies of #DC09E5
Complementary color
Monochromatic Colors of #DC09E5
Black with #DC09E5
Text Example
Text Example
White with #DC09E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09E5; }
p { color: rgb(220,9,229); }
H1.HeaderClassName
{
color: #DC09E5;
}
.AnyTagClassName
{
color: #DC09E5;
}
</style>
background-color css
<style>
a { background-color: #DC09E5; }
a { background-color: rgb(220,9,229); }
div.DivClassName
{
background-color: #DC09E5;
}
.BgClassName
{
background-color: #DC09E5;
}
</style>
border-color css
<style>
span { border-color: #DC09E5; }
span { border-color: rgb(220,9,229); }
td.TdClassName
{
border-color: #DC09E5;
}
.TagClassName
{
border-color: #DC09E5;
}
</style>