Shades of Psychedelic Purple #DC09FC
Tints of Psychedelic Purple #DC09FC
RGB
CMYK
RGB Variations
Color information
#DC09FC (or 0xDC09FC) is known color: Psychedelic Purple. HEX triplet: DC, 09 and FC. RGB value is (220,9,252). Sum of RGB (Red+Green+Blue) = 220+9+252=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09FC is #23F603. Grayscale: #636363. Windows color (decimal): -2356740 or 16517596. OLE color: 16517596.
HSL color Cylindrical-coordinate representation of color #DC09FC: hue angle of 292.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09FC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 9 | 252 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.01 |
| HSL | 292.1º | 0.98% | 0.51% | - |
| HSV(B) | 292.1º | 0.96% | 0.99% | - |
| XYZ | 47.18 | 22.44 | 93.94 | - |
| YUV | 99.79 | 213.9 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 252 | 0.13 | 0.96 | 0 | 0.01 | 292.1 | 0.98 | 0.51 |
| Hex | DC | 9 | FC | D | 60 | 0 | 1 | 124 | 62 | 33 |
| Octal | 334 | 11 | 374 | 15 | 140 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011100 | 1001 | 11111100 | 1101 | 1100000 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DC09FC
Complementary color
Monochromatic Colors of #DC09FC
Black with #DC09FC
Text Example
Text Example
White with #DC09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09FC; }
p { color: rgb(220,9,252); }
H1.HeaderClassName
{
color: #DC09FC;
}
.AnyTagClassName
{
color: #DC09FC;
}
</style>
background-color css
<style>
a { background-color: #DC09FC; }
a { background-color: rgb(220,9,252); }
div.DivClassName
{
background-color: #DC09FC;
}
.BgClassName
{
background-color: #DC09FC;
}
</style>
border-color css
<style>
span { border-color: #DC09FC; }
span { border-color: rgb(220,9,252); }
td.TdClassName
{
border-color: #DC09FC;
}
.TagClassName
{
border-color: #DC09FC;
}
</style>