Shades of Psychedelic Purple #DF0FF8
Tints of Psychedelic Purple #DF0FF8
RGB
CMYK
RGB Variations
Color information
#DF0FF8 (or 0xDF0FF8) is known color: Psychedelic Purple. HEX triplet: DF, 0F and F8. RGB value is (223,15,248). Sum of RGB (Red+Green+Blue) = 223+15+248=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF0FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FF8 is #20F007. Grayscale: #676767. Windows color (decimal): -2158600 or 16256991. OLE color: 16256991.
HSL color Cylindrical-coordinate representation of color #DF0FF8: hue angle of 293.56º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FF8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 15 | 248 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.03 |
| HSL | 293.56º | 0.94% | 0.52% | - |
| HSV(B) | 293.56º | 0.94% | 0.97% | - |
| XYZ | 47.55 | 22.81 | 90.7 | - |
| YUV | 103.75 | 209.41 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 248 | 0.10 | 0.94 | 0 | 0.03 | 293.56 | 0.94 | 0.52 |
| Hex | DF | F | F8 | A | 5E | 0 | 3 | 126 | 5E | 34 |
| Octal | 337 | 17 | 370 | 12 | 136 | 0 | 3 | 446 | 136 | 64 |
| Binary | 11011111 | 1111 | 11111000 | 1010 | 1011110 | 0 | 11 | 100100110 | 1011110 | 110100 |
Color Harmonies of #DF0FF8
Complementary color
Monochromatic Colors of #DF0FF8
Black with #DF0FF8
Text Example
Text Example
White with #DF0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FF8; }
p { color: rgb(223,15,248); }
H1.HeaderClassName
{
color: #DF0FF8;
}
.AnyTagClassName
{
color: #DF0FF8;
}
</style>
background-color css
<style>
a { background-color: #DF0FF8; }
a { background-color: rgb(223,15,248); }
div.DivClassName
{
background-color: #DF0FF8;
}
.BgClassName
{
background-color: #DF0FF8;
}
</style>
border-color css
<style>
span { border-color: #DF0FF8; }
span { border-color: rgb(223,15,248); }
td.TdClassName
{
border-color: #DF0FF8;
}
.TagClassName
{
border-color: #DF0FF8;
}
</style>