Shades of Psychedelic Purple #DF0EF8
Tints of Psychedelic Purple #DF0EF8
RGB
CMYK
RGB Variations
Color information
#DF0EF8 (or 0xDF0EF8) is known color: Psychedelic Purple. HEX triplet: DF, 0E and F8. RGB value is (223,14,248). Sum of RGB (Red+Green+Blue) = 223+14+248=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF0EF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0EF8 is #20F107. Grayscale: #666666. Windows color (decimal): -2158856 or 16256735. OLE color: 16256735.
HSL color Cylindrical-coordinate representation of color #DF0EF8: hue angle of 293.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EF8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 14 | 248 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.03 |
| HSL | 293.59º | 0.94% | 0.51% | - |
| HSV(B) | 293.59º | 0.94% | 0.97% | - |
| XYZ | 47.53 | 22.78 | 90.7 | - |
| YUV | 103.17 | 209.74 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 248 | 0.10 | 0.94 | 0 | 0.03 | 293.59 | 0.94 | 0.51 |
| Hex | DF | E | F8 | A | 5E | 0 | 3 | 126 | 5E | 33 |
| Octal | 337 | 16 | 370 | 12 | 136 | 0 | 3 | 446 | 136 | 63 |
| Binary | 11011111 | 1110 | 11111000 | 1010 | 1011110 | 0 | 11 | 100100110 | 1011110 | 110011 |
Color Harmonies of #DF0EF8
Complementary color
Monochromatic Colors of #DF0EF8
Black with #DF0EF8
Text Example
Text Example
White with #DF0EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EF8; }
p { color: rgb(223,14,248); }
H1.HeaderClassName
{
color: #DF0EF8;
}
.AnyTagClassName
{
color: #DF0EF8;
}
</style>
background-color css
<style>
a { background-color: #DF0EF8; }
a { background-color: rgb(223,14,248); }
div.DivClassName
{
background-color: #DF0EF8;
}
.BgClassName
{
background-color: #DF0EF8;
}
</style>
border-color css
<style>
span { border-color: #DF0EF8; }
span { border-color: rgb(223,14,248); }
td.TdClassName
{
border-color: #DF0EF8;
}
.TagClassName
{
border-color: #DF0EF8;
}
</style>