Shades of Psychedelic Purple #DF0FEB
Tints of Psychedelic Purple #DF0FEB
RGB
CMYK
RGB Variations
Color information
#DF0FEB (or 0xDF0FEB) is known color: Psychedelic Purple. HEX triplet: DF, 0F and EB. RGB value is (223,15,235). Sum of RGB (Red+Green+Blue) = 223+15+235=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FEB is #20F014. Grayscale: #656565. Windows color (decimal): -2158613 or 15405023. OLE color: 15405023.
HSL color Cylindrical-coordinate representation of color #DF0FEB: hue angle of 296.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FEB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 15 | 235 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.08 |
| HSL | 296.73º | 0.88% | 0.49% | - |
| HSV(B) | 296.73º | 0.94% | 0.92% | - |
| XYZ | 45.6 | 22.03 | 80.45 | - |
| YUV | 102.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 235 | 0.05 | 0.94 | 0 | 0.08 | 296.73 | 0.88 | 0.49 |
| Hex | DF | F | EB | 5 | 5E | 0 | 8 | 129 | 58 | 31 |
| Octal | 337 | 17 | 353 | 5 | 136 | 0 | 10 | 451 | 130 | 61 |
| Binary | 11011111 | 1111 | 11101011 | 101 | 1011110 | 0 | 1000 | 100101001 | 1011000 | 110001 |
Color Harmonies of #DF0FEB
Complementary color
Monochromatic Colors of #DF0FEB
Black with #DF0FEB
Text Example
Text Example
White with #DF0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FEB; }
p { color: rgb(223,15,235); }
H1.HeaderClassName
{
color: #DF0FEB;
}
.AnyTagClassName
{
color: #DF0FEB;
}
</style>
background-color css
<style>
a { background-color: #DF0FEB; }
a { background-color: rgb(223,15,235); }
div.DivClassName
{
background-color: #DF0FEB;
}
.BgClassName
{
background-color: #DF0FEB;
}
</style>
border-color css
<style>
span { border-color: #DF0FEB; }
span { border-color: rgb(223,15,235); }
td.TdClassName
{
border-color: #DF0FEB;
}
.TagClassName
{
border-color: #DF0FEB;
}
</style>