Shades of Psychedelic Purple #DF09FA
Tints of Psychedelic Purple #DF09FA
RGB
CMYK
RGB Variations
Color information
#DF09FA (or 0xDF09FA) is known color: Psychedelic Purple. HEX triplet: DF, 09 and FA. RGB value is (223,9,250). Sum of RGB (Red+Green+Blue) = 223+9+250=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09FA is #20F605. Grayscale: #636363. Windows color (decimal): -2160134 or 16386527. OLE color: 16386527.
HSL color Cylindrical-coordinate representation of color #DF09FA: hue angle of 293.28º 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 #DF09FA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 9 | 250 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.02 |
| HSL | 293.28º | 0.96% | 0.51% | - |
| HSV(B) | 293.28º | 0.96% | 0.98% | - |
| XYZ | 47.78 | 22.79 | 92.32 | - |
| YUV | 100.46 | 212.4 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 250 | 0.11 | 0.96 | 0 | 0.02 | 293.28 | 0.96 | 0.51 |
| Hex | DF | 9 | FA | B | 60 | 0 | 2 | 125 | 60 | 33 |
| Octal | 337 | 11 | 372 | 13 | 140 | 0 | 2 | 445 | 140 | 63 |
| Binary | 11011111 | 1001 | 11111010 | 1011 | 1100000 | 0 | 10 | 100100101 | 1100000 | 110011 |
Color Harmonies of #DF09FA
Complementary color
Monochromatic Colors of #DF09FA
Black with #DF09FA
Text Example
Text Example
White with #DF09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09FA; }
p { color: rgb(223,9,250); }
H1.HeaderClassName
{
color: #DF09FA;
}
.AnyTagClassName
{
color: #DF09FA;
}
</style>
background-color css
<style>
a { background-color: #DF09FA; }
a { background-color: rgb(223,9,250); }
div.DivClassName
{
background-color: #DF09FA;
}
.BgClassName
{
background-color: #DF09FA;
}
</style>
border-color css
<style>
span { border-color: #DF09FA; }
span { border-color: rgb(223,9,250); }
td.TdClassName
{
border-color: #DF09FA;
}
.TagClassName
{
border-color: #DF09FA;
}
</style>