Shades of Psychedelic Purple #DC09F3
Tints of Psychedelic Purple #DC09F3
RGB
CMYK
RGB Variations
Color information
#DC09F3 (or 0xDC09F3) is known color: Psychedelic Purple. HEX triplet: DC, 09 and F3. RGB value is (220,9,243). Sum of RGB (Red+Green+Blue) = 220+9+243=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC09F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09F3 is #23F60C. Grayscale: #626262. Windows color (decimal): -2356749 or 15927772. OLE color: 15927772.
HSL color Cylindrical-coordinate representation of color #DC09F3: hue angle of 294.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09F3 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 9 | 243 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.05 |
| HSL | 294.1º | 0.93% | 0.49% | - |
| HSV(B) | 294.1º | 0.96% | 0.95% | - |
| XYZ | 45.79 | 21.88 | 86.6 | - |
| YUV | 98.77 | 209.4 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 243 | 0.09 | 0.96 | 0 | 0.05 | 294.1 | 0.93 | 0.49 |
| Hex | DC | 9 | F3 | 9 | 60 | 0 | 5 | 126 | 5D | 31 |
| Octal | 334 | 11 | 363 | 11 | 140 | 0 | 5 | 446 | 135 | 61 |
| Binary | 11011100 | 1001 | 11110011 | 1001 | 1100000 | 0 | 101 | 100100110 | 1011101 | 110001 |
Color Harmonies of #DC09F3
Complementary color
Monochromatic Colors of #DC09F3
Black with #DC09F3
Text Example
Text Example
White with #DC09F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09F3; }
p { color: rgb(220,9,243); }
H1.HeaderClassName
{
color: #DC09F3;
}
.AnyTagClassName
{
color: #DC09F3;
}
</style>
background-color css
<style>
a { background-color: #DC09F3; }
a { background-color: rgb(220,9,243); }
div.DivClassName
{
background-color: #DC09F3;
}
.BgClassName
{
background-color: #DC09F3;
}
</style>
border-color css
<style>
span { border-color: #DC09F3; }
span { border-color: rgb(220,9,243); }
td.TdClassName
{
border-color: #DC09F3;
}
.TagClassName
{
border-color: #DC09F3;
}
</style>