Shades of Psychedelic Purple #DF09FF
Tints of Psychedelic Purple #DF09FF
RGB
CMYK
RGB Variations
Color information
#DF09FF (or 0xDF09FF) is known color: Psychedelic Purple. HEX triplet: DF, 09 and FF. RGB value is (223,9,255). Sum of RGB (Red+Green+Blue) = 223+9+255=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 9 (3.91% from 255 or 1.85% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF09FF is #20F600. Grayscale: #646464. Windows color (decimal): -2160129 or 16714207. OLE color: 16714207.
HSL color Cylindrical-coordinate representation of color #DF09FF: hue angle of 292.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09FF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 9 | 255 | - |
| CMYK | 0.13 | 0.96 | 0 | 0 |
| HSL | 292.2º | 1% | 0.52% | - |
| HSV(B) | 292.2º | 0.96% | 1% | - |
| XYZ | 48.58 | 23.1 | 96.51 | - |
| YUV | 101.03 | 214.9 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 255 | 0.13 | 0.96 | 0 | 0 | 292.2 | 1 | 0.52 |
| Hex | DF | 9 | FF | D | 60 | 0 | 0 | 124 | 64 | 34 |
| Octal | 337 | 11 | 377 | 15 | 140 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11011111 | 1001 | 11111111 | 1101 | 1100000 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #DF09FF
Complementary color
Monochromatic Colors of #DF09FF
Black with #DF09FF
Text Example
Text Example
White with #DF09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09FF; }
p { color: rgb(223,9,255); }
H1.HeaderClassName
{
color: #DF09FF;
}
.AnyTagClassName
{
color: #DF09FF;
}
</style>
background-color css
<style>
a { background-color: #DF09FF; }
a { background-color: rgb(223,9,255); }
div.DivClassName
{
background-color: #DF09FF;
}
.BgClassName
{
background-color: #DF09FF;
}
</style>
border-color css
<style>
span { border-color: #DF09FF; }
span { border-color: rgb(223,9,255); }
td.TdClassName
{
border-color: #DF09FF;
}
.TagClassName
{
border-color: #DF09FF;
}
</style>