Shades of Psychedelic Purple #DC09E6
Tints of Psychedelic Purple #DC09E6
RGB
CMYK
RGB Variations
Color information
#DC09E6 (or 0xDC09E6) is known color: Psychedelic Purple. HEX triplet: DC, 09 and E6. RGB value is (220,9,230). Sum of RGB (Red+Green+Blue) = 220+9+230=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC09E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09E6 is #23F619. Grayscale: #606060. Windows color (decimal): -2356762 or 15075804. OLE color: 15075804.
HSL color Cylindrical-coordinate representation of color #DC09E6: hue angle of 297.29º 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 #DC09E6 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 9 | 230 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.10 |
| HSL | 297.29º | 0.92% | 0.47% | - |
| HSV(B) | 297.29º | 0.96% | 0.9% | - |
| XYZ | 43.9 | 21.12 | 76.63 | - |
| YUV | 97.28 | 202.9 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 230 | 0.04 | 0.96 | 0 | 0.10 | 297.29 | 0.92 | 0.47 |
| Hex | DC | 9 | E6 | 4 | 60 | 0 | A | 129 | 5C | 2F |
| Octal | 334 | 11 | 346 | 4 | 140 | 0 | 12 | 451 | 134 | 57 |
| Binary | 11011100 | 1001 | 11100110 | 100 | 1100000 | 0 | 1010 | 100101001 | 1011100 | 101111 |
Color Harmonies of #DC09E6
Complementary color
Monochromatic Colors of #DC09E6
Black with #DC09E6
Text Example
Text Example
White with #DC09E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09E6; }
p { color: rgb(220,9,230); }
H1.HeaderClassName
{
color: #DC09E6;
}
.AnyTagClassName
{
color: #DC09E6;
}
</style>
background-color css
<style>
a { background-color: #DC09E6; }
a { background-color: rgb(220,9,230); }
div.DivClassName
{
background-color: #DC09E6;
}
.BgClassName
{
background-color: #DC09E6;
}
</style>
border-color css
<style>
span { border-color: #DC09E6; }
span { border-color: rgb(220,9,230); }
td.TdClassName
{
border-color: #DC09E6;
}
.TagClassName
{
border-color: #DC09E6;
}
</style>