Shades of Psychedelic Purple #DC09F0
Tints of Psychedelic Purple #DC09F0
RGB
CMYK
RGB Variations
Color information
#DC09F0 (or 0xDC09F0) is known color: Psychedelic Purple. HEX triplet: DC, 09 and F0. RGB value is (220,9,240). Sum of RGB (Red+Green+Blue) = 220+9+240=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09F0 is #23F60F. Grayscale: #616161. Windows color (decimal): -2356752 or 15731164. OLE color: 15731164.
HSL color Cylindrical-coordinate representation of color #DC09F0: hue angle of 294.81º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09F0 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 9 | 240 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.06 |
| HSL | 294.81º | 0.93% | 0.49% | - |
| HSV(B) | 294.81º | 0.96% | 0.94% | - |
| XYZ | 45.34 | 21.7 | 84.24 | - |
| YUV | 98.42 | 207.9 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 240 | 0.08 | 0.96 | 0 | 0.06 | 294.81 | 0.93 | 0.49 |
| Hex | DC | 9 | F0 | 8 | 60 | 0 | 6 | 127 | 5D | 31 |
| Octal | 334 | 11 | 360 | 10 | 140 | 0 | 6 | 447 | 135 | 61 |
| Binary | 11011100 | 1001 | 11110000 | 1000 | 1100000 | 0 | 110 | 100100111 | 1011101 | 110001 |
Color Harmonies of #DC09F0
Complementary color
Monochromatic Colors of #DC09F0
Black with #DC09F0
Text Example
Text Example
White with #DC09F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09F0; }
p { color: rgb(220,9,240); }
H1.HeaderClassName
{
color: #DC09F0;
}
.AnyTagClassName
{
color: #DC09F0;
}
</style>
background-color css
<style>
a { background-color: #DC09F0; }
a { background-color: rgb(220,9,240); }
div.DivClassName
{
background-color: #DC09F0;
}
.BgClassName
{
background-color: #DC09F0;
}
</style>
border-color css
<style>
span { border-color: #DC09F0; }
span { border-color: rgb(220,9,240); }
td.TdClassName
{
border-color: #DC09F0;
}
.TagClassName
{
border-color: #DC09F0;
}
</style>