Shades of Psychedelic Purple #DC09FA
Tints of Psychedelic Purple #DC09FA
RGB
CMYK
RGB Variations
Color information
#DC09FA (or 0xDC09FA) is known color: Psychedelic Purple. HEX triplet: DC, 09 and FA. RGB value is (220,9,250). Sum of RGB (Red+Green+Blue) = 220+9+250=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 9 (3.91% from 255 or 1.88% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09FA is #23F605. Grayscale: #626262. Windows color (decimal): -2356742 or 16386524. OLE color: 16386524.
HSL color Cylindrical-coordinate representation of color #DC09FA: hue angle of 292.53º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09FA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 9 | 250 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.02 |
| HSL | 292.53º | 0.96% | 0.51% | - |
| HSV(B) | 292.53º | 0.96% | 0.98% | - |
| XYZ | 46.87 | 22.31 | 92.28 | - |
| YUV | 99.56 | 212.9 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 250 | 0.12 | 0.96 | 0 | 0.02 | 292.53 | 0.96 | 0.51 |
| Hex | DC | 9 | FA | C | 60 | 0 | 2 | 125 | 60 | 33 |
| Octal | 334 | 11 | 372 | 14 | 140 | 0 | 2 | 445 | 140 | 63 |
| Binary | 11011100 | 1001 | 11111010 | 1100 | 1100000 | 0 | 10 | 100100101 | 1100000 | 110011 |
Color Harmonies of #DC09FA
Complementary color
Monochromatic Colors of #DC09FA
Black with #DC09FA
Text Example
Text Example
White with #DC09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09FA; }
p { color: rgb(220,9,250); }
H1.HeaderClassName
{
color: #DC09FA;
}
.AnyTagClassName
{
color: #DC09FA;
}
</style>
background-color css
<style>
a { background-color: #DC09FA; }
a { background-color: rgb(220,9,250); }
div.DivClassName
{
background-color: #DC09FA;
}
.BgClassName
{
background-color: #DC09FA;
}
</style>
border-color css
<style>
span { border-color: #DC09FA; }
span { border-color: rgb(220,9,250); }
td.TdClassName
{
border-color: #DC09FA;
}
.TagClassName
{
border-color: #DC09FA;
}
</style>