Shades of Psychedelic Purple #DF0FF9
Tints of Psychedelic Purple #DF0FF9
RGB
CMYK
RGB Variations
Color information
#DF0FF9 (or 0xDF0FF9) is known color: Psychedelic Purple. HEX triplet: DF, 0F and F9. RGB value is (223,15,249). Sum of RGB (Red+Green+Blue) = 223+15+249=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF0FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FF9 is #20F006. Grayscale: #676767. Windows color (decimal): -2158599 or 16322527. OLE color: 16322527.
HSL color Cylindrical-coordinate representation of color #DF0FF9: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FF9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 15 | 249 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.02 |
| HSL | 293.33º | 0.95% | 0.52% | - |
| HSV(B) | 293.33º | 0.94% | 0.98% | - |
| XYZ | 47.7 | 22.87 | 91.52 | - |
| YUV | 103.87 | 209.91 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 249 | 0.10 | 0.94 | 0 | 0.02 | 293.33 | 0.95 | 0.52 |
| Hex | DF | F | F9 | A | 5E | 0 | 2 | 125 | 5F | 34 |
| Octal | 337 | 17 | 371 | 12 | 136 | 0 | 2 | 445 | 137 | 64 |
| Binary | 11011111 | 1111 | 11111001 | 1010 | 1011110 | 0 | 10 | 100100101 | 1011111 | 110100 |
Color Harmonies of #DF0FF9
Complementary color
Monochromatic Colors of #DF0FF9
Black with #DF0FF9
Text Example
Text Example
White with #DF0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FF9; }
p { color: rgb(223,15,249); }
H1.HeaderClassName
{
color: #DF0FF9;
}
.AnyTagClassName
{
color: #DF0FF9;
}
</style>
background-color css
<style>
a { background-color: #DF0FF9; }
a { background-color: rgb(223,15,249); }
div.DivClassName
{
background-color: #DF0FF9;
}
.BgClassName
{
background-color: #DF0FF9;
}
</style>
border-color css
<style>
span { border-color: #DF0FF9; }
span { border-color: rgb(223,15,249); }
td.TdClassName
{
border-color: #DF0FF9;
}
.TagClassName
{
border-color: #DF0FF9;
}
</style>