Shades of Psychedelic Purple #DF09FC
Tints of Psychedelic Purple #DF09FC
RGB
CMYK
RGB Variations
Color information
#DF09FC (or 0xDF09FC) is known color: Psychedelic Purple. HEX triplet: DF, 09 and FC. RGB value is (223,9,252). Sum of RGB (Red+Green+Blue) = 223+9+252=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 9 (3.91% from 255 or 1.86% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09FC is #20F603. Grayscale: #636363. Windows color (decimal): -2160132 or 16517599. OLE color: 16517599.
HSL color Cylindrical-coordinate representation of color #DF09FC: hue angle of 292.84º 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 #DF09FC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 9 | 252 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.01 |
| HSL | 292.84º | 0.98% | 0.51% | - |
| HSV(B) | 292.84º | 0.96% | 0.99% | - |
| XYZ | 48.1 | 22.91 | 93.98 | - |
| YUV | 100.69 | 213.4 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 252 | 0.12 | 0.96 | 0 | 0.01 | 292.84 | 0.98 | 0.51 |
| Hex | DF | 9 | FC | C | 60 | 0 | 1 | 125 | 62 | 33 |
| Octal | 337 | 11 | 374 | 14 | 140 | 0 | 1 | 445 | 142 | 63 |
| Binary | 11011111 | 1001 | 11111100 | 1100 | 1100000 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #DF09FC
Complementary color
Monochromatic Colors of #DF09FC
Black with #DF09FC
Text Example
Text Example
White with #DF09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09FC; }
p { color: rgb(223,9,252); }
H1.HeaderClassName
{
color: #DF09FC;
}
.AnyTagClassName
{
color: #DF09FC;
}
</style>
background-color css
<style>
a { background-color: #DF09FC; }
a { background-color: rgb(223,9,252); }
div.DivClassName
{
background-color: #DF09FC;
}
.BgClassName
{
background-color: #DF09FC;
}
</style>
border-color css
<style>
span { border-color: #DF09FC; }
span { border-color: rgb(223,9,252); }
td.TdClassName
{
border-color: #DF09FC;
}
.TagClassName
{
border-color: #DF09FC;
}
</style>