Shades of Psychedelic Purple #DF0FED
Tints of Psychedelic Purple #DF0FED
RGB
CMYK
RGB Variations
Color information
#DF0FED (or 0xDF0FED) is known color: Psychedelic Purple. HEX triplet: DF, 0F and ED. RGB value is (223,15,237). Sum of RGB (Red+Green+Blue) = 223+15+237=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FED is #20F012. Grayscale: #656565. Windows color (decimal): -2158611 or 15536095. OLE color: 15536095.
HSL color Cylindrical-coordinate representation of color #DF0FED: hue angle of 296.22º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FED is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 15 | 237 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.07 |
| HSL | 296.22º | 0.88% | 0.49% | - |
| HSV(B) | 296.22º | 0.94% | 0.93% | - |
| XYZ | 45.89 | 22.14 | 81.98 | - |
| YUV | 102.5 | 203.91 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 237 | 0.06 | 0.94 | 0 | 0.07 | 296.22 | 0.88 | 0.49 |
| Hex | DF | F | ED | 6 | 5E | 0 | 7 | 128 | 58 | 31 |
| Octal | 337 | 17 | 355 | 6 | 136 | 0 | 7 | 450 | 130 | 61 |
| Binary | 11011111 | 1111 | 11101101 | 110 | 1011110 | 0 | 111 | 100101000 | 1011000 | 110001 |
Color Harmonies of #DF0FED
Complementary color
Monochromatic Colors of #DF0FED
Black with #DF0FED
Text Example
Text Example
White with #DF0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FED; }
p { color: rgb(223,15,237); }
H1.HeaderClassName
{
color: #DF0FED;
}
.AnyTagClassName
{
color: #DF0FED;
}
</style>
background-color css
<style>
a { background-color: #DF0FED; }
a { background-color: rgb(223,15,237); }
div.DivClassName
{
background-color: #DF0FED;
}
.BgClassName
{
background-color: #DF0FED;
}
</style>
border-color css
<style>
span { border-color: #DF0FED; }
span { border-color: rgb(223,15,237); }
td.TdClassName
{
border-color: #DF0FED;
}
.TagClassName
{
border-color: #DF0FED;
}
</style>